It's quite common that users want to record copy (rename) information
after committing the working copy changes (i.e. an added and a deleted
file). When they try hg mv [--after] <src> <dst>, that just fails
because the source file doesn't exist. It seems helpful if we can
point them to --at-rev=. in this case.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG5ffc6c18fb96: rename: add hint about --at-rev if source file doesn't exist
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.