Confirmed users
328
edits
(→Backouts: backticks do not format code) |
m (→Backouts: fmting) |
||
Line 157: | Line 157: | ||
* hg oops -e -r <revision> | * hg oops -e -r <revision> | ||
** This should open up your editor with a prepopulated commit message like "Backed out <revision> (bug <number>)". Add in the <reason> and possibly "CLOSED TREE" to get around a closure hook. | ** This should open up your editor with a prepopulated commit message like "Backed out <revision> (bug <number>)". Add in the <reason> and possibly "CLOSED TREE" to get around a closure hook. | ||
* hg out -r . <tree> | * hg out -r . <tree> | ||
** to double-check what you will be pushing | |||
* hg push -r . <tree> | * hg push -r . <tree> | ||