# HG changeset patch # User Martin Geisler # Date 2009-04-04 21:19:52 # Node ID 36a23a18b9992e1dba1979e77b1af9b6821f7413 # Parent c0e3aca616defed767672f4bfe02732c17025e1d win32text: word-wrap help texts at 70 characters diff --git a/hgext/win32text.py b/hgext/win32text.py --- a/hgext/win32text.py +++ b/hgext/win32text.py @@ -14,14 +14,15 @@ # ** = cleverdecode: # # or ** = macdecode: # -# If not doing conversion, to make sure you do not commit CRLF/CR by accident: +# If not doing conversion, to make sure you do not commit CRLF/CR by +# accident: # # [hooks] # pretxncommit.crlf = python:hgext.win32text.forbidcrlf # # or pretxncommit.cr = python:hgext.win32text.forbidcr # -# To do the same check on a server to prevent CRLF/CR from being pushed or -# pulled: +# To do the same check on a server to prevent CRLF/CR from being +# pushed or pulled: # # [hooks] # pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf