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

Issue 10543151: Add test for git-svn with submodule/merge layout. (Closed)

Created:
8 years, 6 months ago by szager1
Modified:
8 years, 6 months ago
Reviewers:
cmp, szager, M-A Ruel
CC:
chromium-reviews, Dirk Pranke, cmp+cc_chromium.org, M-A Ruel
Visibility:
Public.

Description

Add test for git-svn with submodule/merge layout. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142479

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : Fixed IsSubmoduleMergeCommit regexp #

Total comments: 5

Patch Set 6 : Added copyright headers #

Patch Set 7 : Invoke git subcommand with shell=False #

Total comments: 1

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -3 lines) Patch
M git_cl.py View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M tests/abandon.sh View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M tests/basic.sh View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M tests/git_cl_test.py View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M tests/hooks.sh View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M tests/owners.sh View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M tests/patch.sh View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M tests/post-dcommit-hook-test.sh View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M tests/push-basic.sh View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M tests/push-from-logs.sh View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M tests/rename.sh View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M tests/save-description-on-failure.sh View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M tests/submit-from-new-dir.sh View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
A tests/submodule-merge-test.sh View 1 2 3 4 5 1 chunk +58 lines, -0 lines 0 comments Download
M tests/test-lib.sh View 1 2 3 4 5 3 chunks +27 lines, -1 line 0 comments Download
M tests/upload-local-tracking-branch.sh View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M tests/upload-stale.sh View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M tests/upstream.sh View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
szager1
8 years, 6 months ago (2012-06-13 23:18:52 UTC) #1
szager1
Uploaded a few times; should be stable now.
8 years, 6 months ago (2012-06-13 23:30:45 UTC) #2
M-A Ruel
https://chromiumcodereview.appspot.com/10543151/diff/9001/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/10543151/diff/9001/git_cl.py#newcode1148 git_cl.py:1148: cmd = ['rev-list', '--merges', '--grep=%s' % pattern, '%s^!' % ...
8 years, 6 months ago (2012-06-14 17:11:05 UTC) #3
cmp
https://chromiumcodereview.appspot.com/10543151/diff/9001/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/10543151/diff/9001/git_cl.py#newcode1148 git_cl.py:1148: cmd = ['rev-list', '--merges', '--grep=%s' % pattern, '%s^!' % ...
8 years, 6 months ago (2012-06-14 17:50:26 UTC) #4
szager1
https://chromiumcodereview.appspot.com/10543151/diff/9001/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/10543151/diff/9001/git_cl.py#newcode1148 git_cl.py:1148: cmd = ['rev-list', '--merges', '--grep=%s' % pattern, '%s^!' % ...
8 years, 6 months ago (2012-06-15 00:55:32 UTC) #5
szager1
Ping... I'll need to land this before re-enabling the git submodule merge flow, which I'm ...
8 years, 6 months ago (2012-06-15 17:36:00 UTC) #6
M-A Ruel
lgtm, just warning of potential unforeseen side-effects could be possible. Note that my previous CL ...
8 years, 6 months ago (2012-06-15 18:26:58 UTC) #7
szager
On Fri, Jun 15, 2012 at 11:26 AM, <maruel@chromium.org> wrote: > lgtm, just warning of ...
8 years, 6 months ago (2012-06-15 20:04:55 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szager@chromium.org/10543151/11020
8 years, 6 months ago (2012-06-15 20:06:33 UTC) #9
commit-bot: I haz the power
Presubmit check for 10543151-11020 failed and returned exit status 1. warning: code.google.com certificate with fingerprint ...
8 years, 6 months ago (2012-06-15 20:15:56 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szager@chromium.org/10543151/17001
8 years, 6 months ago (2012-06-15 21:19:15 UTC) #11
commit-bot: I haz the power
8 years, 6 months ago (2012-06-15 21:27:01 UTC) #12
Change committed as 142479

Powered by Google App Engine
This is Rietveld 408576698