aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/vcs/base.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-01-18 12:46:56 -0500
committerW. Trevor King <wking@drexel.edu>2010-01-18 12:46:56 -0500
commit7c1df98108a94f14c7bdfa635f489aff7c1f52af (patch)
tree1ccee78719b3d3e54cd4053cd26cbedeeede6aff /libbe/storage/vcs/base.py
parente06f1aa3f5db039fa8bf1f26412059fe99588a2b (diff)
downloadbugseverywhere-7c1df98108a94f14c7bdfa635f489aff7c1f52af.tar.gz
Fix VCS doctest for +revision InvalidID error message
Diffstat (limited to 'libbe/storage/vcs/base.py')
-rw-r--r--libbe/storage/vcs/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/storage/vcs/base.py b/libbe/storage/vcs/base.py
index fa64b4e..aa2bbaf 100644
--- a/libbe/storage/vcs/base.py
+++ b/libbe/storage/vcs/base.py
@@ -168,7 +168,7 @@ class CachedPathID (object):
>>> c.path('qrs')
Traceback (most recent call last):
...
- InvalidID: 'qrs'
+ InvalidID: qrs in revision None
>>> c.disconnect()
>>> c.destroy()
>>> dir.cleanup()