hgext/eol.py
changeset 12975 278e3c9b939e
parent 12802 c82cd7b08158
child 12976 793563fd88c0
--- a/hgext/eol.py	Sat Nov 13 11:58:51 2010 +0900
+++ b/hgext/eol.py	Wed Nov 10 20:26:56 2010 +0000
@@ -104,6 +104,9 @@
     'to-lf': tolf,
     'to-crlf': tocrlf,
     'is-binary': isbinary,
+    # The following provide backwards compatibility with win32text
+    'cleverencode': tolf,
+    'cleverdecode': tocrlf
 }