Hello,

On Wednesday 19 November 2008 05:15, Trent W. Buck wrote:
> Thorkil Naur <[EMAIL PROTECTED]> writes:
> > [Test for issue1224: Converting a darcs2 repository fails
> > Thorkil Naur <[EMAIL PROTECTED]>**20081119000949
> >  Attempting to "darcs convert" a repository which is already in darcs2 
format
> >  leads to a converted repository with missing file contents. This patch
> >  provides a test that reproduces this behaviour.
> > ] addfile ./bugs/issue1224_convert_darcs2_repository.sh
> > hunk ./bugs/issue1224_convert_darcs2_repository.sh 1
> > +#!/bin/sh
> > +
> > +set -ev
> > +
> > +not () { "$@" && exit 1 || :; }
> 
> Can/should this use the new tests/lib ?

Right you are. In fact, since not is not used at all, I'll just remove that 
line and send an amended patch (I guess, this is my first time doing this).

> 
> _______________________________________________
> darcs-users mailing list
> [email protected]
> http://lists.osuosl.org/mailman/listinfo/darcs-users
> 

Thanks and best regards
Thorkil
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to