This is an archive of the discontinued Mercurial Phabricator instance.

fsmonitor: add support for extra `hg debuginstall` data
ClosedPublic

Authored by durin42 on Jul 23 2019, 3:40 PM.

Details

Summary

This might make some things easier to debug, and for default bug
report templates it'll help collect more data from users all at
once. I don't actually need fsmonitor in our bug reports (we don't use
it), but this demonstrates the utility of the preceding patches
without having to add new things to core.

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

durin42 created this revision.Jul 23 2019, 3:40 PM
pulkit accepted this revision.Jul 24 2019, 5:22 AM
pulkit added a subscriber: pulkit.
pulkit added inline comments.
hgext/fsmonitor/__init__.py
183

Moved this import to top level in flight.

192

This might make py3 unhappy.

This revision is now accepted and ready to land.Jul 24 2019, 5:22 AM
This revision was automatically updated to reflect the committed changes.