タグ

quiltに関するIanLewisのブックマーク (1)

  • MqExtension - Mercurial

    Mercurial Queues Extension This extension is currently being distributed along with Mercurial. Author: Chris Mason 1. A word of warning for new users MQ is rarely needed for new Mercurial users. If you're used to it and you like it, by all means, keep using it. But if you are learning Mercurial, instead use modern tools, such as hg rebase, hg histedit, hg graft, hg strip, hg strip --keep, and hg c

    IanLewis
    IanLewis 2009/07/16
    The patch queue extension integrates quilt functionality into Mercurial. Changes are maintained as patches which are committed into Mercurial. Commits can be removed or reordered, and the underlying patch can be refreshed based on changes made in the working directory. The patch directory can also b
  • 1