aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/new.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/new.py')
-rw-r--r--becommands/new.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/new.py b/becommands/new.py
index 1900c7a..a8ee2ec 100644
--- a/becommands/new.py
+++ b/becommands/new.py
@@ -28,7 +28,7 @@ def execute(args, manipulate_encodings=True):
>>> bug.uuid_gen = lambda: "X"
>>> execute (["this is a test",], manipulate_encodings=False)
Created bug with ID X
- >>> bd.load() # breaks simple bug dir rcs for cleanup!
+ >>> bd._clear_bugs()
>>> bug = bd.bug_from_uuid("X")
>>> print bug.summary
this is a test