From 5e4bc6eb0397fd3a4df9f19fe9ae3e4a74a8a3cd Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Thu, 9 Mar 2023 19:04:31 -0600 Subject: [PATCH] Remove cruft Nothing uses that variable. Signed-off-by: Felipe Contreras --- hg-fast-export.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hg-fast-export.py b/hg-fast-export.py index bec82ec..97ac6a3 100755 --- a/hg-fast-export.py +++ b/hg-fast-export.py @@ -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')