mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-23 14:48:53 +02:00
diff3 -E is much easier to read
This commit is contained in:
@@ -4754,7 +4754,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
o = open(os.path.join(destdir, name), 'wb')
|
o = open(os.path.join(destdir, name), 'wb')
|
||||||
code = subprocess.call(['diff3', '-m',
|
code = subprocess.call(['diff3', '-m', '-E',
|
||||||
'-L', '.mine',
|
'-L', '.mine',
|
||||||
os.path.join(destdir, name + '.mine'),
|
os.path.join(destdir, name + '.mine'),
|
||||||
'-L', '.old',
|
'-L', '.old',
|
||||||
@@ -4873,7 +4873,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
o = open(name, 'wb')
|
o = open(name, 'wb')
|
||||||
code = subprocess.call(['diff3', '-m',
|
code = subprocess.call(['diff3', '-m', '-E',
|
||||||
'-L', '.mine', name + '.mine',
|
'-L', '.mine', name + '.mine',
|
||||||
'-L', '.old', name + '.old',
|
'-L', '.old', name + '.old',
|
||||||
'-L', '.new', name + '.new',
|
'-L', '.new', name + '.new',
|
||||||
|
Reference in New Issue
Block a user