projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25fa4bd
)
Add "./sync-all clean" command
author
Matthias Kilian
<kili@outback.escape.de>
Sat, 16 Apr 2011 12:58:15 +0000
(14:58 +0200)
committer
Ian Lynagh
<igloo@earth.li>
Wed, 20 Apr 2011 21:05:09 +0000
(22:05 +0100)
sync-all
patch
|
blob
|
history
diff --git
a/sync-all
b/sync-all
index
06c183a
..
7ccc71d
100755
(executable)
--- a/
sync-all
+++ b/
sync-all
@@
-389,6
+389,10
@@
sub scmall {
scm ($localpath, $scm, "grep", @args)
unless $scm eq "darcs";
}
+ elsif ($command =~ /^clean$/) {
+ scm ($localpath, $scm, "clean", @args)
+ unless $scm eq "darcs";
+ }
elsif ($command =~ /^reset$/) {
scm ($localpath, $scm, "reset", @args)
unless $scm eq "darcs";
@@
-426,6
+430,7
@@
Supported commands:
* remote rm <branch-name>
* remote set-url [--push] <branch-name>
* grep
+ * clean
* reset
* config