Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(118)

Issue 39330043: code review 39330043: go.tools/dashboard/builder: make template work with mer...

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by jsing
Modified:
10 years, 10 months ago
Reviewers:
adg
CC:
adg, dvyukov, bsiegert, patrick2, mpmselenic, golang-codereviews
Visibility:
Public.

Description

go.tools/dashboard/builder: make template work with mercurial 2.8 The current mercurial template fails with Mercurial 2.8 - 'escape' is not compatible with the 'parent' keyword. $ hg version | head -n 1 Mercurial Distributed SCM (version 2.8) $ hg log --limit=1 --template='{parent|escape}' abort: template filter 'escape' is not compatible with keyword 'parent' $ hg log --limit=1 --template='{parent}' 577:25a7477727f3

Patch Set 1 #

Patch Set 2 : diff -r 027d1cf6c8c1 https://code.google.com/p/go.tools #

Patch Set 3 : diff -r b77e326362d5 https://code.google.com/p/go.tools #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M dashboard/builder/vcs.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11
jsing
Hello adg@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.tools
11 years, 10 months ago (2013-12-10 13:22:24 UTC) #1
dvyukov
In hg 2.0.2 the field is called 'parents'. Are you sure it's 'parent' in your ...
11 years, 10 months ago (2013-12-10 13:34:40 UTC) #2
jsing
On 2013/12/10 13:34:40, dvyukov wrote: > In hg 2.0.2 the field is called 'parents'. Are ...
11 years, 10 months ago (2013-12-10 14:26:00 UTC) #3
dvyukov
On 2013/12/10 14:26:00, jsing wrote: > On 2013/12/10 13:34:40, dvyukov wrote: > > In hg ...
11 years, 10 months ago (2013-12-10 14:46:28 UTC) #4
gobot
Replacing golang-dev with golang-codereviews.
11 years, 10 months ago (2013-12-20 16:26:05 UTC) #5
adg
LGTM
11 years, 9 months ago (2014-01-28 03:32:59 UTC) #6
bsiegert
Ping.
11 years, 8 months ago (2014-02-26 14:46:32 UTC) #7
patrick2
On 2014/02/26 14:46:32, bsiegert wrote: > Ping. What about : $ hg log -r . ...
11 years, 8 months ago (2014-02-26 18:29:50 UTC) #8
patrick2
I tried this thing from 2.2 to 2.8 and it never worked. Best case you ...
11 years, 8 months ago (2014-02-26 18:57:20 UTC) #9
mpmselenic
Just tested back to hg 1.0 - never did anything, now generates an error. Also ...
11 years, 8 months ago (2014-02-26 20:06:41 UTC) #10
gobot
10 years, 10 months ago (2014-12-19 05:17:41 UTC) #11
R=close To the author of this CL: The Go project has moved to Gerrit Code Review. If this CL should be continued, please see the latest version of https://golang.org/doc/contribute.html for instructions on how to set up Git and the Go project's Gerrit codereview plugin, and then create a new change with your current code. If there has been discussion on this CL, please give a link to it (golang.org/cl/39330043 is best) in the description in your new CL. Thanks very much.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b