diff options
author | W. Trevor King <wking@drexel.edu> | 2010-01-18 12:46:56 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-01-18 12:46:56 -0500 |
commit | 7c1df98108a94f14c7bdfa635f489aff7c1f52af (patch) | |
tree | 1ccee78719b3d3e54cd4053cd26cbedeeede6aff /libbe | |
parent | e06f1aa3f5db039fa8bf1f26412059fe99588a2b (diff) | |
download | bugseverywhere-7c1df98108a94f14c7bdfa635f489aff7c1f52af.tar.gz |
Fix VCS doctest for +revision InvalidID error message
Diffstat (limited to 'libbe')
-rw-r--r-- | libbe/storage/vcs/base.py | 2 |
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() |