public
Description: Piston is a utility that eases vendor branch management. This repository is a complete reimplementation of Piston to provide different backends, depending on the repositories and working copies you pistonize from.
Homepage: http://piston.rubyforge.org/
Clone URL: git://github.com/francois/piston.git
Refreshed manifest.
francois (author)
Sat Mar 15 10:41:54 -0700 2008
commit  4cdeefce08c7523deecf658265051e2f91054729
tree    569aae51f2fd4d1be591d8b2bfd4514074a2479b
parent  f448c7886d46174734e51d158797d3bf79886648
...
 
1
2
3
...
26
27
28
29
30
31
32
33
34
...
42
43
44
 
 
 
 
 
 
45
46
47
...
1
2
3
4
...
27
28
29
 
 
 
30
31
32
...
40
41
42
43
44
45
46
47
48
49
50
51
0
@@ -1,3 +1,4 @@
0
+.gitignore
0
 History.txt
0
 License.txt
0
 Manifest.txt
0
@@ -26,9 +27,6 @@ lib/piston/svn/working_copy.rb
0
 lib/piston/version.rb
0
 lib/piston/working_copy.rb
0
 log/.gitignore
0
-piston-core/log/test.log
0
-piston-git/log/test.log
0
-piston-svn/log/test.log
0
 samples/svn/import.rb
0
 script/destroy
0
 script/generate
0
@@ -42,6 +40,12 @@ test/test_git_commit_each.rb
0
 test/test_git_commit_rememberance.rb
0
 test/test_git_repository_at.rb
0
 test/test_git_repository_guessing.rb
0
+test/test_git_working_copy_copying.rb
0
+test/test_git_working_copy_creation.rb
0
+test/test_git_working_copy_existence.rb
0
+test/test_git_working_copy_finalization.rb
0
+test/test_git_working_copy_guessing.rb
0
+test/test_git_working_copy_rememberance.rb
0
 test/test_helper.rb
0
 test/test_import.rb
0
 test/test_piston.rb

Comments

    No one has commented yet.