D1000: contrib: add check-code rule banning use of readlink

2017-10-11 Thread mitrandir (Mateusz Jakub Kwapich)
mitrandir added a comment. Wow, it's https://phab.mercurial-scm.org/D1000 :D partysnake REPOSITORY rHG Mercurial REVISION DETAIL

D1000: contrib: add check-code rule banning use of readlink

2017-10-11 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGac80a8d105ec: contrib: add check-code rule banning use of readlink (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1000: contrib: add check-code rule banning use of readlink

2017-10-11 Thread ryanmce (Ryan McElroy)
ryanmce accepted this revision. ryanmce added a comment. This revision is now accepted and ready to land. queued REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1000 To: durin42, #hg-reviewers, quark, ryanmce Cc: ryanmce, quark, mercurial-devel

D1000: contrib: add check-code rule banning use of readlink

2017-10-10 Thread quark (Jun Wu)
quark accepted this revision. quark added a comment. LGTM. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1000 To: durin42, #hg-reviewers, quark Cc: quark, mercurial-devel ___ Mercurial-devel mailing list

D1000: contrib: add check-code rule banning use of readlink

2017-10-10 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY readlink doesn't always exist, such as on Solaris-derived platforms. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1000 AFFECTED