Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Issue 1165293002: Add period below review URL when adding review URL footer to committed CLs (Closed)

Created:
5 years, 6 months ago by smut
Modified:
5 years, 5 months ago
CC:
chromium-reviews, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add period below review URL when adding review URL footer to committed CLs Because some interfaces aren't linkifying the URL when the commit message ends with it. BUG=480922 TESTED=tests/git_cl_test.py; presubmit ok Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=295566

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M git_cl.py View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M tests/git_cl_test.py View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (3 generated)
smut
Honestly I hate the way < > looks, but I expect that adding non-breaking spaces, ...
5 years, 6 months ago (2015-06-08 20:47:17 UTC) #2
M-A Ruel
On 2015/06/08 20:47:17, smut wrote: > Honestly I hate the way < > looks, but ...
5 years, 6 months ago (2015-06-08 22:14:11 UTC) #3
smut
5 years, 6 months ago (2015-06-08 22:18:19 UTC) #4
M-A Ruel
https://codereview.chromium.org/1165293002/diff/20001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/1165293002/diff/20001/git_cl.py#newcode2397 git_cl.py:2397: commit_desc.append_footer('Review URL: %s' % cl.GetIssueURL()) What you want is ...
5 years, 6 months ago (2015-06-08 22:21:01 UTC) #5
smut
On 2015/06/08 22:21:01, M-A Ruel wrote: > https://codereview.chromium.org/1165293002/diff/20001/git_cl.py > File git_cl.py (right): > > https://codereview.chromium.org/1165293002/diff/20001/git_cl.py#newcode2397 ...
5 years, 6 months ago (2015-06-08 22:22:57 UTC) #6
M-A Ruel
On 2015/06/08 22:22:57, smut wrote: > On 2015/06/08 22:21:01, M-A Ruel wrote: > > https://codereview.chromium.org/1165293002/diff/20001/git_cl.py ...
5 years, 6 months ago (2015-06-08 22:23:27 UTC) #7
smut
On 2015/06/08 22:23:27, M-A Ruel wrote: > On 2015/06/08 22:22:57, smut wrote: > > On ...
5 years, 6 months ago (2015-06-08 22:25:24 UTC) #8
M-A Ruel
lgtm and yes I prefer with the comment.
5 years, 6 months ago (2015-06-08 22:26:48 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1165293002/40001
5 years, 6 months ago (2015-06-08 22:28:35 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=295566
5 years, 6 months ago (2015-06-08 22:31:31 UTC) #12
Sergiy Byelozyorov
This actually broke links on Gitiles, e.g. https://chrome-internal.googlesource.com/infra/puppet.git/+/400fe0b559f2f1e769c38640fd43800b142f805f. Now '.' becomes part of the URL ...
5 years, 5 months ago (2015-07-06 08:54:50 UTC) #14
Sergiy Byelozyorov
On 2015/07/06 08:54:50, Sergiy Byelozyorov wrote: > This actually broke links on Gitiles, e.g. > ...
5 years, 5 months ago (2015-07-06 09:23:57 UTC) #15
smut
5 years, 5 months ago (2015-07-06 20:09:11 UTC) #16
Message was sent while issue was closed.
On 2015/07/06 09:23:57, Sergiy Byelozyorov wrote:
> On 2015/07/06 08:54:50, Sergiy Byelozyorov wrote:
> > This actually broke links on Gitiles, e.g.
> >
>
https://chrome-internal.googlesource.com/infra/puppet.git/+/400fe0b559f2f1e76....
> > Now '.' becomes part of the URL and resolves to 404, which requires manually
> > editing the URL in the omnibar to remove the dot. This is correct behavior
> since
> > '.' is a valid character in the URL.
> > 
> > Is there any other way to fix Xcode linkification? Perhaps we can add a
space
> > and then a '.'? It's ugly, but will probably work for both Xcode and
Gitiles:
> > https://codereview.chromium.org/1225713002.
> 
> Just noticed that your first patchset was with <> brackets. This looks much
> nicer than a space before period. Why did you change it?

It was inconsistent with the entire rest of the commit message, which never has
angle brackets around any of the URLs. maruel@ suggested adding the dot.

Powered by Google App Engine
This is Rietveld 408576698