yuja added a comment.

  > @@ -1384,26 +1384,26 @@
  > 
  >   >>> _rootsdirsandparents(
  >   ...     [(b'glob', b'g/h/*', b''), (b'glob', b'g/h', b''),
  >   ...      (b'glob', b'g*', b'')])
  > 
  > - (['g/h', 'g/h', ''], [], ['', 'g']) +    (['g/h', 'g/h', ''], [], 
set(['', 'g']))
  
  Perhaps, this would break py3 doctests. The repr syntax changed.

REPOSITORY
  rHG Mercurial

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

To: martinvonz, #hg-reviewers
Cc: yuja, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to