aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/vcs/base.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-12-13 08:03:58 -0500
committerW. Trevor King <wking@drexel.edu>2009-12-13 08:03:58 -0500
commit1cd02476257a7673668f1bdcdeac2902f3f21adb (patch)
tree81b5dd46e3abd7cf784d33649b53d4a65e0d81af /libbe/storage/vcs/base.py
parent9147ab9e77cd5730c1b2d5a76c92f87564f4af8e (diff)
downloadbugseverywhere-1cd02476257a7673668f1bdcdeac2902f3f21adb.tar.gz
Adjust Hg._vcs_revision_id to bail cleanly on non-int revids
Diffstat (limited to 'libbe/storage/vcs/base.py')
-rw-r--r--libbe/storage/vcs/base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbe/storage/vcs/base.py b/libbe/storage/vcs/base.py
index 7d17b56..fffabf8 100644
--- a/libbe/storage/vcs/base.py
+++ b/libbe/storage/vcs/base.py
@@ -36,6 +36,7 @@ import tempfile
import libbe
import libbe.storage.base
import libbe.util.encoding
+from libbe.storage.base import EmptyCommit, InvalidRevision
from libbe.util.utility import Dir, search_parent_directories
from libbe.util.subproc import CommandError, invoke
from libbe.util.plugin import import_by_name