##// END OF EJS Templates
filemerge: fix the wrong placements of messages in prompt...
Pulkit Goyal -
r39321:a3fd84f4 default
parent child Browse files
Show More
@@ -56,13 +56,13 b' mergeonly = internaltool.mergeonly # jus'
56 56 fullmerge = internaltool.fullmerge # both premerge and merge
57 57
58 58 _localchangedotherdeletedmsg = _(
59 "file '%(fd)s' was deleted in local%(l)s but was modified in other%(o)s.\n"
59 "file '%(fd)s' was deleted in other%(o)s but was modified in local%(l)s.\n"
60 60 "What do you want to do?\n"
61 61 "use (c)hanged version, (d)elete, or leave (u)nresolved?"
62 62 "$$ &Changed $$ &Delete $$ &Unresolved")
63 63
64 64 _otherchangedlocaldeletedmsg = _(
65 "file '%(fd)s' was deleted in other%(o)s but was modified in local%(l)s.\n"
65 "file '%(fd)s' was deleted in local%(l)s but was modified in other%(o)s.\n"
66 66 "What do you want to do?\n"
67 67 "use (c)hanged version, leave (d)eleted, or "
68 68 "leave (u)nresolved?"
@@ -824,7 +824,7 b' Amend a merge changeset (with manifest-l'
824 824 $ hg merge -q bar --config ui.interactive=True << EOF
825 825 > c
826 826 > EOF
827 file 'aa' was deleted in local [working copy] but was modified in other [merge rev].
827 file 'aa' was deleted in other [merge rev] but was modified in local [working copy].
828 828 What do you want to do?
829 829 use (c)hanged version, (d)elete, or leave (u)nresolved? c
830 830 $ hg ci -m 'merge bar (with conflicts)'
@@ -88,7 +88,7 b' Test disabling copy tracing'
88 88 > c
89 89 > EOF
90 90 rebasing 2:add3f11052fa "other" (tip)
91 file 'a' was deleted in other [source] but was modified in local [dest].
91 file 'a' was deleted in local [dest] but was modified in other [source].
92 92 What do you want to do?
93 93 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? c
94 94
@@ -86,7 +86,7 b' Make sure filename heuristics do not whe'
86 86
87 87 $ hg rebase -s . -d 1
88 88 rebasing 2:d526312210b9 "mode a" (tip)
89 file 'a' was deleted in other [source] but was modified in local [dest].
89 file 'a' was deleted in local [dest] but was modified in other [source].
90 90 What do you want to do?
91 91 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
92 92 unresolved conflicts (see hg resolve, then hg rebase --continue)
@@ -243,7 +243,7 b' With small limit'
243 243 $ hg rebase -s 2 -d 1 --config experimental.copytrace.movecandidateslimit=0
244 244 rebasing 2:ef716627c70b "mod a" (tip)
245 245 skipping copytracing for 'a', more candidates than the limit: 7
246 file 'a' was deleted in other [source] but was modified in local [dest].
246 file 'a' was deleted in local [dest] but was modified in other [source].
247 247 What do you want to do?
248 248 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
249 249 unresolved conflicts (see hg resolve, then hg rebase --continue)
@@ -699,7 +699,7 b' When the sourcecommitlimit is small and '
699 699
700 700 $ hg rebase -s 8b6e13696 -d .
701 701 rebasing 1:8b6e13696c38 "added more things to a"
702 file 'a' was deleted in other [source] but was modified in local [dest].
702 file 'a' was deleted in local [dest] but was modified in other [source].
703 703 What do you want to do?
704 704 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
705 705 unresolved conflicts (see hg resolve, then hg rebase --continue)
@@ -611,7 +611,7 b' the 1st commit of resuming.'
611 611 > EOF
612 612 rebasing 1:72518492caa6 "#1"
613 613 rebasing 4:07d6153b5c04 "#4"
614 file '.hglf/large1' was deleted in local [dest] but was modified in other [source].
614 file '.hglf/large1' was deleted in other [source] but was modified in local [dest].
615 615 What do you want to do?
616 616 use (c)hanged version, (d)elete, or leave (u)nresolved? c
617 617
@@ -54,10 +54,10 b" Make sure HGMERGE doesn't interfere with"
54 54 Non-interactive merge:
55 55
56 56 $ hg merge -y
57 file 'file1' was deleted in local [working copy] but was modified in other [merge rev].
57 file 'file1' was deleted in other [merge rev] but was modified in local [working copy].
58 58 What do you want to do?
59 59 use (c)hanged version, (d)elete, or leave (u)nresolved? u
60 file 'file2' was deleted in other [merge rev] but was modified in local [working copy].
60 file 'file2' was deleted in local [working copy] but was modified in other [merge rev].
61 61 What do you want to do?
62 62 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
63 63 merging file3
@@ -123,10 +123,10 b' Interactive merge:'
123 123 > c
124 124 > d
125 125 > EOF
126 file 'file1' was deleted in local [working copy] but was modified in other [merge rev].
126 file 'file1' was deleted in other [merge rev] but was modified in local [working copy].
127 127 What do you want to do?
128 128 use (c)hanged version, (d)elete, or leave (u)nresolved? c
129 file 'file2' was deleted in other [merge rev] but was modified in local [working copy].
129 file 'file2' was deleted in local [working copy] but was modified in other [merge rev].
130 130 What do you want to do?
131 131 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? d
132 132 merging file3
@@ -193,22 +193,22 b' Interactive merge with bad input:'
193 193 > baz
194 194 > c
195 195 > EOF
196 file 'file1' was deleted in local [working copy] but was modified in other [merge rev].
196 file 'file1' was deleted in other [merge rev] but was modified in local [working copy].
197 197 What do you want to do?
198 198 use (c)hanged version, (d)elete, or leave (u)nresolved? foo
199 199 unrecognized response
200 file 'file1' was deleted in local [working copy] but was modified in other [merge rev].
200 file 'file1' was deleted in other [merge rev] but was modified in local [working copy].
201 201 What do you want to do?
202 202 use (c)hanged version, (d)elete, or leave (u)nresolved? bar
203 203 unrecognized response
204 file 'file1' was deleted in local [working copy] but was modified in other [merge rev].
204 file 'file1' was deleted in other [merge rev] but was modified in local [working copy].
205 205 What do you want to do?
206 206 use (c)hanged version, (d)elete, or leave (u)nresolved? d
207 file 'file2' was deleted in other [merge rev] but was modified in local [working copy].
207 file 'file2' was deleted in local [working copy] but was modified in other [merge rev].
208 208 What do you want to do?
209 209 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? baz
210 210 unrecognized response
211 file 'file2' was deleted in other [merge rev] but was modified in local [working copy].
211 file 'file2' was deleted in local [working copy] but was modified in other [merge rev].
212 212 What do you want to do?
213 213 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? c
214 214 merging file3
@@ -271,10 +271,10 b' Interactive merge with not enough input:'
271 271 $ hg merge --config ui.interactive=true <<EOF
272 272 > d
273 273 > EOF
274 file 'file1' was deleted in local [working copy] but was modified in other [merge rev].
274 file 'file1' was deleted in other [merge rev] but was modified in local [working copy].
275 275 What do you want to do?
276 276 use (c)hanged version, (d)elete, or leave (u)nresolved? d
277 file 'file2' was deleted in other [merge rev] but was modified in local [working copy].
277 file 'file2' was deleted in local [working copy] but was modified in other [merge rev].
278 278 What do you want to do?
279 279 use (c)hanged version, leave (d)eleted, or leave (u)nresolved?
280 280 merging file3
@@ -484,10 +484,10 b' Force prompts with no input (should be s'
484 484 1 other heads for branch "default"
485 485
486 486 $ hg merge --config ui.interactive=True --tool :prompt
487 file 'file1' was deleted in local [working copy] but was modified in other [merge rev].
487 file 'file1' was deleted in other [merge rev] but was modified in local [working copy].
488 488 What do you want to do?
489 489 use (c)hanged version, (d)elete, or leave (u)nresolved?
490 file 'file2' was deleted in other [merge rev] but was modified in local [working copy].
490 file 'file2' was deleted in local [working copy] but was modified in other [merge rev].
491 491 What do you want to do?
492 492 use (c)hanged version, leave (d)eleted, or leave (u)nresolved?
493 493 keep (l)ocal [working copy], take (o)ther [merge rev], or leave (u)nresolved for file3?
@@ -545,10 +545,10 b' Force prompts'
545 545 1 other heads for branch "default"
546 546
547 547 $ hg merge --tool :prompt
548 file 'file1' was deleted in local [working copy] but was modified in other [merge rev].
548 file 'file1' was deleted in other [merge rev] but was modified in local [working copy].
549 549 What do you want to do?
550 550 use (c)hanged version, (d)elete, or leave (u)nresolved? u
551 file 'file2' was deleted in other [merge rev] but was modified in local [working copy].
551 file 'file2' was deleted in local [working copy] but was modified in other [merge rev].
552 552 What do you want to do?
553 553 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
554 554 keep (l)ocal [working copy], take (o)ther [merge rev], or leave (u)nresolved for file3? u
@@ -604,10 +604,10 b' Choose to merge all files'
604 604 1 other heads for branch "default"
605 605
606 606 $ hg merge --tool :merge3
607 file 'file1' was deleted in local [working copy] but was modified in other [merge rev].
607 file 'file1' was deleted in other [merge rev] but was modified in local [working copy].
608 608 What do you want to do?
609 609 use (c)hanged version, (d)elete, or leave (u)nresolved? u
610 file 'file2' was deleted in other [merge rev] but was modified in local [working copy].
610 file 'file2' was deleted in local [working copy] but was modified in other [merge rev].
611 611 What do you want to do?
612 612 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
613 613 merging file3
@@ -696,10 +696,10 b' invocations.)'
696 696 (status identical)
697 697
698 698 === :other -> :prompt ===
699 file 'file1' was deleted in local [working copy] but was modified in other [merge rev].
699 file 'file1' was deleted in other [merge rev] but was modified in local [working copy].
700 700 What do you want to do?
701 701 use (c)hanged version, (d)elete, or leave (u)nresolved?
702 file 'file2' was deleted in other [merge rev] but was modified in local [working copy].
702 file 'file2' was deleted in local [working copy] but was modified in other [merge rev].
703 703 What do you want to do?
704 704 use (c)hanged version, leave (d)eleted, or leave (u)nresolved?
705 705 keep (l)ocal [working copy], take (o)ther [merge rev], or leave (u)nresolved for file3?
@@ -726,10 +726,10 b' invocations.)'
726 726 (status identical)
727 727
728 728 === :local -> :prompt ===
729 file 'file1' was deleted in local [working copy] but was modified in other [merge rev].
729 file 'file1' was deleted in other [merge rev] but was modified in local [working copy].
730 730 What do you want to do?
731 731 use (c)hanged version, (d)elete, or leave (u)nresolved?
732 file 'file2' was deleted in other [merge rev] but was modified in local [working copy].
732 file 'file2' was deleted in local [working copy] but was modified in other [merge rev].
733 733 What do you want to do?
734 734 use (c)hanged version, leave (d)eleted, or leave (u)nresolved?
735 735 keep (l)ocal [working copy], take (o)ther [merge rev], or leave (u)nresolved for file3?
@@ -746,10 +746,10 b' invocations.)'
746 746 (status identical)
747 747
748 748 === :fail -> :prompt ===
749 file 'file1' was deleted in local [working copy] but was modified in other [merge rev].
749 file 'file1' was deleted in other [merge rev] but was modified in local [working copy].
750 750 What do you want to do?
751 751 use (c)hanged version, (d)elete, or leave (u)nresolved?
752 file 'file2' was deleted in other [merge rev] but was modified in local [working copy].
752 file 'file2' was deleted in local [working copy] but was modified in other [merge rev].
753 753 What do you want to do?
754 754 use (c)hanged version, leave (d)eleted, or leave (u)nresolved?
755 755 keep (l)ocal [working copy], take (o)ther [merge rev], or leave (u)nresolved for file3?
@@ -774,10 +774,10 b' Non-interactive linear update'
774 774 $ echo changed >> file1
775 775 $ hg rm file2
776 776 $ hg update 1 -y
777 file 'file1' was deleted in local [working copy] but was modified in other [destination].
777 file 'file1' was deleted in other [destination] but was modified in local [working copy].
778 778 What do you want to do?
779 779 use (c)hanged version, (d)elete, or leave (u)nresolved? u
780 file 'file2' was deleted in other [destination] but was modified in local [working copy].
780 file 'file2' was deleted in local [working copy] but was modified in other [destination].
781 781 What do you want to do?
782 782 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
783 783 1 files updated, 0 files merged, 0 files removed, 2 files unresolved
@@ -952,10 +952,10 b' Force prompts with no input'
952 952 $ echo changed >> file1
953 953 $ hg rm file2
954 954 $ hg update 1 --config ui.interactive=True --tool :prompt
955 file 'file1' was deleted in local [working copy] but was modified in other [destination].
955 file 'file1' was deleted in other [destination] but was modified in local [working copy].
956 956 What do you want to do?
957 957 use (c)hanged version, (d)elete, or leave (u)nresolved?
958 file 'file2' was deleted in other [destination] but was modified in local [working copy].
958 file 'file2' was deleted in local [working copy] but was modified in other [destination].
959 959 What do you want to do?
960 960 use (c)hanged version, leave (d)eleted, or leave (u)nresolved?
961 961 1 files updated, 0 files merged, 0 files removed, 2 files unresolved
@@ -1004,10 +1004,10 b' Choose to merge all files'
1004 1004 $ echo changed >> file1
1005 1005 $ hg rm file2
1006 1006 $ hg update 1 --tool :merge3
1007 file 'file1' was deleted in local [working copy] but was modified in other [destination].
1007 file 'file1' was deleted in other [destination] but was modified in local [working copy].
1008 1008 What do you want to do?
1009 1009 use (c)hanged version, (d)elete, or leave (u)nresolved? u
1010 file 'file2' was deleted in other [destination] but was modified in local [working copy].
1010 file 'file2' was deleted in local [working copy] but was modified in other [destination].
1011 1011 What do you want to do?
1012 1012 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
1013 1013 1 files updated, 0 files merged, 0 files removed, 2 files unresolved
@@ -1062,10 +1062,10 b' Test transitions between different merge'
1062 1062 (status identical)
1063 1063
1064 1064 === :other -> :prompt ===
1065 file 'file1' was deleted in local [working copy] but was modified in other [destination].
1065 file 'file1' was deleted in other [destination] but was modified in local [working copy].
1066 1066 What do you want to do?
1067 1067 use (c)hanged version, (d)elete, or leave (u)nresolved?
1068 file 'file2' was deleted in other [destination] but was modified in local [working copy].
1068 file 'file2' was deleted in local [working copy] but was modified in other [destination].
1069 1069 What do you want to do?
1070 1070 use (c)hanged version, leave (d)eleted, or leave (u)nresolved?
1071 1071 --- diff of status ---
@@ -1091,10 +1091,10 b' Test transitions between different merge'
1091 1091 (status identical)
1092 1092
1093 1093 === :local -> :prompt ===
1094 file 'file1' was deleted in local [working copy] but was modified in other [destination].
1094 file 'file1' was deleted in other [destination] but was modified in local [working copy].
1095 1095 What do you want to do?
1096 1096 use (c)hanged version, (d)elete, or leave (u)nresolved?
1097 file 'file2' was deleted in other [destination] but was modified in local [working copy].
1097 file 'file2' was deleted in local [working copy] but was modified in other [destination].
1098 1098 What do you want to do?
1099 1099 use (c)hanged version, leave (d)eleted, or leave (u)nresolved?
1100 1100 --- diff of status ---
@@ -1110,10 +1110,10 b' Test transitions between different merge'
1110 1110 (status identical)
1111 1111
1112 1112 === :fail -> :prompt ===
1113 file 'file1' was deleted in local [working copy] but was modified in other [destination].
1113 file 'file1' was deleted in other [destination] but was modified in local [working copy].
1114 1114 What do you want to do?
1115 1115 use (c)hanged version, (d)elete, or leave (u)nresolved?
1116 file 'file2' was deleted in other [destination] but was modified in local [working copy].
1116 file 'file2' was deleted in local [working copy] but was modified in other [destination].
1117 1117 What do you want to do?
1118 1118 use (c)hanged version, leave (d)eleted, or leave (u)nresolved?
1119 1119 --- diff of status ---
@@ -142,79 +142,79 b' Merge with remote'
142 142 # in the same way, so it could potentially be left alone
143 143
144 144 $ hg merge -f --tool internal:merge3 'desc("remote")' 2>&1 | tee $TESTTMP/merge-output-1
145 file 'content1_missing_content1_content4-tracked' was deleted in local [working copy] but was modified in other [merge rev].
145 file 'content1_missing_content1_content4-tracked' was deleted in other [merge rev] but was modified in local [working copy].
146 146 What do you want to do?
147 147 use (c)hanged version, (d)elete, or leave (u)nresolved? u
148 file 'content1_missing_content3_content3-tracked' was deleted in local [working copy] but was modified in other [merge rev].
148 file 'content1_missing_content3_content3-tracked' was deleted in other [merge rev] but was modified in local [working copy].
149 149 What do you want to do?
150 150 use (c)hanged version, (d)elete, or leave (u)nresolved? u
151 file 'content1_missing_content3_content4-tracked' was deleted in local [working copy] but was modified in other [merge rev].
151 file 'content1_missing_content3_content4-tracked' was deleted in other [merge rev] but was modified in local [working copy].
152 152 What do you want to do?
153 153 use (c)hanged version, (d)elete, or leave (u)nresolved? u
154 file 'content1_missing_missing_content4-tracked' was deleted in local [working copy] but was modified in other [merge rev].
154 file 'content1_missing_missing_content4-tracked' was deleted in other [merge rev] but was modified in local [working copy].
155 155 What do you want to do?
156 156 use (c)hanged version, (d)elete, or leave (u)nresolved? u
157 file 'content1_content2_content1_content1-untracked' was deleted in other [merge rev] but was modified in local [working copy].
157 file 'content1_content2_content1_content1-untracked' was deleted in local [working copy] but was modified in other [merge rev].
158 158 What do you want to do?
159 159 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
160 file 'content1_content2_content1_content2-untracked' was deleted in other [merge rev] but was modified in local [working copy].
160 file 'content1_content2_content1_content2-untracked' was deleted in local [working copy] but was modified in other [merge rev].
161 161 What do you want to do?
162 162 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
163 file 'content1_content2_content1_content4-untracked' was deleted in other [merge rev] but was modified in local [working copy].
163 file 'content1_content2_content1_content4-untracked' was deleted in local [working copy] but was modified in other [merge rev].
164 164 What do you want to do?
165 165 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
166 file 'content1_content2_content1_missing-tracked' was deleted in other [merge rev] but was modified in local [working copy].
166 file 'content1_content2_content1_missing-tracked' was deleted in local [working copy] but was modified in other [merge rev].
167 167 What do you want to do?
168 168 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
169 file 'content1_content2_content1_missing-untracked' was deleted in other [merge rev] but was modified in local [working copy].
169 file 'content1_content2_content1_missing-untracked' was deleted in local [working copy] but was modified in other [merge rev].
170 170 What do you want to do?
171 171 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
172 file 'content1_content2_content2_content1-untracked' was deleted in other [merge rev] but was modified in local [working copy].
172 file 'content1_content2_content2_content1-untracked' was deleted in local [working copy] but was modified in other [merge rev].
173 173 What do you want to do?
174 174 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
175 file 'content1_content2_content2_content2-untracked' was deleted in other [merge rev] but was modified in local [working copy].
175 file 'content1_content2_content2_content2-untracked' was deleted in local [working copy] but was modified in other [merge rev].
176 176 What do you want to do?
177 177 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
178 file 'content1_content2_content2_content4-untracked' was deleted in other [merge rev] but was modified in local [working copy].
178 file 'content1_content2_content2_content4-untracked' was deleted in local [working copy] but was modified in other [merge rev].
179 179 What do you want to do?
180 180 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
181 file 'content1_content2_content2_missing-tracked' was deleted in other [merge rev] but was modified in local [working copy].
181 file 'content1_content2_content2_missing-tracked' was deleted in local [working copy] but was modified in other [merge rev].
182 182 What do you want to do?
183 183 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
184 file 'content1_content2_content2_missing-untracked' was deleted in other [merge rev] but was modified in local [working copy].
184 file 'content1_content2_content2_missing-untracked' was deleted in local [working copy] but was modified in other [merge rev].
185 185 What do you want to do?
186 186 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
187 file 'content1_content2_content3_content1-untracked' was deleted in other [merge rev] but was modified in local [working copy].
187 file 'content1_content2_content3_content1-untracked' was deleted in local [working copy] but was modified in other [merge rev].
188 188 What do you want to do?
189 189 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
190 file 'content1_content2_content3_content2-untracked' was deleted in other [merge rev] but was modified in local [working copy].
190 file 'content1_content2_content3_content2-untracked' was deleted in local [working copy] but was modified in other [merge rev].
191 191 What do you want to do?
192 192 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
193 file 'content1_content2_content3_content3-untracked' was deleted in other [merge rev] but was modified in local [working copy].
193 file 'content1_content2_content3_content3-untracked' was deleted in local [working copy] but was modified in other [merge rev].
194 194 What do you want to do?
195 195 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
196 file 'content1_content2_content3_content4-untracked' was deleted in other [merge rev] but was modified in local [working copy].
196 file 'content1_content2_content3_content4-untracked' was deleted in local [working copy] but was modified in other [merge rev].
197 197 What do you want to do?
198 198 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
199 file 'content1_content2_content3_missing-tracked' was deleted in other [merge rev] but was modified in local [working copy].
199 file 'content1_content2_content3_missing-tracked' was deleted in local [working copy] but was modified in other [merge rev].
200 200 What do you want to do?
201 201 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
202 file 'content1_content2_content3_missing-untracked' was deleted in other [merge rev] but was modified in local [working copy].
202 file 'content1_content2_content3_missing-untracked' was deleted in local [working copy] but was modified in other [merge rev].
203 203 What do you want to do?
204 204 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
205 file 'content1_content2_missing_content1-untracked' was deleted in other [merge rev] but was modified in local [working copy].
205 file 'content1_content2_missing_content1-untracked' was deleted in local [working copy] but was modified in other [merge rev].
206 206 What do you want to do?
207 207 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
208 file 'content1_content2_missing_content2-untracked' was deleted in other [merge rev] but was modified in local [working copy].
208 file 'content1_content2_missing_content2-untracked' was deleted in local [working copy] but was modified in other [merge rev].
209 209 What do you want to do?
210 210 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
211 file 'content1_content2_missing_content4-untracked' was deleted in other [merge rev] but was modified in local [working copy].
211 file 'content1_content2_missing_content4-untracked' was deleted in local [working copy] but was modified in other [merge rev].
212 212 What do you want to do?
213 213 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
214 file 'content1_content2_missing_missing-tracked' was deleted in other [merge rev] but was modified in local [working copy].
214 file 'content1_content2_missing_missing-tracked' was deleted in local [working copy] but was modified in other [merge rev].
215 215 What do you want to do?
216 216 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
217 file 'content1_content2_missing_missing-untracked' was deleted in other [merge rev] but was modified in local [working copy].
217 file 'content1_content2_missing_missing-untracked' was deleted in local [working copy] but was modified in other [merge rev].
218 218 What do you want to do?
219 219 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
220 220 merging content1_content2_content1_content4-tracked
@@ -728,87 +728,87 b' Re-resolve and check status'
728 728 (no more unresolved files)
729 729 $ hg resolve --unmark --all
730 730 $ hg resolve --all --tool internal:merge3
731 file 'content1_content2_content1_content1-untracked' was deleted in other [merge rev] but was modified in local [working copy].
731 file 'content1_content2_content1_content1-untracked' was deleted in local [working copy] but was modified in other [merge rev].
732 732 What do you want to do?
733 733 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
734 file 'content1_content2_content1_content2-untracked' was deleted in other [merge rev] but was modified in local [working copy].
734 file 'content1_content2_content1_content2-untracked' was deleted in local [working copy] but was modified in other [merge rev].
735 735 What do you want to do?
736 736 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
737 737 merging content1_content2_content1_content4-tracked
738 file 'content1_content2_content1_content4-untracked' was deleted in other [merge rev] but was modified in local [working copy].
738 file 'content1_content2_content1_content4-untracked' was deleted in local [working copy] but was modified in other [merge rev].
739 739 What do you want to do?
740 740 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
741 file 'content1_content2_content1_missing-tracked' was deleted in other [merge rev] but was modified in local [working copy].
741 file 'content1_content2_content1_missing-tracked' was deleted in local [working copy] but was modified in other [merge rev].
742 742 What do you want to do?
743 743 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
744 file 'content1_content2_content1_missing-untracked' was deleted in other [merge rev] but was modified in local [working copy].
744 file 'content1_content2_content1_missing-untracked' was deleted in local [working copy] but was modified in other [merge rev].
745 745 What do you want to do?
746 746 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
747 747 merging content1_content2_content2_content1-tracked
748 file 'content1_content2_content2_content1-untracked' was deleted in other [merge rev] but was modified in local [working copy].
748 file 'content1_content2_content2_content1-untracked' was deleted in local [working copy] but was modified in other [merge rev].
749 749 What do you want to do?
750 750 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
751 file 'content1_content2_content2_content2-untracked' was deleted in other [merge rev] but was modified in local [working copy].
751 file 'content1_content2_content2_content2-untracked' was deleted in local [working copy] but was modified in other [merge rev].
752 752 What do you want to do?
753 753 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
754 754 merging content1_content2_content2_content4-tracked
755 file 'content1_content2_content2_content4-untracked' was deleted in other [merge rev] but was modified in local [working copy].
755 file 'content1_content2_content2_content4-untracked' was deleted in local [working copy] but was modified in other [merge rev].
756 756 What do you want to do?
757 757 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
758 file 'content1_content2_content2_missing-tracked' was deleted in other [merge rev] but was modified in local [working copy].
758 file 'content1_content2_content2_missing-tracked' was deleted in local [working copy] but was modified in other [merge rev].
759 759 What do you want to do?
760 760 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
761 file 'content1_content2_content2_missing-untracked' was deleted in other [merge rev] but was modified in local [working copy].
761 file 'content1_content2_content2_missing-untracked' was deleted in local [working copy] but was modified in other [merge rev].
762 762 What do you want to do?
763 763 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
764 764 merging content1_content2_content3_content1-tracked
765 file 'content1_content2_content3_content1-untracked' was deleted in other [merge rev] but was modified in local [working copy].
765 file 'content1_content2_content3_content1-untracked' was deleted in local [working copy] but was modified in other [merge rev].
766 766 What do you want to do?
767 767 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
768 file 'content1_content2_content3_content2-untracked' was deleted in other [merge rev] but was modified in local [working copy].
768 file 'content1_content2_content3_content2-untracked' was deleted in local [working copy] but was modified in other [merge rev].
769 769 What do you want to do?
770 770 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
771 771 merging content1_content2_content3_content3-tracked
772 file 'content1_content2_content3_content3-untracked' was deleted in other [merge rev] but was modified in local [working copy].
772 file 'content1_content2_content3_content3-untracked' was deleted in local [working copy] but was modified in other [merge rev].
773 773 What do you want to do?
774 774 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
775 775 merging content1_content2_content3_content4-tracked
776 file 'content1_content2_content3_content4-untracked' was deleted in other [merge rev] but was modified in local [working copy].
776 file 'content1_content2_content3_content4-untracked' was deleted in local [working copy] but was modified in other [merge rev].
777 777 What do you want to do?
778 778 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
779 file 'content1_content2_content3_missing-tracked' was deleted in other [merge rev] but was modified in local [working copy].
779 file 'content1_content2_content3_missing-tracked' was deleted in local [working copy] but was modified in other [merge rev].
780 780 What do you want to do?
781 781 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
782 file 'content1_content2_content3_missing-untracked' was deleted in other [merge rev] but was modified in local [working copy].
782 file 'content1_content2_content3_missing-untracked' was deleted in local [working copy] but was modified in other [merge rev].
783 783 What do you want to do?
784 784 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
785 785 merging content1_content2_missing_content1-tracked
786 file 'content1_content2_missing_content1-untracked' was deleted in other [merge rev] but was modified in local [working copy].
786 file 'content1_content2_missing_content1-untracked' was deleted in local [working copy] but was modified in other [merge rev].
787 787 What do you want to do?
788 788 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
789 file 'content1_content2_missing_content2-untracked' was deleted in other [merge rev] but was modified in local [working copy].
789 file 'content1_content2_missing_content2-untracked' was deleted in local [working copy] but was modified in other [merge rev].
790 790 What do you want to do?
791 791 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
792 792 merging content1_content2_missing_content4-tracked
793 file 'content1_content2_missing_content4-untracked' was deleted in other [merge rev] but was modified in local [working copy].
793 file 'content1_content2_missing_content4-untracked' was deleted in local [working copy] but was modified in other [merge rev].
794 794 What do you want to do?
795 795 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
796 file 'content1_content2_missing_missing-tracked' was deleted in other [merge rev] but was modified in local [working copy].
796 file 'content1_content2_missing_missing-tracked' was deleted in local [working copy] but was modified in other [merge rev].
797 797 What do you want to do?
798 798 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
799 file 'content1_content2_missing_missing-untracked' was deleted in other [merge rev] but was modified in local [working copy].
799 file 'content1_content2_missing_missing-untracked' was deleted in local [working copy] but was modified in other [merge rev].
800 800 What do you want to do?
801 801 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
802 file 'content1_missing_content1_content4-tracked' was deleted in local [working copy] but was modified in other [merge rev].
802 file 'content1_missing_content1_content4-tracked' was deleted in other [merge rev] but was modified in local [working copy].
803 803 What do you want to do?
804 804 use (c)hanged version, (d)elete, or leave (u)nresolved? u
805 file 'content1_missing_content3_content3-tracked' was deleted in local [working copy] but was modified in other [merge rev].
805 file 'content1_missing_content3_content3-tracked' was deleted in other [merge rev] but was modified in local [working copy].
806 806 What do you want to do?
807 807 use (c)hanged version, (d)elete, or leave (u)nresolved? u
808 file 'content1_missing_content3_content4-tracked' was deleted in local [working copy] but was modified in other [merge rev].
808 file 'content1_missing_content3_content4-tracked' was deleted in other [merge rev] but was modified in local [working copy].
809 809 What do you want to do?
810 810 use (c)hanged version, (d)elete, or leave (u)nresolved? u
811 file 'content1_missing_missing_content4-tracked' was deleted in local [working copy] but was modified in other [merge rev].
811 file 'content1_missing_missing_content4-tracked' was deleted in other [merge rev] but was modified in local [working copy].
812 812 What do you want to do?
813 813 use (c)hanged version, (d)elete, or leave (u)nresolved? u
814 814 merging missing_content2_content2_content4-tracked
@@ -102,7 +102,7 b' Merge should not overwrite local file th'
102 102 Those who use force will lose
103 103
104 104 $ hg merge -f
105 file 'bar' was deleted in other [merge rev] but was modified in local [working copy].
105 file 'bar' was deleted in local [working copy] but was modified in other [merge rev].
106 106 What do you want to do?
107 107 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
108 108 merging foo1 and foo to foo1
@@ -110,7 +110,7 b' missing file in the top level repo.'
110 110 $ hg up -r '.^' --config ui.interactive=True << EOF
111 111 > d
112 112 > EOF
113 file 'b' was deleted in other [destination] but was modified in local [working copy].
113 file 'b' was deleted in local [working copy] but was modified in other [destination].
114 114 What do you want to do?
115 115 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? d
116 116 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
@@ -133,7 +133,7 b' Full rebase all the way back from branch'
133 133 note: rebase of 1:1d1a643d390e created no changes to commit
134 134 rebasing 2:ec2c14fb2984 "dev: f-dev stuff"
135 135 rebasing 4:4b019212aaf6 "dev: merge default"
136 file 'f-default' was deleted in other [source] but was modified in local [dest].
136 file 'f-default' was deleted in local [dest] but was modified in other [source].
137 137 What do you want to do?
138 138 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? c
139 139 rebasing 6:9455ee510502 "dev: merge default"
@@ -163,7 +163,7 b' Grafty cherry picking rebasing:'
163 163 > EOF
164 164 rebasing 2:ec2c14fb2984 "dev: f-dev stuff"
165 165 rebasing 4:4b019212aaf6 "dev: merge default"
166 file 'f-default' was deleted in other [source] but was modified in local [dest].
166 file 'f-default' was deleted in local [dest] but was modified in other [source].
167 167 What do you want to do?
168 168 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? c
169 169 rebasing 6:9455ee510502 "dev: merge default"
@@ -692,7 +692,7 b' m "um a c" "um x c" " " "10 do merg'
692 692 starting 4 threads for background file closing (?)
693 693 a: prompt deleted/changed -> m (premerge)
694 694 picked tool ':prompt' for a (binary False symlink False changedelete True)
695 file 'a' was deleted in other [merge rev] but was modified in local [working copy].
695 file 'a' was deleted in local [working copy] but was modified in other [merge rev].
696 696 What do you want to do?
697 697 use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
698 698 b: both created -> m (premerge)
@@ -738,7 +738,7 b' m "um a c" "um x c" " " "10 do merg'
738 738 starting 4 threads for background file closing (?)
739 739 a: prompt changed/deleted -> m (premerge)
740 740 picked tool ':prompt' for a (binary False symlink False changedelete True)
741 file 'a' was deleted in local [working copy] but was modified in other [merge rev].
741 file 'a' was deleted in other [merge rev] but was modified in local [working copy].
742 742 What do you want to do?
743 743 use (c)hanged version, (d)elete, or leave (u)nresolved? u
744 744 b: both created -> m (premerge)
@@ -113,7 +113,7 b' file is excluded from sparse checkout'
113 113
114 114 $ hg merge
115 115 temporarily included 1 file(s) in the sparse checkout for merging
116 file 'd' was deleted in local [working copy] but was modified in other [merge rev].
116 file 'd' was deleted in other [merge rev] but was modified in local [working copy].
117 117 What do you want to do?
118 118 use (c)hanged version, (d)elete, or leave (u)nresolved? u
119 119 0 files updated, 0 files merged, 0 files removed, 1 files unresolved
General Comments 0
You need to be logged in to leave comments. Login now