( )⚙ D3084 heads: add support for specying branches by revset

This is an archive of the discontinued Mercurial Phabricator instance.

heads: add support for specying branches by revset
ClosedPublic

Authored by martinvonz on Apr 4 2018, 6:53 PM.

Details

Summary

Before this commit, e.g. "hg heads .^" would fail with:

abort: unknown revision '.^'!

Like the previous patch, I don't care about the command itself (I
don't think I had ever used it before), I'm just cleaning up uses of
repo[<string>].

Diff Detail

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

Event Timeline

martinvonz created this revision.Apr 4 2018, 6:53 PM
indygreg accepted this revision.Apr 4 2018, 8:48 PM
This revision is now accepted and ready to land.Apr 4 2018, 8:48 PM
This revision was automatically updated to reflect the committed changes.