D4813: narrow: the first version of narrow_widen wireprotocol command

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Fri Oct 5 12:22:08 EDT 2018


indygreg added a comment.


  This looks pretty reasonable to me from a wire protocol perspective.

INLINE COMMENTS

> narrowwirepeer.py:107
> +                part.addparam('treemanifest', '1')
> +    except error.Abort as exc:
> +        manargs = [('message', pycompat.bytestr(exc))]

This may want to catch `Exception`.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D4813

To: pulkit, durin42, #hg-reviewers, martinvonz
Cc: indygreg, mercurial-devel


More information about the Mercurial-devel mailing list