changeset 31486 | 06d3c40fc3e7 |
parent 31457 | 707f9fd2dcad |
child 31698 | 9b3577796291 |
--- a/mercurial/cmdutil.py Fri Mar 17 23:48:22 2017 +0900 +++ b/mercurial/cmdutil.py Tue Mar 14 18:16:13 2017 +0900 @@ -2212,7 +2212,7 @@ graphmod.ascii(ui, state, type, char, lines, coldata) displayer.close() -def graphlog(ui, repo, *pats, **opts): +def graphlog(ui, repo, pats, opts): # Parameters are identical to log command ones revs, expr, filematcher = getgraphlogrevs(repo, pats, opts) revdag = graphmod.dagwalker(repo, revs)