Mercurial > hg-stable
changeset 8002:36a23a18b999
win32text: word-wrap help texts at 70 characters
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sat, 04 Apr 2009 23:19:52 +0200 |
parents | c0e3aca616de |
children | 14f27921932a |
files | hgext/win32text.py |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/win32text.py Sat Apr 04 23:19:42 2009 +0200 +++ b/hgext/win32text.py Sat Apr 04 23:19:52 2009 +0200 @@ -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