~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Neil Martinsen-Burrell
  • Date: 2012-04-09 02:53:17 UTC
  • mto: This revision was merged to the branch mainline in revision 6521.
  • Revision ID: nmb@wartburg.edu-20120409025317-xtp7a6kctetx6ioc
Show tag names when using missing command

Show diffs side-by-side

added added

removed removed

Lines of Context:
5004
5004
                len(local_extra))
5005
5005
            for revision in iter_log_revisions(local_extra,
5006
5006
                                local_branch.repository,
5007
 
                                verbose):
 
5007
                                verbose,
 
5008
                                local_branch):
5008
5009
                lf.log_revision(revision)
5009
5010
            printed_local = True
5010
5011
            status_code = 1