Details
Details
- Reviewers
 - None
 - Group Reviewers
 hg-reviewers - Commits
 - rHG9e545c9a4dfe: revert: migrate to scmutil.backuppath()
 
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. 
Event Timeline
| mercurial/cmdutil.py | ||
|---|---|---|
| 3022–3023 | Sorry, there is a regression here: if you're in a subdirectory, this used to say "saving current version of foo as foo.orig", but now it will say "saving current version of foo as dir/foo.orig". So please don't queue this yet. I'll need to insert some patches earlier in the series.  | |
| mercurial/cmdutil.py | ||
|---|---|---|
| 3022–3023 | This is now ready for review again.  | |
Sorry, there is a regression here: if you're in a subdirectory, this used to say "saving current version of foo as foo.orig", but now it will say "saving current version of foo as dir/foo.orig". So please don't queue this yet. I'll need to insert some patches earlier in the series.