rust hg status

2019-02-19 Thread Valentin Gatien-Baron
Hello, I wrote a fraction of hg status in rust, just the minimum needed to compare current revision and working copy with few of the flags and config settings supported. As you can imagine, the goal was better performance. Before trying to upstream bits of this, I figured I'd check there's intere

Re: rust hg status

2019-07-15 Thread Valentin Gatien-Baron
Somewhat related: I was looking in emacs's version control support for hg (they run into a bug with hg parent with evolve, https://lists.gnu.org/archive/html/bug-gnu-emacs/2019-07/msg00349.html) and noticed that they have both a parser for the dirstate and for the hgignore, written in elisp, for s

Re: rust hg status

2019-02-19 Thread Augie Fackler
On Fri, Feb 15, 2019 at 02:39:44PM -0500, Valentin Gatien-Baron wrote: > Hello, > > I wrote a fraction of hg status in rust, just the minimum needed to > compare current revision and working copy with few of the flags and > config settings supported. As you can imagine, the goal was better > perfor

Re: rust hg status

2019-02-19 Thread Valentin Gatien-Baron
On Tue, Feb 19, 2019 at 10:46 AM Augie Fackler wrote: > On Fri, Feb 15, 2019 at 02:39:44PM -0500, Valentin Gatien-Baron wrote: > > Hello, > > > > I wrote a fraction of hg status in rust, just the minimum needed to > > compare current revision and working copy with few of the flags and > > config

Re: rust hg status

2019-02-20 Thread Augie Fackler
> On Feb 19, 2019, at 14:43, Valentin Gatien-Baron > wrote: > > > > On Tue, Feb 19, 2019 at 10:46 AM Augie Fackler wrote: > On Fri, Feb 15, 2019 at 02:39:44PM -0500, Valentin Gatien-Baron wrote: > > Hello, > > > > I wrote a fraction of hg status in rust, just the minimum needed to > > compa

Re: rust hg status

2019-03-13 Thread Pierre-Yves David
On 2/19/19 4:46 PM, Augie Fackler wrote: On Fri, Feb 15, 2019 at 02:39:44PM -0500, Valentin Gatien-Baron wrote: Hello, I wrote a fraction of hg status in rust, just the minimum needed to compare current revision and working copy with few of the flags and config settings supported. As you can