Last active
October 12, 2015 17:37
-
-
Save jedp/4062623 to your computer and use it in GitHub Desktop.
try server and mercurial queues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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