diff rhodecode/lib/vcs/backends/hg/repository.py @ 2543:03a770980b55 beta

Synced vcs with upstream
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 04 Jul 2012 11:42:16 +0200
parents ed8c2fc8dd3b
children f4b20558ae16
line wrap: on
line diff
--- a/rhodecode/lib/vcs/backends/hg/repository.py	Tue Jul 03 03:27:48 2012 +0200
+++ b/rhodecode/lib/vcs/backends/hg/repository.py	Wed Jul 04 11:42:16 2012 +0200
@@ -18,7 +18,7 @@
 from rhodecode.lib.vcs.utils.ordered_dict import OrderedDict
 from rhodecode.lib.vcs.utils.paths import abspath
 
-from ...utils.hgcompat import ui, nullid, match, patch, diffopts, clone, \
+from rhodecode.lib.vcs.utils.hgcompat import ui, nullid, match, patch, diffopts, clone, \
     get_contact, pull, localrepository, RepoLookupError, Abort, RepoError, hex