D5853: revert: migrate to scmutil.backuppath()

2019-02-06 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG9e545c9a4dfe: revert: migrate to scmutil.backuppath() (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5853?vs=13858=13875

D5853: revert: migrate to scmutil.backuppath()

2019-02-06 Thread martinvonz (Martin von Zweigbergk)
martinvonz planned changes to this revision. martinvonz marked an inline comment as done. martinvonz added inline comments. INLINE COMMENTS > martinvonz wrote in cmdutil.py:3017-3018 > Sorry, there is a regression here: if you're in a subdirectory, this used to > say "saving current version of

D5853: revert: migrate to scmutil.backuppath()

2019-02-06 Thread martinvonz (Martin von Zweigbergk)
martinvonz updated this revision to Diff 13858. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5853?vs=13817=13858 REVISION DETAIL https://phab.mercurial-scm.org/D5853 AFFECTED FILES mercurial/cmdutil.py CHANGE DETAILS diff --git

D5853: revert: migrate to scmutil.backuppath()

2019-02-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz added inline comments. INLINE COMMENTS > cmdutil.py:3017-3018 > +bakname = scmutil.backuppath(ui, repo, abs) > ui.note(_('saving current version of %s as > %s\n') % > (rel, bakname)) >

D5853: revert: migrate to scmutil.backuppath()

2019-02-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5853 AFFECTED FILES mercurial/cmdutil.py CHANGE DETAILS diff --git a/mercurial/cmdutil.py