Confirmed users
64
edits
(Corrected 'IdentityFile' entry of ~/.ssh/config file) |
|||
Line 135: | Line 135: | ||
% hg qref --message "bug xxx - a spell/patch of improvements" | % hg qref --message "bug xxx - a spell/patch of improvements" | ||
% hg qnew patch.try | % hg qnew patch.try | ||
% hg | % hg qref --message "try: -b o -e -p all -u all -t none" | ||
% hg push -f try | |||
% hg qpop patch.try | |||
</pre> | |||
If you know that your patches commit message is correct you can simply use: | |||
<pre> | |||
% hg qref | |||
% hg qnew patch.try | |||
% hg qref --message "try: -b o -e -p all -u all -t none" | % hg qref --message "try: -b o -e -p all -u all -t none" | ||
% hg push -f try | % hg push -f try |