I want to add a hg cp/mv -r <rev> option to mark files as
copied/moved in an existing commit (amending that commit). The code
needs to not depend on the dirstate for that.
Details
Details
- Reviewers
marmoute - Group Reviewers
hg-reviewers - Commits
- rHG2bd3b95fdce0: copy: rewrite walkpat() to depend less on dirstate
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.