diff options
Diffstat (limited to 'main.py')
| -rwxr-xr-x | main.py | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -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.""" |
