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

Jump to navigation Jump to search
Line 63: Line 63:
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
  echo "Merging from default" > preview_changes.txt
  echo "Merging default -> production" > preview_changes.txt
  hg merge -P default >> preview_changes.txt #for documentation purposes
  hg merge -P default >> preview_changes.txt #for documentation purposes
  hg merge default
  hg merge default
Confirmed users
502

edits

Navigation menu