mirror of
https://github.com/frej/fast-export.git
synced 2026-01-13 01:32:05 +01:00
Simplify list of files for the first commit
We already have the files. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
@@ -336,8 +336,7 @@ def export_commit(ui,repo,revision,old_marks,max,count,authors,
|
||||
|
||||
if len(parents) == 0:
|
||||
# first revision: feed in full manifest
|
||||
added=man.keys()
|
||||
added.sort()
|
||||
added=files
|
||||
type='full'
|
||||
else:
|
||||
wr(b'from %s' % revnum_to_revref(parents[0], old_marks))
|
||||
|
||||
Reference in New Issue
Block a user