mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-21 07:16:21 +00:00
Remove unused show_smart option on list and info commands
Change-Id: Idf0e161a0b0cc23a5a3ee44d18cb797162cfdd7b
This commit is contained in:
parent
0826c0749f
commit
da45e5d884
@ -27,7 +27,7 @@ class Info(PagedCommand):
|
|||||||
helpSummary = "Get info on the manifest branch, current branch or unmerged branches"
|
helpSummary = "Get info on the manifest branch, current branch or unmerged branches"
|
||||||
helpUsage = "%prog [-dl] [-o [-b]] [<project>...]"
|
helpUsage = "%prog [-dl] [-o [-b]] [<project>...]"
|
||||||
|
|
||||||
def _Options(self, p, show_smart=True):
|
def _Options(self, p):
|
||||||
p.add_option('-d', '--diff',
|
p.add_option('-d', '--diff',
|
||||||
dest='all', action='store_true',
|
dest='all', action='store_true',
|
||||||
help="show full info and commit diff including remote branches")
|
help="show full info and commit diff including remote branches")
|
||||||
|
@ -31,7 +31,7 @@ List all projects; pass '.' to list the project for the cwd.
|
|||||||
This is similar to running: repo forall -c 'echo "$REPO_PATH : $REPO_PROJECT"'.
|
This is similar to running: repo forall -c 'echo "$REPO_PATH : $REPO_PROJECT"'.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def _Options(self, p, show_smart=True):
|
def _Options(self, p):
|
||||||
p.add_option('-r', '--regex',
|
p.add_option('-r', '--regex',
|
||||||
dest='regex', action='store_true',
|
dest='regex', action='store_true',
|
||||||
help="Filter the project list based on regex or wildcard matching of strings")
|
help="Filter the project list based on regex or wildcard matching of strings")
|
||||||
|
Loading…
Reference in New Issue
Block a user