diff options
author | Ian Lynagh <igloo@earth.li> | 2010-08-22 18:35:42 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-08-22 18:35:42 +0000 |
commit | 8d1cbbdf6d4e40d116e3c4661ef5a245f23f9511 (patch) | |
tree | cbe702238f47ac45d713f7f2be29c3382811d914 /darcs-all | |
parent | 8c90ee687f0751a86601415b54b61e120529b1ad (diff) | |
download | haskell-8d1cbbdf6d4e40d116e3c4661ef5a245f23f9511.tar.gz |
Fix "darcs get"
Diffstat (limited to 'darcs-all')
-rw-r--r-- | darcs-all | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -341,7 +341,7 @@ sub main { if ($command eq "get") { darcsget @_; } - if ($command eq "upstreampull") { + elsif ($command eq "upstreampull") { shift; darcsupstreampull @_; } |