projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4abd0e
)
storage:vcs:base: fix realtive -> relative typo in _u_abspath docstring.
author
W. Trevor King
<wking@tremily.us>
Thu, 13 Sep 2012 15:47:51 +0000
(11:47 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 13 Sep 2012 15:47:51 +0000
(11:47 -0400)
libbe/storage/vcs/base.py
patch
|
blob
|
history
diff --git
a/libbe/storage/vcs/base.py
b/libbe/storage/vcs/base.py
index 2a5f60033cd2344492426cd5ab3638e3cddd912b..0f36d2b14f29c27189e8a48a83a5802ec9c7abf8 100644
(file)
--- a/
libbe/storage/vcs/base.py
+++ b/
libbe/storage/vcs/base.py
@@
-1032,7
+1032,7
@@
class VCS (libbe.storage.base.VersionedStorage):
return relpath
def _u_abspath(self, path, root=None):
- """Return the absolute path from a path re
al
tive to root.
+ """Return the absolute path from a path re
la
tive to root.
Examples
--------