yuja added a comment.

  Queued, thanks.
  
  Maybe we'll need to update cffi code as a follow-up.

INLINE COMMENTS

> chgserver.py:552
>              return (stat.st_ino == self._socketstat.st_ino and
> -                    stat.st_mtime == self._socketstat.st_mtime)
> +                    stat.st_mtime == self._socketstat[stat.ST_MTIME])
>          except OSError:

Fixed name conflicts and st_mtime oversight.

REPOSITORY
  rHG Mercurial

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

To: durin42, #hg-reviewers, yuja
Cc: 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