diff -r 87ebf72878ed -r e4bfb9c337f3 mercurial/repair.py --- 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):