.hgignore
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 11 Sep 2017 17:41:53 +0200
changeset 2943 25576132cb30
parent 2080 b26a1f061ac8
child 3203 34d5c97a3dee
permissions -rw-r--r--
uncommit: fix the dirstate handling in `uncommit -i` This patch fixes the dirstate handling after `hg uncommit --interactive`. This patch is bit verbose about the logic and efforts are not put to plug the logic into existing logic as it's easier to understand like this. Plugging this into non-interactive logic deserves a separate patch.

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