.hgignore
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 10 Dec 2017 01:06:16 +0100
changeset 3258 af1f8f0687e1
parent 3203 34d5c97a3dee
child 3376 aad37ffd7d58
permissions -rw-r--r--
stablerange: introduce a basic-mergepoint method This method use the new 'mergepoint' based stable sorting. It is expected to be eventually better than branch point to stable range: more stable, easier to cache, etc. Having a basic implementation will allow use to validate more advanced implementation.

syntax: re
/figures/[^/]+\.png$
^html/
\.pyc$
~$
\.swp$
\.orig$
\.rej$
^tests/.*\.err$
^tests/easy_run.sh$
^build/
^dist/
^MANIFEST$
^docs/tutorials/.*\.rst$
\.ico$
tests/\.testtimes