diff options
Diffstat (limited to 'libbe/storage')
-rw-r--r-- | libbe/storage/vcs/hg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/storage/vcs/hg.py b/libbe/storage/vcs/hg.py index 4993233..088a141 100644 --- a/libbe/storage/vcs/hg.py +++ b/libbe/storage/vcs/hg.py @@ -34,7 +34,7 @@ try: except ImportError: try: # mercurial <= 1.1.2 - from mercurial.version import version + from mercurial.version import get_version as version except ImportError: version = None |