Differences between revisions 1 and 2
Revision 1 as of 2011-03-25 16:57:33
Size: 569
Editor: mail
Comment:
Revision 2 as of 2011-03-25 16:58:22
Size: 571
Editor: mail
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:

Win32Text to Eol Migration

For example, your hgrc contains the following lines

[extensions]
win32text=

[decode]
**.dfm = cleverdecode:

[encode]
**.dfm = cleverencode:

1. Replace win32text with eol in hgrc

2. Create a .hgeol file in your repository beginning with the following line

[patterns]

Take all lines in your [encode] section and replace "cleverencode:" with "native"

For example :

[patterns]
**.dfm = native

3. Commit .hgeol

4. Remove the encode/decode sections in hgrc

5. You're done !

MigratingFromWin32TextToEol (last edited 2011-03-28 06:38:43 by MartinGeisler)