pulkit abandoned this revision.
pulkit added a comment.

  In https://phab.mercurial-scm.org/D2297#39249, @yuja wrote:
  
  > "There are around 100 occurences of open() call, it's better if we can
  >  prevent replacing all these calls
  >  "In future, when we will dropping all the compatibility code, we don't have
  >  to take care of changing pycompat.open back to open
  >
  > Yeah, that's the point why we have `from pycompat import open` to compensate
  >  the mess introduced by our code transformer. We want to keep 'rb' without 
b''.
  >  We could do that by the transformer, but I think it's better to keep the
  >  transformer less complicated.
  
  
  I agree with you that we should keep transformer less complicated as much 
possible. Abandoning this revision.

REPOSITORY
  rHG Mercurial

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

To: pulkit, #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