From da45e5d8848246cddbce80ff56786bd7330ba5af Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 15 May 2013 17:34:45 +0900 Subject: Remove unused show_smart option on list and info commands Change-Id: Idf0e161a0b0cc23a5a3ee44d18cb797162cfdd7b --- subcmds/list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subcmds/list.py') diff --git a/subcmds/list.py b/subcmds/list.py index a3358245..945c28d8 100644 --- a/subcmds/list.py +++ b/subcmds/list.py @@ -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"'. """ - def _Options(self, p, show_smart=True): + def _Options(self, p): p.add_option('-r', '--regex', dest='regex', action='store_true', help="Filter the project list based on regex or wildcard matching of strings") -- cgit v1.2.3-54-g00ecf