branch | stable |
changeset 16487 | 4fe874697a4d |
parent 14517 | 5a931246afc5 |
16486:ac987a9d8d49 | 16487:4fe874697a4d |
---|---|
98 $ hg st -C |
98 $ hg st -C |
99 A baz |
99 A baz |
100 bar |
100 bar |
101 |
101 |
102 foo was clean: |
102 foo was clean: |
103 $ hg st -AC foo |
103 $ hg st -AC foo |
104 C foo |
104 C foo |
105 but it's considered modified after a copy --after --force |
105 but it's considered modified after a copy --after --force |
106 $ hg copy -Af bar foo |
106 $ hg copy -Af bar foo |
107 $ hg st -AC foo |
107 $ hg st -AC foo |
108 M foo |
108 M foo |