D1241: overlayworkingctx: add _auditconflicts to write()

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Thu Dec 7 16:44:03 EST 2017


durin42 added inline comments.

INLINE COMMENTS

> context.py:2153
> +        components = path.split('/')
> +        for i, _ in enumerate(components):
> +            component = "/".join(components[0:i])

for i in xrange(len(components)):

  ...

REPOSITORY
  rHG Mercurial

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

To: phillco, #hg-reviewers
Cc: durin42, mercurial-devel


More information about the Mercurial-devel mailing list