##// END OF EJS Templates
copy: document current behavior of 'hg cp --after'...
Augie Fackler -
r29958:37a36c05 default
parent child Browse files
Show More
@@ -224,6 +224,9 b' copy --after on an added file'
224 foo was clean:
224 foo was clean:
225 $ hg st -AC foo
225 $ hg st -AC foo
226 C foo
226 C foo
227 Trying to copy on top of an existing file fails,
228 $ hg copy -A bar foo
229 foo: not overwriting - file exists
227 but it's considered modified after a copy --after --force
230 but it's considered modified after a copy --after --force
228 $ hg copy -Af bar foo
231 $ hg copy -Af bar foo
229 $ hg st -AC foo
232 $ hg st -AC foo
General Comments 0
You need to be logged in to leave comments. Login now