mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
fix missing removed files for mercurial
This commit is contained in:
@@ -118,10 +118,10 @@ def printChangeset(repo, ctx):
|
||||
|
||||
# files deleted
|
||||
if deleted:
|
||||
print ' <deleted>'
|
||||
print ' <removed>'
|
||||
for dele in deleted:
|
||||
print ' <file>' + dele + '</file>'
|
||||
print ' </deleted>'
|
||||
print ' </removed>'
|
||||
|
||||
print ' </modifications>'
|
||||
print ' </changeset>'
|
||||
|
||||
Reference in New Issue
Block a user