Fix cmdutil.help() calls in be to use args not sys.argv.
authorW. Trevor King <wking@drexel.edu>
Sat, 5 Dec 2009 05:57:43 +0000 (00:57 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 5 Dec 2009 05:57:43 +0000 (00:57 -0500)
commit69300422c6825af80574545b11d7565aa8f38ee3
tree8fdd4dc407166c4cd7fb39377bcc0f20edba805d
parent282d5cf934eec5c0ae02a01c345c38d0ad7c9fa7
Fix cmdutil.help() calls in be to use args not sys.argv.

sys.argv won't work if there are any options in the be call, e.g.
  be -d DIR diff
be