comparison hgext/histedit.py @ 26098:ce26928cbe41

spelling: behaviour -> behavior
author timeless@mozdev.org
date Fri, 28 Aug 2015 10:53:55 -0400
parents b237a68bfea3
children 5706d130ec16
comparison
equal deleted inserted replaced
26097:220ee13946d3 26098:ce26928cbe41
142 as running ``hg histedit 836302820282``. If you need plan to push to a 142 as running ``hg histedit 836302820282``. If you need plan to push to a
143 repository that Mercurial does not detect to be related to the source 143 repository that Mercurial does not detect to be related to the source
144 repo, you can add a ``--force`` option. 144 repo, you can add a ``--force`` option.
145 145
146 Histedit rule lines are truncated to 80 characters by default. You 146 Histedit rule lines are truncated to 80 characters by default. You
147 can customise this behaviour by setting a different length in your 147 can customise this behavior by setting a different length in your
148 configuration file:: 148 configuration file::
149 149
150 [histedit] 150 [histedit]
151 linelen = 120 # truncate rule lines at 120 characters 151 linelen = 120 # truncate rule lines at 120 characters
152 """ 152 """