/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to annotate/gannotate.py

  • Committer: Aaron Bentley
  • Date: 2006-12-15 22:26:25 UTC
  • mto: This revision was merged to the branch mainline in revision 125.
  • Revision ID: abentley@panoramicfeedback.com-20061215222625-h3408tdsyfkp4sn2
fix future revno

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
        current_revision.committer = self.branch.get_config().username()
144
144
        current_revision.timestamp = time.time()
145
145
        current_revision.message = '[Not yet committed]'
146
 
        current_revno = '%d?' % self.branch.revno()
 
146
        current_revno = '%d?' % (self.branch.revno() + 1)
147
147
        repository = self.branch.repository
148
148
        if self.revision_id == CURRENT_REVISION:
149
149
            revision_id = self.branch.last_revision()