changeset 11:e702b63eea3f

Making it obvious that we scan paths section
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Sun, 08 Nov 2015 09:01:49 +0100
parents 62880e909417
children bed42905e871
files allpaths.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/allpaths.py	Sun Nov 08 08:58:40 2015 +0100
+++ b/allpaths.py	Sun Nov 08 09:01:49 2015 +0100
@@ -16,7 +16,7 @@
 def _iter_over_paths(command, ui, repo, **opts):
     """execute given command on multiple paths"""
     # Extract our options and filter them out
-    group = opts.pop('group', None)
+    group = opts.pop('group', None) or 'paths'
     ignore_errors = opts.pop('ignore_errors', None)
 
     # Get the paths to push to.