/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: Aaron Bentley
  • Date: 2008-12-10 01:55:47 UTC
  • mto: This revision was merged to the branch mainline in revision 3926.
  • Revision ID: aaron@aaronbentley.com-20081210015547-jb33j6v5zuvtbiq9
new/old sections are omitted as appropriate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1070
1070
            lf.log_revision(lr)
1071
1071
        output.write('*'*60)
1072
1072
        output.write('\n\n')
1073
 
    output.write('Added Revisions:\n')
1074
1073
    if new_history != []:
 
1074
        output.write('Added Revisions:\n')
1075
1075
        start_revno = new_revno - len(new_history) + 1
1076
1076
        show_log(branch, lf, None, verbose=False, direction='forward',
1077
1077
                 start_revision=start_revno,)