Add a note that hg supports git's extended patch format.

This commit is contained in:
Brett Cannon 2009-02-24 02:12:39 +00:00
parent 192aa46131
commit c116b5c6fb
1 changed files with 5 additions and 0 deletions

View File

@ -485,6 +485,11 @@ hg
hg outgoing -p > additional-fixes.patch
# Upload patch to bugs.python.org
While ``hg outgoing`` does not have the flag for it, most Mercurial
commands support git's extended patch format through a ``--git``
command. This can be set in one's ``.hgrc`` file so that all commands
that generate a patch use the extended format.
git
'''