view .hgignore @ 6454:2a2fde6c0aec stable

precheck: remove obsolete comment It was added in 65d4e47d7f26, and applied to the code that was executed if the if block right above this line (i.e. one that returns the result of core precheck) did not run (in other words, it applied to the imaginary "else" clause). Now we have a different check in the if block above, and the compatibility comment placed is above it. So let's remove this obsolete comment that no longer applies.
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 16 Mar 2023 20:29:53 -0300
parents ba316ce15040
children
line wrap: on
line source

syntax: glob
*.py[cdo]
*~
*.swp
*.orig
*.rej
*.egg-info

syntax: rootglob
.idea/
.mypy_cache/
.pytype/
.vscode/
html/
build/
dist/
MANIFEST
tests/easy_run.sh
tests/*.err
tests/.testtimes*
docs/training/graphs/
docs/training/html/
docs/training/index.html
docs/training/graphviz-images/
docs/training/img/
docs/training/output/
docs/training/pandocfilters/
docs/tutorials/**.rst
docs/figures/**.png
docs/static/**.ico