# HG changeset patch # User Bryan O'Sullivan # Date 2015-12-13 04:10:33 # Node ID 7b8b6e3b3571f8fde81e19a48be5520d22b721f9 # Parent 6ab8c6511a6a4bd41b397c2f193ccb7429716d1d manifest: fix formatting One poor unfortunate line was hanging way off the right hand side of the universe. Rescued it. diff --git a/mercurial/manifest.c b/mercurial/manifest.c --- a/mercurial/manifest.c +++ b/mercurial/manifest.c @@ -242,7 +242,7 @@ static PyObject *lmiter_iterentriesnext( hash = nodeof(l); consumed = pl + 41; flags = PyString_FromStringAndSize(l->start + consumed, - l->len - consumed - 1); + l->len - consumed - 1); if (!path || !hash || !flags) { goto done; }