diff -r 24f1d3c70c41 -r aa73d6a5d9ea mercurial/commands.py --- a/mercurial/commands.py Sat Jan 09 20:04:03 2016 +0900 +++ b/mercurial/commands.py Fri Jan 01 22:16:25 2016 +0900 @@ -29,18 +29,6 @@ command = cmdutil.command(table) -# Space delimited list of commands that don't require local repositories. -# This should be populated by passing norepo=True into the @command decorator. -norepo = '' -# Space delimited list of commands that optionally require local repositories. -# This should be populated by passing optionalrepo=True into the @command -# decorator. -optionalrepo = '' -# Space delimited list of commands that will examine arguments looking for -# a repository. This should be populated by passing inferrepo=True into the -# @command decorator. -inferrepo = '' - # label constants # until 3.5, bookmarks.current was the advertised name, not # bookmarks.active, so we must use both to avoid breaking old