mirror of
https://github.com/frej/fast-export.git
synced 2025-11-01 08:55:47 +01:00
Remove cruft
Nothing uses that variable. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
@@ -379,8 +379,6 @@ def export_note(ui,repo,revision,count,authors,encoding,is_first):
|
||||
if repo[revnode].hidden():
|
||||
return count
|
||||
|
||||
parents = [p for p in repo.changelog.parentrevs(revision) if p >= 0]
|
||||
|
||||
wr(b'commit refs/notes/hg')
|
||||
wr(b'committer %s %d %s' % (user,time,timezone))
|
||||
wr(b'data 0')
|
||||
|
||||
Reference in New Issue
Block a user