This is an archive of the discontinued Mercurial Phabricator instance.

undo: draft obsolete handling
ClosedPublic

Authored by felixmerk on Aug 17 2017, 4:14 PM.
Tags
None
Subscribers

Details

Reviewers
quark
Group Reviewers
Restricted Project
Commits
rFBHGX4e9fbcd45642: undo: draft obsolete handling
Summary

Obsoleted commits may be visible. To make sure that they are un-obsoleted after
undo when appropriate, we add "draft() & obsolete()" recording. The most common
case where this matters is undoing a mid stack amend.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

felixmerk created this revision.Aug 17 2017, 4:14 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptAug 17 2017, 4:14 PM
quark accepted this revision.Aug 17 2017, 7:32 PM
quark added a subscriber: quark.

Nice!

This revision is now accepted and ready to land.Aug 17 2017, 7:32 PM
This revision was automatically updated to reflect the committed changes.