Re: [PATCH v2 03/21] t/test-lib-functions.sh: generalize test_cmp_rev

2016-04-25 Thread Junio C Hamano
Stephan Beyer writes: > Hi, > > On 04/15/2016 10:00 PM, Junio C Hamano wrote: >> Stephan Beyer writes: >> >>> test_cmp_rev() took exactly two parameters, the expected revision >>> and the revision to test. This commit generalizes this function >>> such that it takes any number of at least two r

Re: [PATCH v2 03/21] t/test-lib-functions.sh: generalize test_cmp_rev

2016-04-24 Thread Stephan Beyer
Hi, On 04/15/2016 10:00 PM, Junio C Hamano wrote: > Stephan Beyer writes: > >> test_cmp_rev() took exactly two parameters, the expected revision >> and the revision to test. This commit generalizes this function >> such that it takes any number of at least two revisions: the >> expected one and

Re: [PATCH v2 03/21] t/test-lib-functions.sh: generalize test_cmp_rev

2016-04-15 Thread Junio C Hamano
Stephan Beyer writes: > test_cmp_rev() took exactly two parameters, the expected revision > and the revision to test. This commit generalizes this function > such that it takes any number of at least two revisions: the > expected one and a list of actual ones. The function returns true > if and o

Re: [PATCH v2 03/21] t/test-lib-functions.sh: generalize test_cmp_rev

2016-04-10 Thread Eric Sunshine
On Sun, Apr 10, 2016 at 9:18 AM, Stephan Beyer wrote: > test_cmp_rev() took exactly two parameters, the expected revision > and the revision to test. This commit generalizes this function > such that it takes any number of at least two revisions: the > expected one and a list of actual ones. The f

[PATCH v2 03/21] t/test-lib-functions.sh: generalize test_cmp_rev

2016-04-10 Thread Stephan Beyer
test_cmp_rev() took exactly two parameters, the expected revision and the revision to test. This commit generalizes this function such that it takes any number of at least two revisions: the expected one and a list of actual ones. The function returns true if and only if at least one actual revisio