# HG changeset patch # User Marcin Kasperski # Date 1446969709 -3600 # Node ID e702b63eea3faeab55db7f7ab52d8625321219cd # Parent 62880e9094173050cc320b910cb076429c3e2575 Making it obvious that we scan paths section diff -r 62880e909417 -r e702b63eea3f allpaths.py --- 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.