Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Utility

iamjabour edited this page Oct 20, 2010 · 4 revisions

Utility help?

Adding HG markup in a git commit

There are special tags to added in a git commit message to provide some instructions to hg-git.

HG named branch

If you what's send a commit to a specific hg named branch you need add this information in git commit. To do this just provide branch name eg.

commit message:


A bug fix in branch foo

-- HG --

branch : foo


In this case the commit will be added to foo branch when you import this commit to hg.

Clone this wiki locally