1,860
edits
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 | 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 "@" |