summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.py b/main.py
index 98234cbf..b309fad3 100755
--- a/main.py
+++ b/main.py
@@ -135,8 +135,6 @@ class _Repo(object):
135 def __init__(self, repodir): 135 def __init__(self, repodir):
136 self.repodir = repodir 136 self.repodir = repodir
137 self.commands = all_commands 137 self.commands = all_commands
138 # add 'branch' as an alias for 'branches'
139 all_commands['branch'] = all_commands['branches']
140 138
141 def _ParseArgs(self, argv): 139 def _ParseArgs(self, argv):
142 """Parse the main `repo` command line options.""" 140 """Parse the main `repo` command line options."""