Add a note that hg supports git's extended patch format.
This commit is contained in:
parent
192aa46131
commit
c116b5c6fb
|
@ -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
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue