Confirmed users, Bureaucrats and Sysops emeriti
812
edits
ChrisCooper (talk | contribs) |
|||
| Line 22: | Line 22: | ||
* export the changeset using <code>hg export REV</code>, where REV is the revision number of the changeset, e.g.: | * export the changeset using <code>hg export REV</code>, where REV is the revision number of the changeset, e.g.: | ||
$ PARTNERNAME=aol | $ PARTNERNAME=aol | ||
$ hg export tip > repack_config_changes_for_$PARTNERNAME.diff | $ hg export -g tip > repack_config_changes_for_$PARTNERNAME.diff | ||
== Why create a patch? == | == Why create a patch? == | ||