[commit: ghc] master: Fix sync-all error message introduced in 41f5b7e3e (dc2b8ae)

git at git.haskell.org git at git.haskell.org
Sat Apr 19 11:17:28 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/dc2b8ae261d0219657196dc91a408ec6f0f3de52/ghc

>---------------------------------------------------------------

commit dc2b8ae261d0219657196dc91a408ec6f0f3de52
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Apr 19 13:12:40 2014 +0200

    Fix sync-all error message introduced in 41f5b7e3e
    
    Curiously, 'aforesaid' has the same length as the word 'testsuite'...
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


>---------------------------------------------------------------

dc2b8ae261d0219657196dc91a408ec6f0f3de52
 sync-all |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sync-all b/sync-all
index 6b875bb..4c0e7c1 100755
--- a/sync-all
+++ b/sync-all
@@ -971,7 +971,7 @@ ATTENTION!
 You have a left-over testsuite/.git folder in your GHC tree!
 
 Please backup or remove it (e.g. "rm -r testsuite/.git") before
-proceeding as the testsuite Git repository is now tracked as part of
+proceeding as the aforesaid Git repository is now tracked as part of
 the ghc Git repository (see #8545 for more details)
 ============================
 EOF
@@ -987,7 +987,7 @@ ATTENTION!
 You have a left-over libraries/base/.git folder in your GHC tree!
 
 Please backup or remove it (e.g. "rm -r libraries/base/.git") before
-proceeding as the testsuite Git repository is now tracked as part of
+proceeding as the aforesaid Git repository is now tracked as part of
 the ghc Git repository (see #8545 for more details)
 ============================
 EOF
@@ -1002,7 +1002,7 @@ ATTENTION!
 You have a left-over libraries/ghc-prim/.git folder in your GHC tree!
 
 Please backup or remove it (e.g. "rm -r libraries/ghc-prim/.git") before
-proceeding as the testsuite Git repository is now tracked as part of
+proceeding as the aforesaid Git repository is now tracked as part of
 the ghc Git repository (see #8545 for more details)
 ============================
 EOF
@@ -1018,7 +1018,7 @@ ATTENTION!
 You have a left-over libraries/template-haskell/.git folder in your GHC tree!
 
 Please backup or remove it (e.g. "rm -r libraries/template-haskell/.git") before
-proceeding as the testsuite Git repository is now tracked as part of
+proceeding as the aforesaid Git repository is now tracked as part of
 the ghc Git repository (see #8545 for more details)
 ============================
 EOF
@@ -1034,7 +1034,7 @@ ATTENTION!
 You have a left-over libraries/integer-gmp/.git folder in your GHC tree!
 
 Please backup or remove it (e.g. "rm -r libraries/integer-gmp/.git") before
-proceeding as the testsuite Git repository is now tracked as part of
+proceeding as the aforesaid Git repository is now tracked as part of
 the ghc Git repository (see #8545 for more details)
 ============================
 EOF
@@ -1050,7 +1050,7 @@ ATTENTION!
 You have a left-over libraries/integer-simple/.git folder in your GHC tree!
 
 Please backup or remove it (e.g. "rm -r libraries/integer-simple/.git") before
-proceeding as the testsuite Git repository is now tracked as part of
+proceeding as the aforesaid Git repository is now tracked as part of
 the ghc Git repository (see #8545 for more details)
 ============================
 EOF



More information about the ghc-commits mailing list