Mercurial > evolve
view MANIFEST.in @ 1782:a046e78c3290
fold: require --from flag for folding revisions to working copy
It's very easy to think that "hg fold 4::6" will fold exactly those
revisions. In reality, it will fold those *and* any revisions between
them and the working copy. To prevent users from making that mistake,
require the use of a new --from flag for folding revisions from the
given set to the working copy. With this change, I'm sure some users
will be surprised that the command can not be run without either
--from or --exact, but at least the consequences will be smaller (the
command simply aborts and the user can try again).
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 12 Jan 2017 13:47:49 -0800 |
parents | cb2bac3253fb |
children | 7b8195e22050 |
line wrap: on
line source
exclude contrib/nopushpublish.py exclude hgext/directaccess.py exclude hgext/drophack.py exclude hgext/inhibit.py exclude hgext/obsolete.py exclude Makefile exclude tests/test-drop.t exclude tests/test-inhibit.t exclude tests/test-oldconvert.t include COPYING include docs/figures/hgview-example.png include docs/makefile include docs/*.py include docs/README include docs/*.rst include docs/static/*.svg include docs/tutorials/*.t include hgext/evolve.py include hgext/__init__.py include hgext/pushexperiment.py include hgext/simple4server.py include MANIFEST.in include README include setup.py include tests/*.py include tests/*.sh include tests/*.t prune debian recursive-include docs/figures *.svg