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

Issue 223087: code review 223087: codereview.py: fix for compatibility with hg >=1.4.3 (Closed)

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

Description

codereview.py: fix for compatibility with hg >=1.4.3 hg.parseurl now returns a two-value tuple; codereview.py expected 3. Changed to merely take the first return value.

Patch Set 1 #

Patch Set 2 : code review 223087: codereview.py: fix for compatibility with hg >=1.4.3 #

Patch Set 3 : code review 223087: codereview.py: fix for compatibility with hg >=1.4.3 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M lib/codereview/codereview.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
adg
Hello rsc, iant (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years ago (2010-03-02 00:05:38 UTC) #1
rsc
LGTM how i hate mercurial internals
15 years ago (2010-03-02 18:25:21 UTC) #2
adg
15 years ago (2010-03-02 22:03:33 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=ebd0eee4624a ***

codereview.py: fix for compatibility with hg >=1.4.3

hg.parseurl now returns a two-value tuple; codereview.py expected 3.
Changed to merely take the first return value.

R=rsc, iant
CC=golang-dev
http://codereview.appspot.com/223087
Sign in to reply to this message.

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