|
@@ -61,6 +61,8 @@ class _Repo(object):
|
|
|
def __init__(self, repodir):
|
|
def __init__(self, repodir):
|
|
|
self.repodir = repodir
|
|
self.repodir = repodir
|
|
|
self.commands = all_commands
|
|
self.commands = all_commands
|
|
|
|
|
+ # add 'branch' as an alias for 'branches'
|
|
|
|
|
+ all_commands['branch'] = all_commands['branches']
|
|
|
|
|
|
|
|
def _Run(self, argv):
|
|
def _Run(self, argv):
|
|
|
name = None
|
|
name = None
|