Mercurial > hg
diff tests/test-hgwebdir.t @ 30725:c2bd2f77965b
rebase: fail-fast the pull if working dir is not clean (BC)
Refuse to run 'hg pull --rebase' if there are uncommitted changes:
so that instead of going ahead with fetching changes and then suddenly aborting
the rebase, we can warn user of uncommitted changes (or unclean repo state)
right up front.
In tests, we create a 'histedit' session to verify that also an unfinished
state is detected and handled.
author | Valters Vingolds <valters@vingolds.ch> |
---|---|
date | Sun, 01 Jan 2017 13:16:29 +0100 |
parents | c4fc33c477da |
children | eb7de21b15be |