Show More
@@ -25,15 +25,15 b' HG repository module' | |||
|
25 | 25 | import logging |
|
26 | 26 | import binascii |
|
27 | 27 | import os |
|
28 | import re | |
|
29 | 28 | import shutil |
|
30 | 29 | import urllib |
|
31 | 30 | |
|
32 | 31 | from zope.cachedescriptors.property import Lazy as LazyProperty |
|
33 | 32 | |
|
34 | 33 | from rhodecode.lib.compat import OrderedDict |
|
35 |
from rhodecode.lib.datelib import ( |
|
|
36 | utcdate_fromtimestamp, makedate, date_astimestamp) | |
|
34 | from rhodecode.lib.datelib import ( | |
|
35 | date_to_timestamp_plus_offset, utcdate_fromtimestamp, makedate, | |
|
36 | date_astimestamp) | |
|
37 | 37 | from rhodecode.lib.utils import safe_unicode, safe_str |
|
38 | 38 | from rhodecode.lib.vcs import connection |
|
39 | 39 | from rhodecode.lib.vcs.backends.base import ( |
@@ -42,7 +42,6 b' from rhodecode.lib.vcs.backends.base imp' | |||
|
42 | 42 | from rhodecode.lib.vcs.backends.hg.commit import MercurialCommit |
|
43 | 43 | from rhodecode.lib.vcs.backends.hg.diff import MercurialDiff |
|
44 | 44 | from rhodecode.lib.vcs.backends.hg.inmemory import MercurialInMemoryCommit |
|
45 | from rhodecode.lib.vcs.conf import settings | |
|
46 | 45 | from rhodecode.lib.vcs.exceptions import ( |
|
47 | 46 | EmptyRepositoryError, RepositoryError, TagAlreadyExistError, |
|
48 | 47 | TagDoesNotExistError, CommitDoesNotExistError) |
General Comments 0
You need to be logged in to leave comments.
Login now