[commit: ghc] master: Add diff command to sync-all (77c9cf6)
Ian Lynagh
igloo at earth.li
Tue Dec 13 03:21:49 CET 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/77c9cf6bed68ab5d9e8c3f2b4271d203e43ee5c0
>---------------------------------------------------------------
commit 77c9cf6bed68ab5d9e8c3f2b4271d203e43ee5c0
Author: Ian Lynagh <igloo at earth.li>
Date: Mon Dec 12 21:03:26 2011 +0000
Add diff command to sync-all
>---------------------------------------------------------------
sync-all | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/sync-all b/sync-all
index e660bf4..064a272 100755
--- a/sync-all
+++ b/sync-all
@@ -389,6 +389,10 @@ sub scmall {
scm ($localpath, $scm, "grep", @args)
unless $scm eq "darcs";
}
+ elsif ($command =~ /^diff$/) {
+ scm ($localpath, $scm, "diff", @args)
+ unless $scm eq "darcs";
+ }
elsif ($command =~ /^clean$/) {
scm ($localpath, $scm, "clean", @args)
unless $scm eq "darcs";
@@ -496,6 +500,7 @@ any extra arguments to git:
clean
commit
config
+ diff
fetch
format-patch
gc
More information about the Cvs-ghc
mailing list