Re: How do I find all files that have been "hg copy"'d

2022-05-01 Thread John Carter via Mercurial
es in all changesets. > > You can combine that with a revset query to limit which changesets are > printed. e.g. `hg log -r 'file("glob:mercurial/**")' -T ...`. > > See `hg help templates` for more keywords related to copies and `hg help > revsets` for more ways to filter which changese

How do I find all files that have been "hg copy"'d

2022-04-28 Thread John Carter via Mercurial
Related to my previous question... But if no solution for that is forthcoming... one solution would be to update to the changeset before the one that did the last "hg copy" and redo and prune that that changeset . But the question then becomes... how do I find all hg copy's? -- This

hg copy vs hg rebase

2022-04-28 Thread John Carter via Mercurial
I'm getting some very uncomfortable merges due to using a combination of hg copy and hg rebase. What seems to be happening is when I rebase, changes that were made to the file that was copied from (after the copy), are being now applied to the destination file when I rebase. Is there a way of