Mercurial > evolve
view .hgignore @ 1292:62229e7451f7
inhibit: wrap repo.commit to inhibit nodes
Rebase was failing if you rebased a commit, stripped it, then rebased it again.
This is because the node was still hidden and we needed repo.commit to uninhibit
it.
author | Durham Goode <durham@fb.com> |
---|---|
date | Mon, 06 Apr 2015 15:44:00 -0700 |
parents | 41688ca951e7 |
children | a7bad80b7700 854421a48e0c |
line wrap: on
line source
syntax: re /figures/[^/]+\.png$ ^docs/build/ ^docs/html/ ^html/ \.pyc$ ~$ \.swp$ \.orig$ \.rej$ \.err$ ^tests/easy_run.sh$ ^build/ ^MANIFEST$ ^docs/tutorials/.*\.rst$ \.ico$