20
20
## eq(parse_args(cmd_log(), '-r 500'.split()),
21
21
## ([], {'revision': RevisionSpec_int(500)}))
25
self.assertEquals(parse_args(cmd_commit(), ['--', '-file-with-dashes']),
23
28
def test_option_help(self):
24
29
"""Options have help strings."""
25
30
out, err = self.run_bzr_captured(['commit', '--help'])