D5936: addremove: respect ui.relative-paths

2019-02-13 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. In https://phab.mercurial-scm.org/D5936#86976, @martinvonz wrote: > Ironic given the subject line that I missed this hunk: > > diff --git a/mercurial/commands.py b/mercurial/commands.py > --- a/mercurial/commands.py > +++ b/mercurial/commands.py

D5936: addremove: respect ui.relative-paths

2019-02-13 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. Ironic given the subject line that I missed this hunk: diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -256,7 +256,7 @@ def addremove(ui, repo, *pats, **opts):

D5936: addremove: respect ui.relative-paths

2019-02-13 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGf44ab808eb91: addremove: respect ui.relative-paths (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5936?vs=14032=14059

D5936: addremove: respect ui.relative-paths

2019-02-11 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY I previously changed these code paths while trying to not change any behavior to avoid inconsistencies between them in the intermediate commits. They're now