projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98dc89a
)
Fix version import for mercurial <= 1.1.2
author
W. Trevor King
<wking@drexel.edu>
Thu, 21 Jan 2010 17:45:49 +0000
(12:45 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 21 Jan 2010 17:45:49 +0000
(12:45 -0500)
libbe/storage/vcs/hg.py
patch
|
blob
|
history
diff --git
a/libbe/storage/vcs/hg.py
b/libbe/storage/vcs/hg.py
index 49932336ad52dade6820cb3cdbabdc79a83b18a6..088a14139a63a4b8c39316388f8f86070dba8ee1 100644
(file)
--- 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