mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
fix branches and tags
This commit is contained in:
@@ -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>'
|
||||
|
||||
Reference in New Issue
Block a user