Mercurial: Difference between revisions

346 bytes removed ,  10 June 2020
→‎Submitting patches: Bitbucket no longer supports Mercurial.
m (→‎Submitting patches: spelling error)
(→‎Submitting patches: Bitbucket no longer supports Mercurial.)
Line 107: Line 107:
# Create the changeset (instructions below).  
# Create the changeset (instructions below).  
# Post your patch in the [https://savannah.gnu.org/patch/?group=octave Patch tracker].
# Post your patch in the [https://savannah.gnu.org/patch/?group=octave Patch tracker].


Patch submissions is done via the [https://savannah.gnu.org/bugs/?group=octave bug]
Patch submissions is done via the [https://savannah.gnu.org/bugs/?group=octave bug]
Line 113: Line 112:
way, you can submit via two different methods: pull requests or attaching
way, you can submit via two different methods: pull requests or attaching
a changeset file.
a changeset file.
=== Pull request ===
This is the cleaner way.  You push your clone to public site, and ask on the
bug tracker to pull a specific changeset from it.  It makes special sense if
you plan to send more patches in the future but requires to host the clone
somewhere.  Free mercurial repositories are available on [https://bitbucket.org/ bitbucket]


=== Creating changesets files with hg ===
=== Creating changesets files with hg ===