| Index: git_cl.py
|
| diff --git a/git_cl.py b/git_cl.py
|
| index 1b6d4f47509578e0923e85b2e5c84ab6491582e4..59e412123fcd73404fddc29c1e6fd0245c66440c 100755
|
| --- a/git_cl.py
|
| +++ b/git_cl.py
|
| @@ -1328,8 +1328,6 @@ or verify this branch is set up to track another (via the --track argument to
|
|
|
| def _IssueSetting(self):
|
| """Return the git setting that stores this change's issue."""
|
| - if settings.GetIsGerrit():
|
| - return 'branch.%s.gerritissue' % self.GetBranch()
|
| return 'branch.%s.rietveldissue' % self.GetBranch()
|
|
|
| def _PatchsetSetting(self):
|
|
|