Comment on Git's Little Bundle of JoyparentComments−mattchew16yhg export, hg import−schacon16yno, 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'−mattchew16yThanks for the correction. Hg newbie.
Comments
hg export, hg import
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.