Show More
@@ -148,9 +148,7 b' def manifestmerge(ui, m1, m2, ma, overwr' | |||
|
148 | 148 | action.append((f, "e", m2.execf(f))) |
|
149 | 149 | del m2[f] |
|
150 | 150 | elif f in ma: |
|
151 | if n != ma[f]: | |
|
152 | r = _("d") | |
|
153 | if not overwrite: | |
|
151 | if n != ma[f] and not overwrite: | |
|
154 | 152 |
|
|
155 | 153 |
|
|
156 | 154 |
|
General Comments 0
You need to be logged in to leave comments.
Login now