Merge lp:~piastucki/bzr-xmloutput/fix-xml-tag into lp:bzr-xmloutput

Proposed by Piotr Piastucki
Status: Merged
Merged at revision: 165
Proposed branch: lp:~piastucki/bzr-xmloutput/fix-xml-tag
Merge into: lp:bzr-xmloutput
Diff against target: 11 lines (+1/-1)
1 file modified
infoxml.py (+1/-1)
To merge this branch: bzr merge lp:~piastucki/bzr-xmloutput/fix-xml-tag
Reviewer Review Type Date Requested Status
Guillermo Gonzalez Pending
Review via email: mp+144039@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'infoxml.py'
2--- infoxml.py 2012-02-21 10:18:57 +0000
3+++ infoxml.py 2013-02-16 08:55:26 +0000
4@@ -207,7 +207,7 @@
5 local_extra, remote_extra = missing.find_unmerged(branch, master)
6 if remote_extra:
7 outfile.write('<branch_stats>')
8- outfile.write('<missing_revisions>%d<missing_revisions>' %
9+ outfile.write('<missing_revisions>%d</missing_revisions>' %
10 len(remote_extra))
11 outfile.write('</branch_stats>')
12

Subscribers

People subscribed via source and target branches

to all changes: