D7668: status: make unresolved files always be in the morestatus structured output

2019-12-19 Thread rdamazio (Rodrigo Damazio Bovendorp)
Closed by commit rHG07ebb567e8bb: status: make unresolved files always be in the morestatus structured output (authored by rdamazio). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7

D7668: status: make unresolved files always be in the morestatus structured output

2019-12-19 Thread rdamazio (Rodrigo Damazio Bovendorp)
rdamazio marked an inline comment as done. rdamazio updated this revision to Diff 18877. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7668?vs=18846&id=18877 BRANCH default CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7668/new/ REVISION

D7668: status: make unresolved files always be in the morestatus structured output

2019-12-18 Thread rdamazio (Rodrigo Damazio Bovendorp)
rdamazio added inline comments. rdamazio marked an inline comment as done. INLINE COMMENTS > pulkit wrote in cmdutil.py:876 > IIUC, if it's in one of the states that were not requested for display, then > we should not display the file, right? We don't display its status indeed. They did reque

D7668: status: make unresolved files always be in the morestatus structured output

2019-12-18 Thread pulkit (Pulkit Goyal)
pulkit added inline comments. INLINE COMMENTS > cmdutil.py:876 > +# have been in one of the states that were not requested for > +# display, so it could be anything. > +fm.data(itemtype=b'file', path=f, unresolved=True) IIUC, if it's in one of the

D7668: status: make unresolved files always be in the morestatus structured output

2019-12-17 Thread rdamazio (Rodrigo Damazio Bovendorp)
rdamazio updated this revision to Diff 18846. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7668?vs=18725&id=18846 BRANCH default CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7668/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7

D7668: status: make unresolved files always be in the morestatus structured output

2019-12-13 Thread rdamazio (Rodrigo Damazio Bovendorp)
rdamazio created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY We don't know the status of those files, only that they're unresolved, so we don't output the status for those - any code parsing this will have to be tolerant