hgext/mq.py
changeset 26098 ce26928cbe41
parent 25827 0fdf2c304019
child 26345 2aa0dde846b4
equal deleted inserted replaced
26097:220ee13946d3 26098:ce26928cbe41
    26   remove patch from applied stack           qpop
    26   remove patch from applied stack           qpop
    27   refresh contents of top applied patch     qrefresh
    27   refresh contents of top applied patch     qrefresh
    28 
    28 
    29 By default, mq will automatically use git patches when required to
    29 By default, mq will automatically use git patches when required to
    30 avoid losing file mode changes, copy records, binary files or empty
    30 avoid losing file mode changes, copy records, binary files or empty
    31 files creations or deletions. This behaviour can be configured with::
    31 files creations or deletions. This behavior can be configured with::
    32 
    32 
    33   [mq]
    33   [mq]
    34   git = auto/keep/yes/no
    34   git = auto/keep/yes/no
    35 
    35 
    36 If set to 'keep', mq will obey the [diff] section configuration while
    36 If set to 'keep', mq will obey the [diff] section configuration while