~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

  • Committer: Martin von Gagern
  • Date: 2011-09-08 13:27:52 UTC
  • mto: This revision was merged to the branch mainline in revision 6148.
  • Revision ID: martin.vgagern@gmx.net-20110908132752-sa83nihd7yomsvxy
Suggest --include-sidelines instead of --include-merges.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1405
1405
            if advice_sep:
1406
1406
                self.to_file.write(advice_sep)
1407
1407
            self.to_file.write(
1408
 
                "Use --include-merges or -n0 to see merged revisions.\n")
 
1408
                "Use --include-sidelines or -n0 to see merged revisions.\n")
1409
1409
 
1410
1410
    def get_advice_separator(self):
1411
1411
        """Get the text separating the log from the closing advice."""