Differences between revisions 4 and 5
Revision 4 as of 2006-01-26 19:17:16
Size: 147
Comment:
Revision 5 as of 2006-02-08 22:43:21
Size: 872
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Email: [[MailTo(byteshack<-A-T->gmail<-D-O-T->com)]] This page will need to be moved to a more permanent place once this tutorial is completed. Please help me with a good name for the page!


= Mq Tutorial =
Outline:
 * Why the heck would I want to use mq?
 * How is mq a "stack"? (are there really 2 stacks?)
 * Tutorial on using mq:
   * Installing mq
   * Getting a repo to do work on (use hg for a sample!)
   * Initializing mq on that repo (make it versioned)
   * Creating and editing a patch
   * Creating another patch
   * Version my patches so far (qcommit)
   * Spliting the previous patch (edit patch to leave out 2nd patch and do something like: patch -p1 -R < p1b ; hg qrefresh; hg qnew -M "foo" p1b ; patch -p1 < p1b)
   * Propagating my patches (push all patches we wish to "publish", hg mail that)

Daniel Santa Cruz (byteshack)

This page will need to be moved to a more permanent place once this tutorial is completed. Please help me with a good name for the page!

Mq Tutorial

Outline:

  • Why the heck would I want to use mq?
  • How is mq a "stack"? (are there really 2 stacks?)
  • Tutorial on using mq:
    • Installing mq
    • Getting a repo to do work on (use hg for a sample!)
    • Initializing mq on that repo (make it versioned)
    • Creating and editing a patch
    • Creating another patch
    • Version my patches so far (qcommit)
    • Spliting the previous patch (edit patch to leave out 2nd patch and do something like: patch -p1 -R < p1b ; hg qrefresh; hg qnew -M "foo" p1b ; patch -p1 < p1b)

    • Propagating my patches (push all patches we wish to "publish", hg mail that)


CategoryHomepage

DanielSantaCruz (last edited 2009-05-19 19:31:00 by localhost)