diff options
author | W. Trevor King <wking@drexel.edu> | 2008-11-23 10:08:18 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2008-11-23 10:08:18 -0500 |
commit | 298c3b34765821a81fede2ff6edc8769e87c0c27 (patch) | |
tree | fff424c55f9f00b9bd0ede1d02bf04889cb6ba38 /becommands | |
parent | 510c9f33393c1f222ee56732c026f229ed8ae49d (diff) | |
download | bugseverywhere-298c3b34765821a81fede2ff6edc8769e87c0c27.tar.gz |
libbe/diff.diff() was missing newly created bugs. Fixed.
Also added blank lines to separate the new/modified/removed groups.
Diffstat (limited to 'becommands')
-rw-r--r-- | becommands/diff.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 + <BLANKLINE> """ options, args = get_parser().parse_args(args) if len(args) == 0: |