Mercurial > hg > mercurial-source
diff mercurial/archival.py @ 26254:ce3d4b858420
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 01 Jul 2015 16:33:31 -0500 (2015-07-01) |
parents | 98064baab877 |
children | f5f43178bdde |
line wrap: on
line diff
--- a/mercurial/archival.py +++ b/mercurial/archival.py @@ -85,7 +85,6 @@ cmdutil.show_changeset(repo.ui, repo, opts).show(ctx) ltags, dist = repo.ui.popbuffer().split('\n') ltags = ltags.split(':') - # XXX: ctx.rev() needs to be handled differently with wdir() if ctx.rev() is None: changessince = len(repo.revs('only(%d,%s)', ctx.p1(), ltags[0])) + 1