public
Rubygem
Description: Simple tool to help track git and svn vendor branches in a git repository
Homepage: http://github.com/evilchelu/braid/wikis/home
Clone URL: git://github.com/evilchelu/braid.git
whitespace
evilchelu (author)
Tue Jul 22 06:35:20 -0700 2008
commit  3edf5e99f7362058fc04a05d160ef0307613c242
tree    b765bf18f14ff7ff07cb75ae66065adc77e3a4fe
parent  a359f16a7ec6705bf5f1fe0cb138ea3d9d3f998c
...
7
8
9
10
11
12
13
...
77
78
79
80
...
7
8
9
 
10
11
12
...
76
77
78
 
0
@@ -7,7 +7,6 @@ describe "Adding a mirror in a clean repository" do
0
     FileUtils.mkdir_p(TMP_PATH)
0
   end
0
 
0
-
0
   describe "from a git repository" do
0
     before do
0
       @shiny = create_git_repo_from_fixture("shiny")
0
@@ -77,4 +76,3 @@ describe "Adding a mirror in a clean repository" do
0
   end
0
 
0
 end
0
-

Comments