From 8d1cbbdf6d4e40d116e3c4661ef5a245f23f9511 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 22 Aug 2010 18:35:42 +0000 Subject: [PATCH] Fix "darcs get" --- darcs-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darcs-all b/darcs-all index 4ad146a..f936bde 100644 --- a/darcs-all +++ b/darcs-all @@ -341,7 +341,7 @@ sub main { if ($command eq "get") { darcsget @_; } - if ($command eq "upstreampull") { + elsif ($command eq "upstreampull") { shift; darcsupstreampull @_; } -- 1.7.10.4