hgext/mq.py
changeset 2858 345bac2bc4ec
parent 2855 a3c73c9679d2
child 2866 b5f56d6c62c4
equal deleted inserted replaced
2857:c9b08cacf983 2858:345bac2bc4ec
     1 
       
     2 # queue.py - patch queues for mercurial
     1 # queue.py - patch queues for mercurial
     3 #
     2 #
     4 # Copyright 2005 Chris Mason <mason@suse.com>
     3 # Copyright 2005, 2006 Chris Mason <mason@suse.com>
     5 #
     4 #
     6 # This software may be used and distributed according to the terms
     5 # This software may be used and distributed according to the terms
     7 # of the GNU General Public License, incorporated herein by reference.
     6 # of the GNU General Public License, incorporated herein by reference.
     8 
     7 
     9 '''patch management and development
     8 '''patch management and development
  1985           ('n', 'nobackup', None, 'no backups')],
  1984           ('n', 'nobackup', None, 'no backups')],
  1986          'hg strip [-f] [-b] [-n] REV'),
  1985          'hg strip [-f] [-b] [-n] REV'),
  1987     "qtop": (top, [], 'hg qtop'),
  1986     "qtop": (top, [], 'hg qtop'),
  1988     "qunapplied": (unapplied, [], 'hg qunapplied [PATCH]'),
  1987     "qunapplied": (unapplied, [], 'hg qunapplied [PATCH]'),
  1989 }
  1988 }
  1990