From ec602165cca450dab09ff79f5baf90e8957535d4 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 20 Nov 2009 15:10:59 -0500 Subject: Fix typo in becommands.init's doctest --- becommands/init.py | 1 + 1 file changed, 1 insertion(+) 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. -- cgit