changeset 22202 | 684bad8c4265 |
parent 22199 | b3e51675f98e |
child 22581 | c5ece02fb211 |
--- a/hgext/shelve.py Fri Aug 15 04:37:46 2014 +0200 +++ b/hgext/shelve.py Fri Aug 15 04:37:45 2014 +0200 @@ -25,7 +25,7 @@ from mercurial.node import nullid, nullrev, bin, hex from mercurial import changegroup, cmdutil, scmutil, phases, commands from mercurial import error, hg, mdiff, merge, patch, repair, util -from mercurial import templatefilters, changegroup, exchange +from mercurial import templatefilters, exchange from mercurial import lock as lockmod from hgext import rebase import errno