Hacker News new | ask | show | jobs
by mattchew 5942 days ago
hg export, hg import
1 comments

no, i think that maps to 'git format-patch' and 'git am' for creating and applying patches as email. there is actually an 'hg bundle' command that does largely the same thing as 'git bundle'
Thanks for the correction. Hg newbie.