mercurial/archival.py
changeset 25695 ce3d4b858420
parent 25690 98064baab877
child 25725 f5f43178bdde
--- 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