Only command and commandfinish events are logged.
The dirty, logsource, track and ignore configuration items
are not supported yet.
To indicate commands executed without Python, a (rust) prefix is added
in corresponding log messages.
Alphare |
hg-reviewers |
Only command and commandfinish events are logged.
The dirty, logsource, track and ignore configuration items
are not supported yet.
To indicate commands executed without Python, a (rust) prefix is added
in corresponding log messages.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
rust/rhg/src/blackbox.rs | ||
---|---|---|
61 | Right. This comment was obsolete anyway so I’ve removed it. (date-format is part of this commit and there’s not quoting in config syntax outside of list-values, see previous commit.) | |
116 | Oh do you mean that (glob) expected output in .t files makes it hard to expect a literal ? character? https://docs.rs/users/0.11.0/users/fn.get_current_username.html says “This function to return None if the current user does not exist, which could happen if they were deleted after the program started running.” so I don’t expect this ??? fallback to show up a lot in practice and I think it’s not worth testing it. |
rust/rhg/src/blackbox.rs | ||
---|---|---|
116 | I don't think it's worth testing either, I just meant I would have chosen a different set of characters just to avoid confusion. It's not a dealbreaker. |