/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/log.py

  • Committer: Ian Clatworthy
  • Date: 2009-03-29 02:35:13 UTC
  • mto: (4213.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 4214.
  • Revision ID: ian.clatworthy@canonical.com-20090329023513-jggqg2dd6r2jwo8e
show --levels 0 in advice, not just -n0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1358
1358
            advice_sep = self.get_advice_separator()
1359
1359
            if advice_sep:
1360
1360
                self.to_file.write(advice_sep)
1361
 
            self.to_file.write("Use -n0 to see merged revisions.\n")
 
1361
            self.to_file.write(
 
1362
                "Use --levels 0 (or -n0) to see merged revisions.\n")
1362
1363
 
1363
1364
    def get_advice_separator(self):
1364
1365
        """Get the text separating the log from the closing advice."""