summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
6c76a03)
Instead of tagging the conflict markers with sha1 hashes, use
"ancestor", "current", and "patched".
Signed-off-by: Karl Hasselström <kha@treskal.com>
local tree
"""
refresh_index()
local tree
"""
refresh_index()
- p = GRun('merge-recursive', base, '--', head1, head2).returns([0, 1])
+ p = GRun('merge-recursive', base, '--', head1, head2).env(
+ { 'GITHEAD_%s' % base: 'ancestor',
+ 'GITHEAD_%s' % head1: 'current',
+ 'GITHEAD_%s' % head2: 'patched'}).returns([0, 1])
output = p.output_lines()
if p.exitcode == 0:
# No problems
output = p.output_lines()
if p.exitcode == 0:
# No problems