68
edits
Line 66: | Line 66: | ||
To update the patch do '''hg qrefresh'''. Edit, refresh, edit, refresh, etc. | To update the patch do '''hg qrefresh'''. Edit, refresh, edit, refresh, etc. | ||
When done, do '''hg qrefresh''' and then '''hg qpop'''. Now the patch is no longer being worked on. Grab the patch | To update the patch's commit message, do '''hg qref -e''' (which will open your editor). | ||
When done, do '''hg qrefresh''' and then '''hg qpop'''. Now the patch is no longer being worked on. Grab the patch from '''.hg/patches/''<patchname>'''''. | |||
= Landing = | = Landing = |
edits