diff --git a/main.py b/main.py index 31a18e18..f068fd47 100755 --- a/main.py +++ b/main.py @@ -61,6 +61,8 @@ class _Repo(object): def __init__(self, repodir): self.repodir = repodir self.commands = all_commands + # add 'branch' as an alias for 'branches' + all_commands['branch'] = all_commands['branches'] def _Run(self, argv): name = None