comparison tests/test-mq.t @ 26098:ce26928cbe41

spelling: behaviour -> behavior
author timeless@mozdev.org
date Fri, 28 Aug 2015 10:53:55 -0400
parents a698e088ad29
children bbf544b5f2e9
comparison
equal deleted inserted replaced
26097:220ee13946d3 26098:ce26928cbe41
37 remove patch from applied stack qpop 37 remove patch from applied stack qpop
38 refresh contents of top applied patch qrefresh 38 refresh contents of top applied patch qrefresh
39 39
40 By default, mq will automatically use git patches when required to avoid 40 By default, mq will automatically use git patches when required to avoid
41 losing file mode changes, copy records, binary files or empty files creations 41 losing file mode changes, copy records, binary files or empty files creations
42 or deletions. This behaviour can be configured with: 42 or deletions. This behavior can be configured with:
43 43
44 [mq] 44 [mq]
45 git = auto/keep/yes/no 45 git = auto/keep/yes/no
46 46
47 If set to 'keep', mq will obey the [diff] section configuration while 47 If set to 'keep', mq will obey the [diff] section configuration while