~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_log.py

  • Committer: Vincent Ladeuil
  • Date: 2011-06-27 15:42:09 UTC
  • mfrom: (5993 +trunk)
  • mto: (5993.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5994.
  • Revision ID: v.ladeuil+lp@free.fr-20110627154209-azubuhbuxsz109hq
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
463
463
    def test_log_short_verbose(self):
464
464
        self.assertUseShortDeltaFormat(['log', '--short', '-v'])
465
465
 
 
466
    def test_log_s_verbose(self):
 
467
        self.assertUseShortDeltaFormat(['log', '-S', '-v'])
 
468
 
466
469
    def test_log_short_verbose_verbose(self):
467
470
        self.assertUseLongDeltaFormat(['log', '--short', '-vv'])
468
471