Tweaked summary display
authorAaron Bentley <aaron.bentley@utoronto.ca>
Thu, 10 Mar 2005 01:24:29 +0000 (01:24 +0000)
committerAaron Bentley <aaron.bentley@utoronto.ca>
Thu, 10 Mar 2005 01:24:29 +0000 (01:24 +0000)
libbe/cmdutil.py

index ffd141eb62deca57f771dd18623f1ccb9e7c271b..752f0e64bc0f9dfdafc7185fc0d47929396d3a39 100644 (file)
@@ -39,8 +39,8 @@ def bug_summary(bug, bugs):
     if target is None:
         target = ""
     else:
-        target = " target: %s" % target
-    return "id: %s severity: %s%s creator: %s \n%s\n" % \
+        target = "  target: %s" % target
+    return "Id: %s  Severity: %s%s  Creator: %s \n%s\n" % \
             (unique_name(bug, bugs), bug.severity, target, bug.creator,
              bug.summary)