Show More
@@ -1223,7 +1223,6 b' def calculateupdates(' | |||||
1223 | if ( |
|
1223 | if ( | |
1224 | mergestatemod.ACTION_CHANGED_DELETED in bids |
|
1224 | mergestatemod.ACTION_CHANGED_DELETED in bids | |
1225 | and mergestatemod.ACTION_KEEP_NEW in bids |
|
1225 | and mergestatemod.ACTION_KEEP_NEW in bids | |
1226 | and len(bids) == 2 |
|
|||
1227 | ): |
|
1226 | ): | |
1228 | repo.ui.note(_(b" %s: picking 'changed/deleted' action\n") % f) |
|
1227 | repo.ui.note(_(b" %s: picking 'changed/deleted' action\n") % f) | |
1229 | mresult.addfile( |
|
1228 | mresult.addfile( | |
@@ -1243,7 +1242,6 b' def calculateupdates(' | |||||
1243 | if ( |
|
1242 | if ( | |
1244 | mergestatemod.ACTION_DELETED_CHANGED in bids |
|
1243 | mergestatemod.ACTION_DELETED_CHANGED in bids | |
1245 | and mergestatemod.ACTION_GET in bids |
|
1244 | and mergestatemod.ACTION_GET in bids | |
1246 | and len(bids) == 2 |
|
|||
1247 | ): |
|
1245 | ): | |
1248 | repo.ui.note(_(b" %s: picking 'delete/changed' action\n") % f) |
|
1246 | repo.ui.note(_(b" %s: picking 'delete/changed' action\n") % f) | |
1249 | mresult.addfile( |
|
1247 | mresult.addfile( |
General Comments 0
You need to be logged in to leave comments.
Login now