Show More
@@ -14,14 +14,15 b'' | |||||
14 | # ** = cleverdecode: |
|
14 | # ** = cleverdecode: | |
15 | # # or ** = macdecode: |
|
15 | # # or ** = macdecode: | |
16 | # |
|
16 | # | |
17 |
# If not doing conversion, to make sure you do not commit CRLF/CR by |
|
17 | # If not doing conversion, to make sure you do not commit CRLF/CR by | |
|
18 | # accident: | |||
18 | # |
|
19 | # | |
19 | # [hooks] |
|
20 | # [hooks] | |
20 | # pretxncommit.crlf = python:hgext.win32text.forbidcrlf |
|
21 | # pretxncommit.crlf = python:hgext.win32text.forbidcrlf | |
21 | # # or pretxncommit.cr = python:hgext.win32text.forbidcr |
|
22 | # # or pretxncommit.cr = python:hgext.win32text.forbidcr | |
22 | # |
|
23 | # | |
23 |
# To do the same check on a server to prevent CRLF/CR from being |
|
24 | # To do the same check on a server to prevent CRLF/CR from being | |
24 | # pulled: |
|
25 | # pushed or pulled: | |
25 | # |
|
26 | # | |
26 | # [hooks] |
|
27 | # [hooks] | |
27 | # pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf |
|
28 | # pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf |
General Comments 0
You need to be logged in to leave comments.
Login now