D807: chg: show timestamp with debug messages

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Mon Sep 25 10:55:19 EDT 2017


yuja requested changes to this revision.
yuja added a comment.
This revision now requires changes to proceed.


  Can you update test-chg.t?

INLINE COMMENTS

> util.c:67
> +    struct timeval t;
> +    gettimeofday(&t, 0);
> +    return t.tv_usec / 1e6 + t.tv_sec;

Nit: s/0/NULL/ is preferred.

REPOSITORY
  rHG Mercurial

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

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


More information about the Mercurial-devel mailing list