From 95f506254df83af64940f3ad24c7f7022d0170c5 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Wed, 6 Mar 2013 10:38:12 +0800 Subject: [PATCH] Wrong argument defined for pull --- lib/commands/pull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/pull.py b/lib/commands/pull.py index d1cceb1..58cb837 100644 --- a/lib/commands/pull.py +++ b/lib/commands/pull.py @@ -57,7 +57,7 @@ class PullCommand(Command): } ), ( - ['name'], + ['issue'], { 'default': None, 'help': 'tracker issue to pull from (MDL-12345, 12345). If not specified, read from current branch.', -- 2.11.0