Repository : ssh://g...@git.haskell.org/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/8634935af68886d240ad22e23c2789a707f241f4/ghc
>--------------------------------------------------------------- commit 8634935af68886d240ad22e23c2789a707f241f4 Author: Muhaimin Ahsan <ler...@fezrev.com> Date: Fri Sep 27 23:44:58 2013 -0500 Fix typo in sync-all script. (#8375) >--------------------------------------------------------------- 8634935af68886d240ad22e23c2789a707f241f4 sync-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-all b/sync-all index 55b737c..1124524 100755 --- a/sync-all +++ b/sync-all @@ -567,7 +567,7 @@ sub checkCurrentBranchIsMaster { $branch =~ s/\n//; if ($branch !~ /master/) { - print "\nWarning: You trying to 'pull' while on branch '$branch'.\n" + print "\nWarning: You are trying to 'pull' while on branch '$branch'.\n" . "Updates to this script will happen on the master branch which\n" . "means the version on this branch may be out of date.\n\n"; } _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits