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

2019-07-24 Thread durin42 (Augie Fackler)
Closed by commit rHG3358dc6e7c04: fsmonitor: add support for extra `hg debuginstall` data (authored by durin42). This revision was automatically updated to reflect the committed changes. CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D6682?vs=16024=16035#toc REPOSITORY rHG Mercurial

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

2019-07-24 Thread pulkit (Pulkit Goyal)
This revision is now accepted and ready to land. pulkit added inline comments. pulkit accepted this revision. INLINE COMMENTS > __init__.py:182 > + ui.configpath("fsmonitor", "watchman_exe")) > +import tempfile > +root = tempfile.mkdtemp() Moved this import to top level in

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

2019-07-23 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added subscribers: mercurial-devel, mjpieters. Herald added a reviewer: hg-reviewers. REVISION 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