This is an archive of the discontinued Mercurial Phabricator instance.

dirstate: use keyword arguments to clarify status()'s callers
ClosedPublic

Authored by martinvonz on Sep 29 2017, 5:53 PM.

Details

Summary

The arguments are especially non-obvious because the order is
different from dirstate.walk().

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.Sep 29 2017, 5:53 PM
quark accepted this revision.Sep 29 2017, 6:00 PM
yuja accepted this revision.Sep 30 2017, 2:17 AM
yuja added a subscriber: yuja.
yuja added inline comments.
hgext/largefiles/overrides.py
1222

s/ignores/ignored/

Fixed in flight.

This revision is now accepted and ready to land.Sep 30 2017, 2:17 AM
This revision was automatically updated to reflect the committed changes.