projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e06f1aa
)
Fix VCS doctest for +revision InvalidID error message
author
W. Trevor King
<wking@drexel.edu>
Mon, 18 Jan 2010 17:46:56 +0000
(12:46 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 18 Jan 2010 17:46:56 +0000
(12:46 -0500)
libbe/storage/vcs/base.py
patch
|
blob
|
history
diff --git
a/libbe/storage/vcs/base.py
b/libbe/storage/vcs/base.py
index fa64b4ea1f1b960580044e925fa78fbe8538c22e..aa2bbaf84dbfe8d97e08e1d732becf1e070d2268 100644
(file)
--- 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()