Confirmed users
502
edits
| 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 | 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 | ||