Bug 3767 - histedit fails when editing the first changeset of a repository
Summary: histedit fails when editing the first changeset of a repository
Status: RESOLVED FIXED
Alias: None
Product: Mercurial
Classification: Unclassified
Component: histedit (show other bugs)
Version: earlier
Hardware: PC Windows
: normal bug
Assignee: Augie Fackler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-16 13:19 UTC by gidyn
Modified: 2017-11-01 18:05 UTC (History)
1 user (show)

See Also:
Python Version: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gidyn 2013-01-16 13:19 UTC
Trying to edit the first changeset with histedit yields an error message:

abort: working directory parent is not a descendant of 000000000000
(update to 000000000000 or descendant and run "hg histedit --continue" again)
Comment 1 HG Bot 2013-04-14 20:15 UTC
Fixed by http://selenic.com/repo/hg/rev/79580b3140cd
Bryan O'Sullivan <bryano@fb.com>
histedit: support editing of the first commit (issue3767)

(please test the fix)