Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Git mirror at SF + link to "repos" script



On Sat, Mar 14, 2009 at 10:51:23PM +0100, Frank Terbeck wrote:
>     git://zsh.git.sf.net/gitroot/zsh            (read-only)
>     ssh://USERNAME@xxxxxxxxxxxxxx/gitroot/zsh   (read/write)
> 
> Finally, I can put my local cvs-to-git conversion to rest.
> Thanks Wayne! :-)

I'm excited about doing this too, but the git repo doesn't seem to
quite match up with CVS HEAD:


diff -ur -x .git zsh-git/Completion/Unix/Command/_mount zsh-cvs/Completion/Unix/Command/_mount
--- zsh-git/Completion/Unix/Command/_mount	2009-03-15 01:48:03.000000000 -0400
+++ zsh-cvs/Completion/Unix/Command/_mount	2009-03-01 21:54:16.000000000 -0500
@@ -867,6 +867,7 @@
     ;;
   esac
 
+  local MATCH MBEGIN MEND
   # "Mummy, why is mount point matching full of squiggles?"
   #
   # "Well, dear, the clever people who wrote Linux decided that some
diff -ur -x .git zsh-git/Test/V04features.ztst zsh-cvs/Test/V04features.ztst
--- zsh-git/Test/V04features.ztst	2009-03-15 01:48:03.000000000 -0400
+++ zsh-cvs/Test/V04features.ztst	2009-03-01 21:53:53.000000000 -0500
@@ -101,7 +101,6 @@
     zmodload zsh/datetime
   }
   fn
-# status is zero because load succeded although features not all enabled
 2:Failed to add parameter if local parameter present
 ?fn:2: Can't add module parameter `EPOCHSECONDS': local parameter exists
 ?fn:zsh/datetime:2: error when adding parameter `EPOCHSECONDS'



Messages sorted by: Reverse Date, Date, Thread, Author