From 298c3b34765821a81fede2ff6edc8769e87c0c27 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 23 Nov 2008 10:08:18 -0500 Subject: libbe/diff.diff() was missing newly created bugs. Fixed. Also added blank lines to separate the new/modified/removed groups. --- becommands/diff.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'becommands') diff --git a/becommands/diff.py b/becommands/diff.py index 0a3bab1..3a8b42a 100644 --- a/becommands/diff.py +++ b/becommands/diff.py @@ -33,10 +33,11 @@ def execute(args): >>> if bd.rcs.versioned == True: ... execute([original]) ... else: - ... print "a:cm: Bug A\\nstatus: open -> closed" + ... print "a:cm: Bug A\\nstatus: open -> closed\\n" Modified bug reports: a:cm: Bug A status: open -> closed + """ options, args = get_parser().parse_args(args) if len(args) == 0: -- cgit