Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
77c9cf6b
Commit
77c9cf6b
authored
Dec 12, 2011
by
Ian Lynagh
Browse files
Add diff command to sync-all
parent
8792391e
Changes
1
Hide whitespace changes
Inline
Side-by-side
sync-all
View file @
77c9cf6b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment