ReleaseEngineering/How To/Land Buildbot Master Changes: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 71: Line 71:
To perform the merge, use the same merge command as above, without "-P". For example:
To perform the merge, use the same merge command as above, without "-P". For example:
  hg up -r production-0.8
  hg up -r production-0.8
hg merge -P default > preview_changes.txt #for documentation purposes
  hg merge default
  hg merge default
 
  hg commit -l preview_changes.txt
You will need to commit this merge. It's advisable to include a summary of what's been merged in the commit message. For example:
  hg commit -m "Merge bugs 616320, 616583, and 615097 from default branch"


=== Pushing ===
=== Pushing ===
Confirmed users
3,990

edits

Navigation menu