view .hgignore @ 6217:4466989cee8d

precheck: fix false warning about divergence creation, in hg prune In case of pruning with no successors, there is no chance for new divergence. It was happening becuase current precheck logic assumes that every revision being rewritten will be replaced with at least one successor. Changes in test file demonstrate the fixed bug.
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Fri, 23 Jul 2021 00:34:29 +0530
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