[PATCH 3 of 3 STABLE] rust-cpython: raising error.WdirUnsupported

Yuya Nishihara yuya at tcha.org
Fri Jan 25 03:42:12 EST 2019


On Thu, 24 Jan 2019 11:11:41 -0500, Josef 'Jeff' Sipek wrote:
> On Wed, Jan 23, 2019 at 23:23:53 -0500, Georges Racinet wrote:
> ...
> > diff -r a35cfd592a90 -r 47d5458a4c32 tests/test-rust-ancestor.py
> > --- a/tests/test-rust-ancestor.py	Wed Jan 23 07:47:04 2019 -0500
> > +++ b/tests/test-rust-ancestor.py	Wed Jan 23 07:49:36 2019 -0500
> > @@ -1,6 +1,10 @@
> >  from __future__ import absolute_import
> >  import sys
> >  import unittest
> > +from mercurial import (
> > +    error,
> > +    node,
> > +    )
> 
> Is there supposed to be whitespace before the ) ?  I'm not all that familiar
> with the python coding style.

Queued, thanks.

Actually we prefer ")" at the same level of the starting statement. Emacs
can be configured as such:

  (setq py-closing-list-dedents-bos t)


More information about the Mercurial-devel mailing list