Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 2574:78c2903fcabe
merge with mpm.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Thu, 06 Jul 2006 15:04:10 -0700 |
parents | b13a98bd078e 82e3b2966862 |
children | 0875cda033fd |
line wrap: on
line diff
--- a/mercurial/commands.py Thu Jul 06 15:03:34 2006 -0700 +++ b/mercurial/commands.py Thu Jul 06 15:04:10 2006 -0700 @@ -765,7 +765,7 @@ ctx = repo.changectx(opts['rev'] or repo.dirstate.parents()[0]) - for src, abs, rel, exact in walk(repo, pats, opts, node=node): + for src, abs, rel, exact in walk(repo, pats, opts, node=ctx.node()): fctx = ctx.filectx(abs) if not opts['text'] and util.binary(fctx.data()): ui.write(_("%s: binary file\n") % ((pats and rel) or abs))