Frank Terbeck wrote on Fri, Apr 04, 2014 at 11:53:11 +0200: > Daniel Shahaf wrote: > > Hello. > > Hi! > > Sorry for the delay. > No problem, hi :) > > --- a/Functions/VCS_Info/Backends/VCS_INFO_get_data_bzr > > +++ b/Functions/VCS_Info/Backends/VCS_INFO_get_data_bzr > [...] > > + # TODO: document in zshcontrib that bzr supports check-for-changes > > + # (also in VCS_INFO_bzr_get_info_restricted) > > Sounds like a plan. Do you want the job? :) > I _was_ trying to outsource it, but... Attached. > > --- a/Functions/VCS_Info/Backends/VCS_INFO_get_data_git > > +++ b/Functions/VCS_Info/Backends/VCS_INFO_get_data_git > [...] > > +local querystaged queryunstaged > > If you'd make this "local -i ..." the variables would be integers, > defaulting to zero. Thanks for the tip. Done, new version attached. Cheers, Daniel