pulkit added a comment.

  Absorbing the following into this patch to make `test-check-module-imports.t` 
happy.
  
    diff --git a/mercurial/utils/hashutil.py b/mercurial/utils/hashutil.py
    --- a/mercurial/utils/hashutil.py
    +++ b/mercurial/utils/hashutil.py
    @@ -3,7 +3,7 @@ from __future__ import absolute_import
     import hashlib
     
     try:
    -    from mercurial.thirdparty import sha1dc
    +    from ..thirdparty import sha1dc
         sha1 = sha1dc.sha1
     except (ImportError, AttributeError):
         sha1 = hashlib.sha1

REPOSITORY
  rHG Mercurial

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

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

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

Reply via email to