diff options
Diffstat (limited to 'subcmds/checkout.py')
-rw-r--r-- | subcmds/checkout.py | 1 |
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 | |||
19 | from command import Command | 19 | from command import Command |
20 | from progress import Progress | 20 | from progress import Progress |
21 | 21 | ||
22 | |||
22 | class Checkout(Command): | 23 | class Checkout(Command): |
23 | common = True | 24 | common = True |
24 | helpSummary = "Checkout a branch for development" | 25 | helpSummary = "Checkout a branch for development" |