This is an archive of the discontinued Mercurial Phabricator instance.

context: fix typo in introrev()
AbandonedPublic

Authored by martinvonz on Oct 9 2018, 4:20 PM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Summary

I didn't think about it while queuing this code, but I'm pretty sure
it's supposed to be "has stop rev", not "has top rev".

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

martinvonz created this revision.Oct 9 2018, 4:20 PM
yuja added a subscriber: yuja.Oct 9 2018, 6:13 PM
I didn't think about it while queuing this code, but I'm pretty sure
it's supposed to be "has stop rev", not "has top rev".

I think "top rev" is correct since we'll walk down from the changeset
revision.

In D4930#74270, @yuja wrote:
I didn't think about it while queuing this code, but I'm pretty sure
it's supposed to be "has stop rev", not "has top rev".

I think "top rev" is correct since we'll walk down from the changeset
revision.

Hmm, sounds like what we'd call "start" elsewhere then. Maybe "hasstartrev". Since it's unclear, I'll just drop this patch.

martinvonz abandoned this revision.Oct 9 2018, 6:16 PM