Renamed test->manipulate_encodings in becommands.*.execute.
authorW. Trevor King <wking@drexel.edu>
Thu, 16 Jul 2009 09:50:31 +0000 (05:50 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 16 Jul 2009 09:50:31 +0000 (05:50 -0400)
commitdfb7878b674e8eed1cfa55928d5464dc6fb0f085
tree7544d8433e20167c184bffda64dd8e3455e96d53
parentb39f68dcb0ecdc5f2c3f12fe75b47ff1f4d51e86
Renamed test->manipulate_encodings in becommands.*.execute.

Reminder from my initial libbe/encoding.py commit:
  Because of the stdout replacement, the doctests executes now need an
  optional 'test' argument to turn off replacement during the doctests,
  otherwise doctest flips out (since it had set up stdout to catch
  output, and then we clobbered it's setup).

I'm also trying to catch stdout/stderr from be-handle-mail, and I ran
into the same problem.  It took me a bit to remember exactly what
"test" was supposed to do, so I thought I'd make the argument name
more specific.  If you need other changes when running in "test" mode,
you'll have to add other kwargs.
19 files changed:
becommands/assign.py
becommands/close.py
becommands/comment.py
becommands/depend.py
becommands/diff.py
becommands/help.py
becommands/init.py
becommands/list.py
becommands/merge.py
becommands/new.py
becommands/open.py
becommands/remove.py
becommands/set.py
becommands/severity.py
becommands/show.py
becommands/status.py
becommands/tag.py
becommands/target.py
libbe/cmdutil.py