/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 doc/developers/integration.txt

  • Committer: Jelmer Vernooij
  • Date: 2021-01-10 00:25:52 UTC
  • mfrom: (7490.40.131 work)
  • mto: (7526.3.1 work)
  • mto: This revision was merged to the branch mainline in revision 7532.
  • Revision ID: jelmer@jelmer.uk-20210110002552-wnvuqtqin7uhjv3v
Merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
218
218
      rev = revision_map[revision_id]
219
219
      revno = revno_map[revision_id]
220
220
      revno_string = '.'.join(str(i) for i in revno)
221
 
      print "%s, %s: %s" % (revno_string, rev.committer, text)
 
221
      print("%s, %s: %s" % (revno_string, rev.committer, text))
222
222
 
223
223
 
224
224
Working with branches