Confirmed users
1,989
edits
m (→Merging) |
|||
| Line 72: | Line 72: | ||
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 | echo "Merging from default" > 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 | ||