Sheriffing/How To/Unified Repos: Difference between revisions

m
(→‎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> ''(to double-check what you will be pushing)''
* hg out -r . <tree>
** to double-check what you will be pushing
* hg push -r . <tree>
* hg push -r . <tree>


Confirmed users
328

edits