Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29347181: Issue 4217 - Fix Prefix Regression Due To Mercurial Version Behavior Change (Closed)

Created:
July 1, 2016, 11:04 a.m. by Jon Sonesen
Modified:
July 1, 2016, 3:20 p.m.
Visibility:
Public.

Description

fixes mercurial version regression on prefix, and adds format method to strings

Patch Set 1 #

Total comments: 1

Patch Set 2 : remove legacy code replacement #

Total comments: 5

Patch Set 3 : added + operator concat addressing previous comments #

Patch Set 4 : adds format operator to string forat #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M cms/sources.py View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 18
Jon Sonesen
July 1, 2016, 11:04 a.m. (2016-07-01 11:04:22 UTC) #1
Sebastian Noack
https://codereview.adblockplus.org/29347181/diff/29347182/cms/sources.py File cms/sources.py (right): https://codereview.adblockplus.org/29347181/diff/29347182/cms/sources.py#newcode61 cms/sources.py:61: path = '/{}/{}'.format(locale, page) Replacing legacy string formatting (using ...
July 1, 2016, 11:18 a.m. (2016-07-01 11:18:47 UTC) #2
Sebastian Noack
July 1, 2016, 11:18 a.m. (2016-07-01 11:18:48 UTC) #3
Jon Sonesen
On 2016/07/01 11:18:47, Sebastian Noack wrote: > https://codereview.adblockplus.org/29347181/diff/29347182/cms/sources.py > File cms/sources.py (right): > > https://codereview.adblockplus.org/29347181/diff/29347182/cms/sources.py#newcode61 ...
July 1, 2016, 11:20 a.m. (2016-07-01 11:20:01 UTC) #4
Jon Sonesen
remove legacy code replacement
July 1, 2016, 11:27 a.m. (2016-07-01 11:27:06 UTC) #5
Jon Sonesen
remove legacy code replacement
July 1, 2016, 11:28 a.m. (2016-07-01 11:28:17 UTC) #6
Sebastian Noack
https://codereview.adblockplus.org/29347181/diff/29347186/cms/sources.py File cms/sources.py (right): https://codereview.adblockplus.org/29347181/diff/29347186/cms/sources.py#newcode230 cms/sources.py:230: self._archive.getinfo('root/%s' % filename) In the case here, it would ...
July 1, 2016, 11:41 a.m. (2016-07-01 11:41:12 UTC) #7
Jon Sonesen
On 2016/07/01 11:41:12, Sebastian Noack wrote: > https://codereview.adblockplus.org/29347181/diff/29347186/cms/sources.py > File cms/sources.py (right): > > https://codereview.adblockplus.org/29347181/diff/29347186/cms/sources.py#newcode230 ...
July 1, 2016, 11:43 a.m. (2016-07-01 11:43:08 UTC) #8
Sebastian Noack
https://codereview.adblockplus.org/29347181/diff/29347186/cms/sources.py File cms/sources.py (right): https://codereview.adblockplus.org/29347181/diff/29347186/cms/sources.py#newcode242 cms/sources.py:242: prefix = 'root/%s/' % subdir On 2016/07/01 11:43:08, Jon ...
July 1, 2016, 11:46 a.m. (2016-07-01 11:46:46 UTC) #9
Jon Sonesen
On 2016/07/01 11:46:46, Sebastian Noack wrote: > https://codereview.adblockplus.org/29347181/diff/29347186/cms/sources.py > File cms/sources.py (right): > > https://codereview.adblockplus.org/29347181/diff/29347186/cms/sources.py#newcode242 ...
July 1, 2016, 11:47 a.m. (2016-07-01 11:47:56 UTC) #10
Jon Sonesen
added + operator concat addressing previous comments
July 1, 2016, 11:57 a.m. (2016-07-01 11:57:29 UTC) #11
Jon Sonesen
On 2016/07/01 11:57:29, Jon Sonesen wrote: > added + operator concat addressing previous comments Dang, ...
July 1, 2016, 11:58 a.m. (2016-07-01 11:58:29 UTC) #12
Sebastian Noack
https://codereview.adblockplus.org/29347181/diff/29347186/cms/sources.py File cms/sources.py (right): https://codereview.adblockplus.org/29347181/diff/29347186/cms/sources.py#newcode242 cms/sources.py:242: prefix = 'root/%s/' % subdir On 2016/07/01 11:41:11, Sebastian ...
July 1, 2016, 11:58 a.m. (2016-07-01 11:58:58 UTC) #13
Sebastian Noack
LGTM
July 1, 2016, 12:04 p.m. (2016-07-01 12:04:54 UTC) #14
Vasily Kuznetsov
Jon, Technically if I'm in the reviewers, you need my LGTM too. But in this ...
July 1, 2016, 3:12 p.m. (2016-07-01 15:12:22 UTC) #15
Sebastian Noack
Well, I pushed it.
July 1, 2016, 3:12 p.m. (2016-07-01 15:12:57 UTC) #16
Jon Sonesen
On 2016/07/01 15:12:22, Vasily Kuznetsov wrote: > Jon, > > Technically if I'm in the ...
July 1, 2016, 3:13 p.m. (2016-07-01 15:13:09 UTC) #17
Vasily Kuznetsov
July 1, 2016, 3:20 p.m. (2016-07-01 15:20:43 UTC) #18
Message was sent while issue was closed.
On 2016/07/01 15:12:57, Sebastian Noack wrote:
> Well, I pushed it.

Yeah, I saw it already. No worries in this case, it's a simple change and having
two reviewers probably was an overkill anyway.

Powered by Google App Engine
This is Rietveld