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

Issue 6598068: Add support for wildcards in svn remote configuration. (Closed)

Created:
9 years, 9 months ago by Bernhard Bauer
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add support for wildcards in svn remote configuration. BUG=none TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78741

Patch Set 1 #

Total comments: 4

Patch Set 2 : empty lines #

Patch Set 3 : add test #

Total comments: 2

Patch Set 4 : review #

Patch Set 5 : add test #

Patch Set 6 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -21 lines) Patch
M git_cl/git_cl.py View 1 2 3 4 5 2 chunks +61 lines, -8 lines 0 comments Download
M git_cl/test/test-lib.sh View 1 2 3 4 5 4 chunks +8 lines, -3 lines 0 comments Download
A git_cl/test/upstream.sh View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
M scm.py View 1 2 3 4 2 chunks +69 lines, -9 lines 0 comments Download
M tests/scm_unittest.py View 1 2 3 4 2 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
Bernhard Bauer
Please review. My last CL broke things for some v8 people who are working on ...
9 years, 9 months ago (2011-03-01 16:50:56 UTC) #1
evanm
On 2011/03/01 16:50:56, Bernhard Bauer wrote: > Please review. > > My last CL broke ...
9 years, 9 months ago (2011-03-01 17:29:37 UTC) #2
M-A Ruel
http://codereview.chromium.org/6598068/diff/1/git_cl/git_cl.py File git_cl/git_cl.py (right): http://codereview.chromium.org/6598068/diff/1/git_cl/git_cl.py#newcode99 git_cl/git_cl.py:99: Two empty lines between file level symbols. http://codereview.chromium.org/6598068/diff/1/git_cl/git_cl.py#newcode108 git_cl/git_cl.py:108: ...
9 years, 9 months ago (2011-03-02 14:24:59 UTC) #3
Bernhard Bauer
http://codereview.chromium.org/6598068/diff/1/git_cl/git_cl.py File git_cl/git_cl.py (right): http://codereview.chromium.org/6598068/diff/1/git_cl/git_cl.py#newcode99 git_cl/git_cl.py:99: On 2011/03/02 14:24:59, Marc-Antoine Ruel wrote: > Two empty ...
9 years, 9 months ago (2011-03-02 14:36:05 UTC) #4
M-A Ruel
I'd like to get these pending git-cl changes in and move git_cl.py one directory up ...
9 years, 9 months ago (2011-03-03 18:52:04 UTC) #5
Bernhard Bauer
On 2011/03/01 17:29:37, evanm wrote: > On 2011/03/01 16:50:56, Bernhard Bauer wrote: > > Please ...
9 years, 9 months ago (2011-03-08 18:34:26 UTC) #6
evanm
Lgtm brevity due to phone On Mar 8, 2011 10:34 AM, <bauerb@chromium.org> wrote: > On ...
9 years, 9 months ago (2011-03-08 18:37:58 UTC) #7
M-A Ruel
small nit, lgtm http://codereview.chromium.org/6598068/diff/8001/git_cl/git_cl.py File git_cl/git_cl.py (right): http://codereview.chromium.org/6598068/diff/8001/git_cl/git_cl.py#newcode107 git_cl/git_cl.py:107: glob_spec = glob_spec.split(':') Do you mind ...
9 years, 9 months ago (2011-03-08 18:42:51 UTC) #8
Bernhard Bauer
http://codereview.chromium.org/6598068/diff/8001/git_cl/git_cl.py File git_cl/git_cl.py (right): http://codereview.chromium.org/6598068/diff/8001/git_cl/git_cl.py#newcode107 git_cl/git_cl.py:107: glob_spec = glob_spec.split(':') On 2011/03/08 18:42:51, Marc-Antoine Ruel wrote: ...
9 years, 9 months ago (2011-03-08 18:47:45 UTC) #9
commit-bot: I haz the power
Running presubmit hooks... ** Presubmit Messages ** 3 unit tests failed. *************** Test 'tests.gclient_scm_test' failed ...
9 years, 9 months ago (2011-03-08 18:50:28 UTC) #10
M-A Ruel
It had a stray git-daemon server living, trying again.
9 years, 9 months ago (2011-03-08 19:05:16 UTC) #11
commit-bot: I haz the power
Running presubmit hooks... ** Presubmit Messages ** 3 unit tests failed. *************** Test 'tests.gclient_scm_test' failed ...
9 years, 9 months ago (2011-03-08 19:08:25 UTC) #12
M-A Ruel
> Test 'tests.gclient_scm_test' failed with code 1 > > ...........EE................... > ====================================================================== > ERROR: testUpdateUnstagedConflict ...
9 years, 9 months ago (2011-03-08 19:11:34 UTC) #13
Bernhard Bauer
I tried locally, and the presubmit checks passed, except for GClientSmokeBoth.testMultiSolutionsJobs, which failed even on ...
9 years, 9 months ago (2011-03-15 09:32:48 UTC) #14
commit-bot: I haz the power
Running presubmit hooks... Checking out rietveld... Checking out django... 'LocalRietveld' object has no attribute 'out'
9 years, 9 months ago (2011-03-15 17:14:24 UTC) #15
M-A Ruel
Will fix real soon (tm). Le 15 mars 2011 13:14, <commit-bot@chromium.org> a écrit : > ...
9 years, 9 months ago (2011-03-15 17:16:56 UTC) #16
commit-bot: I haz the power
Change committed as 78741
9 years, 9 months ago (2011-03-18 20:09:33 UTC) #17
M-A Ruel
9 years, 9 months ago (2011-03-18 20:10:21 UTC) #18
On 2011/03/15 17:16:56, Marc-Antoine Ruel wrote:
> Will fix real soon (tm).

For a certain quantity of 'soon'... :)

Powered by Google App Engine
This is Rietveld 408576698