D3718: narrow: mark the critical chunks of narrowing/widening as unsafe

2018-07-03 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGa1d5951efce7: narrow: mark the critical chunks of narrowing/widening as unsafe (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D3718: narrow: mark the critical chunks of narrowing/widening as unsafe

2018-06-27 Thread durin42 (Augie Fackler)
durin42 updated this revision to Diff 9328. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3718?vs=9025=9328 REVISION DETAIL https://phab.mercurial-scm.org/D3718 AFFECTED FILES hgext/narrow/narrowcommands.py CHANGE DETAILS diff --git

D3718: narrow: mark the critical chunks of narrowing/widening as unsafe

2018-06-13 Thread martinvonz (Martin von Zweigbergk)
martinvonz added inline comments. INLINE COMMENTS > narrowcommands.py:248 > +repo.wvfs.unlinkpath(f) > +repo.setnarrowpats(newincludes, newexcludes) > Perhaps for another patch, but we could probably move this to before the transaction that starts on line 238

D3718: narrow: mark the critical chunks of narrowing/widening as unsafe

2018-06-12 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY I'm _mostly_ sure these are the only unsafe chunks here. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3718 AFFECTED FILES