Don't deal with the node in get_changeset()
commit534d2bdd92a69485355c5fb961b94a8ec2bb5b94
authorFelipe Contreras <felipe.contreras@gmail.com>
Fri, 10 Mar 2023 00:44:01 +0000 (9 18:44 -0600)
committerFelipe Contreras <felipe.contreras@gmail.com>
Fri, 10 Mar 2023 01:48:44 +0000 (9 19:48 -0600)
tree7b9858d22e1e3af81cf1f0c22cf4dd957ba2a966
parent23f41c0ff15bc3adfe1aa86c677ebd976898fcda
Don't deal with the node in get_changeset()

It's not necessary.

It could be fetched with repo[rev].node(), but why bother?

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
hg-fast-export.py
hg2git.py