test-rebase-parameters

Christian Ebert blacktrash at gmx.net
Wed Aug 27 05:22:16 CDT 2008


* Adrian Buehlmann on Wednesday, August 27, 2008 at 11:39:48 +0200
> ...fails here (on FreeBSD 6.2). I'm using cset ce94b3236ea4 (crew repo).
> 
> Is it just me or is this a know problem?
> 
>> %python run-tests.py -i test-rebase-parameters
>> 
>> ERROR: test-rebase-parameters output changed
>> --- Expected output 
>> +++ Test output 
>> @@ -1,7 +1,43 @@
>> % These fail
>> 
>> % Use continue and abort
>> -hg rebase: cannot use both abort and continue
>> +abort: There is no Mercurial repository here (.hg not found)!
>> +

<snip>

While it doesn't fail here, I discovered strange redirections:

createrepo > /dev/null 2&>1

I believe it should be

createrepo > /dev/null 2>&1

If you replace the "2&>1" with "2>&1", does it work for you?

c
-- 
  Was heißt hier Dogma, ich bin Underdogma!
[ What the hell do you mean dogma, I am underdogma. ]

_F R E E_  _V I D E O S_  -->>  http://www.blacktrash.org/underdogma/


More information about the Mercurial-devel mailing list