Guest User

Untitled

a guest
May 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # to initialize the mq patch queue. Done only once.
  2. hg qinit
  3.  
  4. # converts the tip changeset to patch
  5. # refreshes the patch with work area content
  6. # converts the patch back to changeset
  7. hg qimport -r tip && hg qrefresh && hg qfinish -a
Add Comment
Please, Sign In to add comment