##// END OF EJS Templates
Statically type OInfo. (#13973)...
Statically type OInfo. (#13973) In view of working with #13860, some cleanup inspect to be properly typed, and using stricter datastructure. Instead of dict we now use dataclasses, this will make sure that fields type and access can be stricter and verified not only at runtime, but by mypy

File last commit:

r25684:69cd5d0c
r28166:29b451fc merge
Show More
configure-git-blame-ignore-revs.sh
11 lines | 423 B | application/x-sh | BashLexer
/ tools / configure-git-blame-ignore-revs.sh
#!/bin/sh
# Other config options for blame are markUnblamables and markIgnoredLines.
# See docs for more details:
# https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile
# Uncomment below and rerun script to enable an option.
# git config blame.markIgnoredLines
# git config blame.markUnblamables
git config blame.ignoreRevsFile .git-blame-ignore-revs
git config --get blame.ignoreRevsFile