diff mercurial/archival.py @ 25695:ce3d4b858420

merge with stable
author Matt Mackall <mpm@selenic.com>
date Wed, 01 Jul 2015 16:33:31 -0500
parents 98064baab877
children f5f43178bdde
line wrap: on
line diff
--- a/mercurial/archival.py	Tue Jun 30 22:39:28 2015 -0700
+++ b/mercurial/archival.py	Wed Jul 01 16:33:31 2015 -0500
@@ -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