aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-11-20 15:10:59 -0500
committerW. Trevor King <wking@drexel.edu>2009-11-20 15:10:59 -0500
commitec602165cca450dab09ff79f5baf90e8957535d4 (patch)
treefea5610f8beac7cc4080af2ad62825429e4e3429
parent6d0f064203698638193e6641c1358676c6f37b60 (diff)
downloadbugseverywhere-ec602165cca450dab09ff79f5baf90e8957535d4.tar.gz
Fix typo in becommands.init's doctest
-rw-r--r--becommands/init.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/becommands/init.py b/becommands/init.py
index 75db0ac..39fb006 100644
--- 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.