projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d0f064
)
Fix typo in becommands.init's doctest
author
W. Trevor King
<wking@drexel.edu>
Fri, 20 Nov 2009 20:10:59 +0000
(15:10 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 20 Nov 2009 20:10:59 +0000
(15:10 -0500)
becommands/init.py
patch
|
blob
|
history
diff --git
a/becommands/init.py
b/becommands/init.py
index 75db0acf9673c5db8bcf341fc7bc380770b0c7ea..39fb00613c8e0e67710f0e4bc2ab0ad79170826c 100644
(file)
--- a/
becommands/init.py
+++ b/
becommands/init.py
@@
-40,6
+40,7
@@
def execute(args, manipulate_encodings=True):
>>> _vcs = vcs.installed_vcs()
>>> _vcs.init('.')
>>> _vcs.name in vcs.VCS_ORDER
+ True
>>> execute([], manipulate_encodings=False) # doctest: +ELLIPSIS
Using ... for revision control.
Directory initialized.