[PATCH 5 of 6 checkunknown] merge: respect checkunknown and checkignored for force merges

Martin von Zweigbergk martinvonz at google.com
Wed Feb 3 17:01:45 EST 2016


On Mon, Feb 1, 2016 at 8:32 PM, Siddharth Agarwal <sid0 at fb.com> wrote:
> @@ -114,15 +125,21 @@ D onto F - intermediate point:
>
>
>  E onto H - skip of G:
> +(this also tests that we can overwrite untracked files and don't create backups
> +if they have the same contents)
>
>    $ hg clone -q -u . a a3
>    $ cd a3
> +  $ hg cat -r 4 E | tee E

This "tee" call doesn't seem necessary. Should it be?


More information about the Mercurial-devel mailing list