You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_option('-a', '--action', dest='action', default=None, help='The action to take on a ticket (default: none)')
97
+
parser.add_option('-R', '--repository-name', dest='repo_name', default=None, help='Which repository to look in, if the trac instance has multiple repositories')
97
98
98
99
group=OptionGroup(parser, "DEPRECATED OPTIONS")
99
100
group.add_option('-u', '--user', dest='user',
@@ -123,8 +124,8 @@ from trac.versioncontrol.api import NoSuchChangeset
0 commit comments