~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

  • Committer: Ian Clatworthy
  • Date: 2009-03-31 14:56:20 UTC
  • mto: (4296.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 4297.
  • Revision ID: ian.clatworthy@canonical.com-20090331145620-4mgu3w2bg4tfvriq
--include-merges as an alias for --levels 0 in log

Show diffs side-by-side

added added

removed removed

Lines of Context:
1337
1337
            if advice_sep:
1338
1338
                self.to_file.write(advice_sep)
1339
1339
            self.to_file.write(
1340
 
                "Use --levels 0 (or -n0) to see merged revisions.\n")
 
1340
                "Use --include-merges or -n0 to see merged revisions.\n")
1341
1341
 
1342
1342
    def get_advice_separator(self):
1343
1343
        """Get the text separating the log from the closing advice."""