Mercurial: Difference between revisions

Jump to navigation Jump to search
No change in size ,  11 June 2020
Line 83: Line 83:
#* Do not mention backed-out commits.
#* Do not mention backed-out commits.
# Prepare a singe patch (changeset) including all code that should be submitted for review <syntaxhighlight lang="bash">
# Prepare a singe patch (changeset) including all code that should be submitted for review <syntaxhighlight lang="bash">
hg pull https://www.octave.org/hg/octave  # Get remote bookmark "@"
hg pull https://www.octave.org/hg/octave  # Get remote "tip" and "@"
hg update -r @                            # Activate    bookmark "@"
hg update -r @                            # Activate    bookmark "@"
hg merge my-gsoc                          # Merge "my-gsoc" into "@"
hg merge my-gsoc                          # Merge "my-gsoc" into "@"

Navigation menu