Raise UserError if summary is not given to `be commit`.
authorW. Trevor King <wking@drexel.edu>
Wed, 25 May 2011 14:39:51 +0000 (10:39 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 25 May 2011 14:39:51 +0000 (10:39 -0400)
commitbf52e18aad6e0e8effcadc6b90dfedf4d15b1859
treecd793ace48d79ebaf57aa2d7b2c67058c21582d1
parent0d5c9c68e947617c9d073d5f19351bdd8f3866db
Raise UserError if summary is not given to `be commit`.

If the user doesn't provide the summary on the command line, through
stdin, or through editor_string, raise an error.  This will generally
happen with

  $ be commit
  (user doesn't enter any text in the editory)
libbe/command/commit.py