[PATCH]mq:fix strip mulitiple revision problem

Ling, Xiaofeng xiaofeng.ling at intel.com
Thu Sep 15 08:17:57 CDT 2005



Chris Mason <mailto:mason at suse.com> wrote:
> On Thu, 15 Sep 2005 14:27:30 +0800
> Xiaofeng Ling <xiaofeng.ling at intel.com> wrote:
> 
>> Chris,
>>      I meet this problem when trying to strip multiple revision one
>> time. 
>> 
>> when strip multiple revision, the check out version will become the
>> parents of head revision, but that is already stripped. so hg parents
>> report errors.
> 
> Which command line are you using for this?
I have a tree
1-2-3-4-5
then do 
hg strip 3
the parents will become 4
and hg parents will report errors.
hg co also report fails.
if just do
hg strip 5
then every thing is ok.





More information about the Mercurial mailing list