This is an archive of the discontinued Mercurial Phabricator instance.

children: support specifying revision by revset
ClosedPublic

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

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

It would be nice to have tests for these changes to ensure we don't regress...

But progress is progress.

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

It would be nice to have tests for these changes to ensure we don't regress...
But progress is progress.

I spent about a minute or two trying to find a good test to update while writing D3084, but there didn't even seem to be one for hg heads <revision>, so I was lazy. Thanks for making me check tests for hg children, because that was actually easy - I've just sent D3120.