diff mercurial_all_paths.py @ 50:55469dbb19c4

testfixes
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Sun, 25 Sep 2016 22:02:55 +0200
parents 00995da9c204
children 95b5ba2cd363
line wrap: on
line diff
--- a/mercurial_all_paths.py	Sun Sep 25 21:42:51 2016 +0200
+++ b/mercurial_all_paths.py	Sun Sep 25 22:02:55 2016 +0200
@@ -53,8 +53,6 @@
     if not group:
         return _find_all_paths(ui, skip_ignored=True, sort_by_priority=True)
 
-    print "DBG:GRR", group
-    
     # „Modern” syntax
     grp_def = ui.configlist("all_paths", "group." + group)
     if grp_def:
@@ -133,7 +131,7 @@
 
 
 EXT_OPTS = [
-    ('g', 'group', None, _('use a named group instead of all paths')),
+    ('g', 'group', '', _('use a named group instead of all paths')),
     ('', 'ignore-errors', None, _('continue execution despite errors')),
 ]