Add mergetool support to the classic StGit infrastructure
authorCatalin Marinas <catalin.marinas@arm.com>
Thu, 9 Apr 2009 20:40:58 +0000 (23:40 +0300)
committerCatalinMarinas <cmarinas@laptop.(none)>
Thu, 9 Apr 2009 20:40:58 +0000 (23:40 +0300)
commitb993d23f49af71ded6b0eaeb19ccf25b6bec4432
tree84af65922ff4a02590f3b87c03ec3696207eac7e
parentee11a2896d0815d1530c5dc2a7e4719409b7833f
Add mergetool support to the classic StGit infrastructure

Since Git already has a tool for interactively solving conflicts which
is highly customisable, there is no need to duplicate this feature via
the i3merge and i2merge configuration options. The user-visible change
is that now mergetool is invoked rather than the previously customised
interactive merging tool.

The stgit.keeporig option is no longer available to be more consistent
with the Git behaviour.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
Acked-by: Karl Hasselström <kha@treskal.com>
examples/gitconfig
stgit/commands/resolved.py
stgit/config.py
stgit/git.py
stgit/gitmergeonefile.py [deleted file]
t/t0002-status.sh