##// END OF EJS Templates
largefiles: don't try to explain rename history before prompt for conflicts...
Mads Kiilerich -
r20296:675f5788 default
parent child Browse files
Show More
@@ -426,15 +426,6 b' def overridefilemerge(origfn, repo, myno'
426 if not fcother.cmp(fcdest): # files identical?
426 if not fcother.cmp(fcdest): # files identical?
427 return None
427 return None
428
428
429 if orig != fcother.path():
430 repo.ui.status(_('merging %s and %s to %s\n')
431 % (lfutil.splitstandin(orig),
432 lfutil.splitstandin(fcother.path()),
433 lfutil.splitstandin(fcdest.path())))
434 else:
435 repo.ui.status(_('merging %s\n')
436 % lfutil.splitstandin(fcdest.path()))
437
438 if repo.ui.promptchoice(_('largefile %s has a merge conflict\n'
429 if repo.ui.promptchoice(_('largefile %s has a merge conflict\n'
439 'keep (l)ocal or take (o)ther?'
430 'keep (l)ocal or take (o)ther?'
440 '$$ &Local $$ &Other') %
431 '$$ &Local $$ &Other') %
@@ -1374,7 +1374,6 b' correctly.'
1374 (run 'hg heads' to see heads, 'hg merge' to merge)
1374 (run 'hg heads' to see heads, 'hg merge' to merge)
1375 2 largefiles cached
1375 2 largefiles cached
1376 $ hg merge
1376 $ hg merge
1377 merging sub/large4
1378 largefile sub/large4 has a merge conflict
1377 largefile sub/large4 has a merge conflict
1379 keep (l)ocal or take (o)ther? l
1378 keep (l)ocal or take (o)ther? l
1380 3 files updated, 1 files merged, 0 files removed, 0 files unresolved
1379 3 files updated, 1 files merged, 0 files removed, 0 files unresolved
General Comments 0
You need to be logged in to leave comments. Login now