public
Fork of evilchelu/braid
Description: Simple tool for managing vendor branches across different SCMs
Homepage: http://evil.che.lu/projects/braid
Clone URL: git://github.com/fsvehla/braid.git
update manifest
evilchelu (author)
Thu Feb 14 05:34:23 -0800 2008
commit  a2e8df1672c8cf7cc112a7029846fe1c581dde21
tree    e6444c52b3e53e501045632539c017719f56b508
parent  88ce5435894eadf52baa8e0a46ee4fad3743901c
...
 
1
2
3
...
9
10
11
12
13
14
15
 
 
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
 
31
32
33
34
35
36
37
38
39
40
41
42
43
...
1
2
3
4
...
10
11
12
 
 
 
 
13
14
15
16
17
 
 
 
18
19
20
21
22
 
 
 
 
23
24
25
26
27
 
 
 
28
 
 
 
29
30
31
0
@@ -1,3 +1,4 @@
0
+.gitignore
0
 History.txt
0
 License.txt
0
 Manifest.txt
0
@@ -9,35 +10,22 @@ config/hoe.rb
0
 config/requirements.rb
0
 lib/braid.rb
0
 lib/braid/commands.rb
0
-lib/braid/commands/fetch.rb
0
-lib/braid/commands/forget.rb
0
-lib/braid/commands/init.rb
0
-lib/braid/commands/mirror.rb
0
+lib/braid/commands/add.rb
0
+lib/braid/commands/remove.rb
0
 lib/braid/commands/update.rb
0
 lib/braid/config.rb
0
 lib/braid/exceptions.rb
0
-lib/braid/git.rb
0
-lib/braid/local.rb
0
-lib/braid/svn.rb
0
 lib/braid/version.rb
0
 log/debug.log
0
 script/destroy
0
 script/generate
0
 setup.rb
0
-spec/braid/commands/fetch_spec.rb
0
-spec/braid/commands/forget_spec.rb
0
-spec/braid/commands/init_spec.rb
0
-spec/braid/commands/mirror_spec.rb
0
+spec/braid/commands/add_spec.rb
0
+spec/braid/commands/remove_spec.rb
0
 spec/braid/commands/update_spec.rb
0
 spec/braid/commands_spec.rb
0
 spec/braid/config_spec.rb
0
-spec/braid/git_spec.rb
0
-spec/braid/local_spec.rb
0
-spec/braid/svn_spec.rb
0
 spec/braid_spec.rb
0
-spec/fixtures/.giston
0
-spec/fixtures/some.diff
0
-spec/fixtures/svninfo
0
 spec/spec.opts
0
 spec/spec_helper.rb
0
 tasks/deployment.rake

Comments

    No one has commented yet.