/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Ian Clatworthy
  • Date: 2009-03-31 00:57:48 UTC
  • mto: (4219.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 4220.
  • Revision ID: ian.clatworthy@canonical.com-20090331005748-7x57as7n2v5rxbz5
fix log advice when the # of levels is implicit

Show diffs side-by-side

added added

removed removed

Lines of Context:
607
607
      @@ -0,0 +1,1 @@
608
608
      +contents of parent/file2
609
609
 
 
610
Use --levels 0 (or -n0) to see merged revisions.
610
611
""")
611
612
 
612
613
    def test_log_show_diff_line(self):
644
645
      @@ -0,0 +1,1 @@
645
646
      +contents of parent/file2
646
647
 
 
648
Use --levels 0 (or -n0) to see merged revisions.
647
649
""")
648
650
        out,err = self.run_bzr('log -p --short file1')
649
651
        self.assertEqual('', err)