]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix retrieving Mercurial commit timestamp under Windows
authorMark Pulford <mark@kyne.com.au>
Sat, 22 Jan 2022 05:33:28 +0000 (16:03 +1030)
committerBryan Mills <bcmills@google.com>
Wed, 26 Jan 2022 17:25:25 +0000 (17:25 +0000)
commit55589e7531c7e576a26f5610241a278caf6e4a4e
tree8f315e534cc0752145febe828b08e25ab4372cf5
parent0f4bd92c4d9a16efe05e397354dec87737338d2c
cmd/go: fix retrieving Mercurial commit timestamp under Windows

Use "hgdate" since the strftime filter is unsupported by Mercurial under
Windows.

Fixes #49841

Change-Id: I300898e51e324147aaf1bfe12ed17dea4bdd183d
Reviewed-on: https://go-review.googlesource.com/c/go/+/380077
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Trust: Jeremy Faller <jeremy@golang.org>
Trust: Michael Knyszek <mknyszek@google.com>
src/cmd/go/internal/vcs/vcs.go