~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to branchhistory.py

  • Committer: Aaron Bentley
  • Date: 2005-11-29 16:37:17 UTC
  • Revision ID: abentley@panoramicfeedback.com-20051129163717-fd313b19ffabd87f
Print the last revision range in branch_history

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
            print_info(descriptor, start, revno - 1)
18
18
            start = revno
19
19
        descriptor = new_descriptor
 
20
    print_info(descriptor, start, revno)
20
21
 
21
22
def branch_change(old_descriptor, new_descriptor):
22
23
    if old_descriptor == new_descriptor: