Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
1844c3c0
Commit
1844c3c0
authored
Apr 07, 2011
by
Ian Lynagh
Browse files
sync-all: Push doesn't take a repo path either
parent
342f4742
Changes
1
Hide whitespace changes
Inline
Side-by-side
sync-all
View file @
1844c3c0
...
...
@@ -303,7 +303,6 @@ sub scmall {
}
elsif
(
$command
=~
/^(?:pus|push)$/
)
{
@scm_args
=
"
push
";
$want_remote_repo
=
1
;
}
elsif
(
$command
=~
/^(?:pul|pull)$/
)
{
@scm_args
=
"
pull
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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