aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/commit.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-01-21 12:24:45 -0500
committerW. Trevor King <wking@drexel.edu>2010-01-21 12:24:45 -0500
commit98dc89a994db1c5b77db786498a4b3783edb325c (patch)
tree6265d088664286c3c7c224170a8ff6e733cffb16 /libbe/command/commit.py
parentf0d54fa01b024f740cd421e8de95b2a9a6c29a13 (diff)
downloadbugseverywhere-98dc89a994db1c5b77db786498a4b3783edb325c.tar.gz
Use _get_user_id() in New, remove unused 'user-id' prop. from Commit.
Added creator field to bugs without creator information. Mostly this is due to the recent lack of creator-setting in `be new`.
Diffstat (limited to 'libbe/command/commit.py')
-rw-r--r--libbe/command/commit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/command/commit.py b/libbe/command/commit.py
index f4c275c..fd15630 100644
--- a/libbe/command/commit.py
+++ b/libbe/command/commit.py
@@ -38,7 +38,7 @@ class Commit (libbe.command.Command):
>>> bd.extra_strings = ['hi there']
>>> bd.flush_reload()
- >>> ui.run(cmd, {'user-id':'Joe'}, ['Making a commit']) # doctest: +ELLIPSIS
+ >>> ui.run(cmd, args=['Making a commit']) # doctest: +ELLIPSIS
Committed ...
>>> ui.cleanup()
>>> bd.cleanup()