|
|
@ -114,7 +114,7 @@ class TestGitCl(TestCase):
|
|
|
|
((['git', 'config', 'branch.master.rietveldpatchset'],), ''),
|
|
|
|
((['git', 'config', 'branch.master.rietveldpatchset'],), ''),
|
|
|
|
((['git', 'log', '--pretty=format:%s%n%n%b', 'master...'],), 'foo'),
|
|
|
|
((['git', 'log', '--pretty=format:%s%n%n%b', 'master...'],), 'foo'),
|
|
|
|
((['git', 'config', 'user.email'],), 'me@example.com'),
|
|
|
|
((['git', 'config', 'user.email'],), 'me@example.com'),
|
|
|
|
((['git', 'diff', '--no-ext-diff', '--stat', '-C', '-C', 'master...'],),
|
|
|
|
((['git', 'diff', '--no-ext-diff', '--stat', '-M', 'master...'],),
|
|
|
|
'+dat'),
|
|
|
|
'+dat'),
|
|
|
|
((['git', 'log', '--pretty=format:%s\n\n%b', 'master..'],), 'desc\n'),
|
|
|
|
((['git', 'log', '--pretty=format:%s\n\n%b', 'master..'],), 'desc\n'),
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -217,7 +217,7 @@ class TestGitCl(TestCase):
|
|
|
|
'--message', description
|
|
|
|
'--message', description
|
|
|
|
] + args + [
|
|
|
|
] + args + [
|
|
|
|
'--cc', 'joe@example.com',
|
|
|
|
'--cc', 'joe@example.com',
|
|
|
|
'master...', '--', '-C',
|
|
|
|
'master...'
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
def _run_reviewer_test(
|
|
|
|
def _run_reviewer_test(
|
|
|
@ -347,7 +347,7 @@ class TestGitCl(TestCase):
|
|
|
|
((['git', 'config', 'branch.master.rietveldpatchset'],), ''),
|
|
|
|
((['git', 'config', 'branch.master.rietveldpatchset'],), ''),
|
|
|
|
((['git', 'log', '--pretty=format:%s%n%n%b', 'master...'],), 'foo'),
|
|
|
|
((['git', 'log', '--pretty=format:%s%n%n%b', 'master...'],), 'foo'),
|
|
|
|
((['git', 'config', 'user.email'],), 'me@example.com'),
|
|
|
|
((['git', 'config', 'user.email'],), 'me@example.com'),
|
|
|
|
((['git', 'diff', '--no-ext-diff', '--stat', '-C', '-C', 'master...'],),
|
|
|
|
((['git', 'diff', '--no-ext-diff', '--stat', '-M', 'master...'],),
|
|
|
|
'+dat'),
|
|
|
|
'+dat'),
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|