Skip to content

Instantly share code, notes, and snippets.

@jedp
Last active October 12, 2015 17:37
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jedp/4062623 to your computer and use it in GitHub Desktop.
Save jedp/4062623 to your computer and use it in GitHub Desktop.
try server and mercurial queues
# push to try
hg qref --message "try: -b do -p all -u all -t none"
hg push -f try
# refresh with name and bug info
hg phase -f --draft qbase:tip # if it complains about immutable revisions
hg qrefresh -m "Bug 876543 - blah blah blah. r=pqdbach"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment