projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
678fcca
)
Fixed unrecognized "Test" typo in becommands/comment.py.
author
W. Trevor King
<wking@drexel.edu>
Thu, 23 Jul 2009 13:52:47 +0000
(09:52 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 23 Jul 2009 13:52:47 +0000
(09:52 -0400)
becommands/comment.py
patch
|
blob
|
history
diff --git
a/becommands/comment.py
b/becommands/comment.py
index dec4b922d892d7c41dd14440b1e5bb378e73f435..55b5913b8c60a166a2e10ead1ba05e3c576f9bf6 100644
(file)
--- a/
becommands/comment.py
+++ b/
becommands/comment.py
@@
-81,7
+81,7
@@
def execute(args, test=False):
is_reply = False
bd = bugdir.BugDir(from_disk=True,
- manipulate_encodings=not
T
est)
+ manipulate_encodings=not
t
est)
bug = bd.bug_from_shortname(bugname)
bug.load_comments(load_full=False)
if is_reply: