D7924: rust-matchers: add `build_regex_match` function

2020-03-11 Thread Raphaël Gomès
Closed by commit rHGa21881b40942: rust-matchers: add `build_regex_match` function (authored by Alphare). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7924?vs=20162=20714 CHANGES

D7924: rust-matchers: add `build_regex_match` function

2020-02-11 Thread Raphaël Gomès
Alphare updated this revision to Diff 20162. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7924?vs=20042=20162 BRANCH default CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7924/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7924

D7924: rust-matchers: add `build_regex_match` function

2020-02-10 Thread Raphaël Gomès
Alphare updated this revision to Diff 20042. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7924?vs=19940=20042 BRANCH default CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7924/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7924

D7924: rust-matchers: add `build_regex_match` function

2020-02-10 Thread kevincox (Kevin Cox)
kevincox added inline comments. kevincox accepted this revision. INLINE COMMENTS > matchers.rs:248 > +/// Returns a function that matches an `HgPath` against the regex formed by > +/// the given patterns. > +fn build_regex_match<'a>( Can you describe the return value here? It seems odd that we

D7924: rust-matchers: add `build_regex_match` function

2020-02-06 Thread Raphaël Gomès
Alphare updated this revision to Diff 19940. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7924?vs=19419=19940 BRANCH default CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7924/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7924

D7924: rust-matchers: add `build_regex_match` function

2020-01-17 Thread Raphaël Gomès
Alphare updated this revision to Diff 19419. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7924?vs=19403=19419 BRANCH default CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7924/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7924

D7924: rust-matchers: add `build_regex_match` function

2020-01-17 Thread Raphaël Gomès
Alphare created this revision. Herald added subscribers: mercurial-devel, kevincox, durin42. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This function will be used to help build the upcoming `IncludeMatcher`. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL