[Unison-hackers] [unison-svn] r431 - in trunk: doc src

vouillon@seas.upenn.edu vouillon at seas.upenn.edu
Mon Apr 12 12:39:05 EDT 2010


Author: vouillon
Date: 2010-04-12 12:39:04 -0400 (Mon, 12 Apr 2010)
New Revision: 431

Modified:
   trunk/doc/unison-manual.tex
   trunk/src/RECENTNEWS
   trunk/src/case.ml
   trunk/src/mkProjectInfo.ml
Log:
* Fixed bug introduced in revision 429


Modified: trunk/doc/unison-manual.tex
===================================================================
--- trunk/doc/unison-manual.tex	2010-04-12 10:45:50 UTC (rev 430)
+++ trunk/doc/unison-manual.tex	2010-04-12 16:39:04 UTC (rev 431)
@@ -2051,8 +2051,8 @@
 
 If you are using Unison with {\tt ssh}, you may get some speed
 improvement by enabling {\tt ssh}'s compression feature.  Do this by
-adding the option ``{\tt -rshargs -C}'' to the command line or ``{\tt
-  rshargs = -C}'' to your profile.  
+adding the option ``{\tt -sshargs -C}'' to the command line or ``{\tt
+  sshargs = -C}'' to your profile.  
 
 
 \SUBSECTION{Making Unison Faster on Large Files}{speeding}

Modified: trunk/src/RECENTNEWS
===================================================================
--- trunk/src/RECENTNEWS	2010-04-12 10:45:50 UTC (rev 430)
+++ trunk/src/RECENTNEWS	2010-04-12 16:39:04 UTC (rev 431)
@@ -1,5 +1,10 @@
 CHANGES FROM VERSION 2.40.16
 
+* Fixed bug introduced in revision 429
+
+-------------------------------
+CHANGES FROM VERSION 2.40.16
+
 * Fixed bug in finding a different fspath suffix when a root path is a
   suffix of the other (for instance: /foo and /archive/foo).
 

Modified: trunk/src/case.ml
===================================================================
--- trunk/src/case.ml	2010-04-12 10:45:50 UTC (rev 430)
+++ trunk/src/case.ml	2010-04-12 16:39:04 UTC (rev 431)
@@ -63,7 +63,7 @@
 let useUnicodeAPI = useUnicode
 
 let unicodeCaseSensitive =
-  Prefs.createBool "unicodeEnc" ~local:true false
+  Prefs.createBool "unicodeCS" ~local:true false
     "*Pseudo-preference for internal use only" ""
 
 (* During startup the client determines the case sensitivity of each root.   *)

Modified: trunk/src/mkProjectInfo.ml
===================================================================
--- trunk/src/mkProjectInfo.ml	2010-04-12 10:45:50 UTC (rev 430)
+++ trunk/src/mkProjectInfo.ml	2010-04-12 16:39:04 UTC (rev 431)
@@ -111,3 +111,4 @@
 
 
 
+



More information about the Unison-hackers mailing list