test-rebase-parameters

Adrian Buehlmann adrian at cadifra.com
Wed Aug 27 09:39:48 UTC 2008


...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)!
> +
> +% Use continue and collapse
> +abort: There is no Mercurial repository here (.hg not found)!
> +
> +% Use continue/abort and dest/source
> +abort: There is no Mercurial repository here (.hg not found)!
> +
> +% Use source and base
> +abort: There is no Mercurial repository here (.hg not found)!
> +
> +% Rebase with no arguments - from current
> +abort: There is no Mercurial repository here (.hg not found)!
> +
> +% Rebase with no arguments - from the current branch
> +abort: There is no Mercurial repository here (.hg not found)!
> +abort: There is no Mercurial repository here (.hg not found)!
> +% ----------
> +% These work
> +
> +% Rebase with no arguments (from 3 onto 7)
[rest snipped]


More information about the Mercurial-devel mailing list