summaryrefslogtreecommitdiffstats
path: root/subcmds/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/__init__.py')
-rw-r--r--subcmds/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/__init__.py b/subcmds/__init__.py
index 9cc94718..a49e7bd3 100644
--- a/subcmds/__init__.py
+++ b/subcmds/__init__.py
@@ -46,5 +46,5 @@ for py in os.listdir(my_dir):
46 cmd.NAME = name 46 cmd.NAME = name
47 all_commands[name] = cmd 47 all_commands[name] = cmd
48 48
49if 'help' in all_commands: 49# Add 'branch' as an alias for 'branches'.
50 all_commands['help'].commands = all_commands 50all_commands['branch'] = all_commands['branches']