fix branches and tags

This commit is contained in:
Sebastian Sdorra
2011-09-29 15:06:54 +02:00
parent 6a3a978259
commit 219af68563

View File

@@ -105,16 +105,12 @@ for i in range(startRev, endRev, -1):
# branches
if branch != 'default':
print ' <branches>'
print ' <branch>' + branch + '</branch>'
print ' </branches>'
print ' <branches>' + branch + '</branches>'
# tags
if tags:
print ' <tags>'
for t in tags:
print ' <tag>' + t + '</tag>'
print ' </tags>'
print ' <tags>' + t + '</tags>'
# modifications
print ' <modifications>'