changeset 24114 | fafd9a1284cf |
parent 23896 | becfecaf9087 |
child 24125 | 18af6ebd4001 |
--- a/mercurial/commands.py Wed Oct 01 20:26:33 2014 -0400 +++ b/mercurial/commands.py Mon Feb 02 22:21:07 2015 +0900 @@ -2885,7 +2885,7 @@ weight, optimizedtree = revset.optimize(newtree, True) ui.note("* optimized:\n", revset.prettyformat(optimizedtree), "\n") func = revset.match(ui, expr) - for c in func(repo, revset.spanset(repo)): + for c in func(repo): ui.write("%s\n" % c) @command('debugsetparents', [], _('REV1 [REV2]'))