mirror of
https://github.com/frej/fast-export.git
synced 2026-05-06 11:46:50 +02:00
Remove no-op check
This code is only executed when there's two parents. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
@@ -112,7 +112,6 @@ def get_filechanges(repo,revision,parents,files,mleft):
|
||||
# merges where we really need it due to hg's revlog logic
|
||||
modified,removed=[],[]
|
||||
for p in parents:
|
||||
if p<0: continue
|
||||
mright=repo[p].manifest()
|
||||
modified,removed=split_dict(mleft,mright,modified,removed)
|
||||
modified.sort()
|
||||
|
||||
Reference in New Issue
Block a user