##// END OF EJS Templates
histedit: fix reST syntax problem of example code in help document...
FUJIWARA Katsunori -
r24869:95a67d68 stable
parent child Browse files
Show More
@@ -145,10 +145,10 b' 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 behaviour 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 """
153
153
154 try:
154 try:
General Comments 0
You need to be logged in to leave comments. Login now