checkout: automerge local changes while switching branches.
authorJunio C Hamano <junkio@cox.net>
Thu, 12 Jan 2006 07:07:27 +0000 (23:07 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 14 Jan 2006 00:52:37 +0000 (16:52 -0800)
When switching branches, if the working tree has a local
modification at paths that are different between current and new
branches, we refused the operation saying "cannot merge." This
attempts to do an automerge for such paths.

This is still experimental.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found