help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How make hg image at specified revision


From: Tatsuro MATSUOKA
Subject: Re: How make hg image at specified revision
Date: Tue, 26 Jul 2016 18:06:08 +0900 (JST)

----- Original Message -----

> From: Mike Miller 
> To: Tatsuro MATSUOKA 
> Cc: "help-octave
> Date: 2016/7/26, Tue 11:56
> Subject: Re: How make hg image at specified revision
> 
> On Tue, Jul 26, 2016 at 09:36:18 +0900, Tatsuro MATSUOKA wrote:
>>  http://savannah.gnu.org/bugs/?48608
>> 
>> 
>>  translation is ignored on GUI using recent dev. tree (289409b2992d)
>> 
>> 
>>  I would like purchase on which change causes this bug.
>> 
>>  How can I get revision specified clone of repo.?
> 
> You can specify the revision you want with the -r or --rev on either the
> clone or update commands.
> 
>   hg clone -r some-rev http://some-url
> 
> or
> 
>   cd existing-octave-clone
>   hg update -r some-rev
> 
> It sounds like you may be trying to identify which revision broke a
> specific feature. You might want to try the bisect command.
> 
>   hg bisect --good -r some-old-revision
>   hg bisect --bad -r tip
>   ## build and run tests, identify whether good or bad
>   hg bisect --bad (or --good)
>   ## repeat until bisect tells you which revision broke your test
> 


Thank you for the pointers.

I am now trying to do.

Tatsuro



reply via email to

[Prev in Thread] Current Thread [Next in Thread]