projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2f0f3b
)
Corrected capitalization of target
author
Aaron Bentley
<aaron.bentley@utoronto.ca>
Fri, 18 Mar 2005 01:07:20 +0000
(
01:07
+0000)
committer
Aaron Bentley
<aaron.bentley@utoronto.ca>
Fri, 18 Mar 2005 01:07:20 +0000
(
01:07
+0000)
libbe/cmdutil.py
patch
|
blob
|
history
diff --git
a/libbe/cmdutil.py
b/libbe/cmdutil.py
index 7b25e353fc19f6ed2b55730a999849636952e8ff..78b75719d3ecb9a7dba24da9166643fbd95683b1 100644
(file)
--- a/
libbe/cmdutil.py
+++ b/
libbe/cmdutil.py
@@
-45,7
+45,7
@@
def bug_summary(bug, bugs):
if target is None:
target = ""
else:
- target = "
t
arget: %s" % target
+ target = "
T
arget: %s" % target
if bug.assigned is None:
assigned = ""
else: