D7183: py3: render message about conflicts in chistedit code

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Fri Nov 1 22:41:15 EDT 2019


yuja added a comment.


  >   if len(conflicts) > 0:
  >
  > - conflictstr = b','.join(map(lambda r: str(r.ctx), conflicts))
  >
  > +            conflictstr = b','.join(map(lambda r: r.ctx.hex(), conflicts))
  
  Seems okay, but it was previously a short hash.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7183/new/

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

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


More information about the Mercurial-devel mailing list