logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: [PATCH] deprecate 'hg tag NAME [REV]': msg#00269

Subject: Re: [PATCH] deprecate 'hg tag NAME [REV]'
* Benoit Boissinot <benoit.boissinot@xxxxxxxxxxxx> [20060129 00:33]:
> +    if rev_ is not None:
> +        ui.warn(_("use of 'hg tag NAME [REV]' is deprecated, "
> +                  "please use 'hg tag [-r REV] NAME instead\n"))
> +        if opts['rev']:
> +            raise util.Abort(_("use only one form to specify the revision"))

Missing quote in warning and tests pushed to crew.

Thomas

-- 
Email: thomas@xxxxxxxxxxxxx
http://intevation.de/~thomas/


<Prev in Thread] Current Thread [Next in Thread>