504
504
def assertUseShortDeltaFormat(self, cmd):
505
505
log = self.run_bzr(cmd)[0]
506
506
# Check that we use the short status format
510
510
def assertUseLongDeltaFormat(self, cmd):
511
511
log = self.run_bzr(cmd)[0]
512
512
# Check that we use the long status format
516
516
def test_log_short_verbose(self):
517
517
self.assertUseShortDeltaFormat(['log', '--short', '-v'])