hgext/mq.py
changeset 8932 f87884329419
parent 8929 cb05e2a00291
child 8948 aa0fe57d4abe
equal deleted inserted replaced
8931:4c99eafb101e 8932:f87884329419
     3 # Copyright 2005, 2006 Chris Mason <mason@suse.com>
     3 # Copyright 2005, 2006 Chris Mason <mason@suse.com>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2, incorporated herein by reference.
     6 # GNU General Public License version 2, incorporated herein by reference.
     7 
     7 
     8 '''work with a stack of patches
     8 '''manage a stack of patches
     9 
     9 
    10 This extension lets you work with a stack of patches in a Mercurial
    10 This extension lets you work with a stack of patches in a Mercurial
    11 repository. It manages two stacks of patches - all known patches, and
    11 repository. It manages two stacks of patches - all known patches, and
    12 applied patches (subset of known patches).
    12 applied patches (subset of known patches).
    13 
    13