Mercurial > public > mercurial-scm > hg-stable
diff mercurial/repair.py @ 14064:e4bfb9c337f3
remove unused imports and variables
author | Alexander Solovyov <alexander@solovyov.net> |
---|---|
date | Sat, 30 Apr 2011 13:59:14 +0200 |
parents | cede00420e1e |
children | 73307643a09f |
line wrap: on
line diff
--- a/mercurial/repair.py Sat Apr 30 07:30:38 2011 -0500 +++ b/mercurial/repair.py Sat Apr 30 13:59:14 2011 +0200 @@ -6,9 +6,9 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -import changegroup, bookmarks -from node import nullrev, short -from i18n import _ +from mercurial import changegroup, bookmarks +from mercurial.node import short +from mercurial.i18n import _ import os def _bundle(repo, bases, heads, node, suffix, compress=True):