summaryrefslogtreecommitdiffstats
path: root/subcmds/checkout.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/checkout.py')
-rw-r--r--subcmds/checkout.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/checkout.py b/subcmds/checkout.py
index c8a09a8e..efa31d26 100644
--- a/subcmds/checkout.py
+++ b/subcmds/checkout.py
@@ -19,6 +19,7 @@ import sys
19from command import Command 19from command import Command
20from progress import Progress 20from progress import Progress
21 21
22
22class Checkout(Command): 23class Checkout(Command):
23 common = True 24 common = True
24 helpSummary = "Checkout a branch for development" 25 helpSummary = "Checkout a branch for development"