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

Issue 5731059: code review 5731059: cmd/dist: use correct hg tag for go version (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years ago by brainman
Modified:
13 years ago
Reviewers:
CC:
minux1, rsc, golang-dev
Visibility:
Public.

Description

cmd/dist: use correct hg tag for go version When looking for suitable tag always start from current version, not the tip.

Patch Set 1 #

Patch Set 2 : diff -r 74b1429f9cab https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 74b1429f9cab https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 300af5bab8ac https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/cmd/dist/build.c View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years ago (2012-03-05 00:46:19 UTC) #1
brainman
Here is issue report: http://goo.gl/fv9pB. Alex
13 years ago (2012-03-05 00:47:24 UTC) #2
minux1
On Mon, Mar 5, 2012 at 8:47 AM, <alex.brainman@gmail.com> wrote: > Here is issue report: ...
13 years ago (2012-03-05 02:26:17 UTC) #3
brainman
On 2012/03/05 02:26:17, minux wrote: > > ..., but it also removes the version hash ...
13 years ago (2012-03-05 03:34:09 UTC) #4
minux1
On Mon, Mar 5, 2012 at 11:34 AM, <alex.brainman@gmail.com> wrote: > On 2012/03/05 02:26:17, minux ...
13 years ago (2012-03-05 03:48:26 UTC) #5
brainman
On 2012/03/05 03:48:26, minux wrote: > > > ..., I definitely have local > modifications ...
13 years ago (2012-03-05 03:57:06 UTC) #6
minux1
On Mon, Mar 5, 2012 at 11:57 AM, <alex.brainman@gmail.com> wrote: > > hg log --template ...
13 years ago (2012-03-05 04:07:03 UTC) #7
brainman
On 2012/03/05 04:07:03, minux wrote: > > > I think the output of ’hg id ...
13 years ago (2012-03-05 04:19:05 UTC) #8
minux1
On 2012/03/05 04:19:05, brainman wrote: > On 2012/03/05 04:07:03, minux wrote: > > > > ...
13 years ago (2012-03-05 10:43:09 UTC) #9
rsc
On Sun, Mar 4, 2012 at 19:46, <alex.brainman@gmail.com> wrote: > cmd/dist: use correct hg tag ...
13 years ago (2012-03-05 21:17:22 UTC) #10
brainman
On 2012/03/05 21:17:22, rsc wrote: > > What version string did you see that prompted ...
13 years ago (2012-03-05 22:20:12 UTC) #11
rsc
LGTM I do not want the trailing + (I worked hard to get rid of ...
13 years ago (2012-03-05 22:48:01 UTC) #12
brainman
*** Submitted as http://code.google.com/p/go/source/detail?r=f46217216512 *** cmd/dist: use correct hg tag for go version When looking ...
13 years ago (2012-03-06 06:21:48 UTC) #13
minux1
On Tue, Mar 6, 2012 at 6:20 AM, <alex.brainman@gmail.com> wrote: > > The problem here ...
13 years ago (2012-03-06 10:49:25 UTC) #14
rsc
13 years ago (2012-03-06 14:24:47 UTC) #15
On Tue, Mar 6, 2012 at 05:49, minux <minux.ma@gmail.com> wrote:
> I think it really should have a indication that I've made local
> modifications.

Sorry, but no.  We did that for a while.
It gets annoying that the first time you rebuild
the compilers after you make a change, all the
binaries you just built are stale.

Also sometimes the editing that goes on during
the bootstrap phase can make hg think the tree is
modified when it's really not.

Russ
Sign in to reply to this message.

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