From 77c9cf6bed68ab5d9e8c3f2b4271d203e43ee5c0 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 12 Dec 2011 21:03:26 +0000 Subject: Add diff command to sync-all --- sync-all | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sync-all') diff --git a/sync-all b/sync-all index e660bf42ae..064a2728a5 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 -- cgit v1.2.1