/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2021-01-10 01:31:27 UTC
  • mfrom: (7526.2.2 merge-3.1)
  • mto: This revision was merged to the branch mainline in revision 7532.
  • Revision ID: breezy.the.bot@gmail.com-20210110013127-vn6x2k2uv21p805n
Merge lp:brz/3.1

Merged from https://code.launchpad.net/~jelmer/brz/merge-3.1/+merge/396037

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