From b8364652a91f3e07bef7719da71f56994c69e7b3 Mon Sep 17 00:00:00 2001 From: Thomas Morley Date: Sun, 8 Jan 2017 20:39:48 +0000 Subject: [PATCH] Replace googlecodeissue by trackerissue in cl_settings.py The file .git/config will not longer point incorrectly to googlecode --- cl_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_settings.py b/cl_settings.py index 0822b93..4e6bd95 100644 --- a/cl_settings.py +++ b/cl_settings.py @@ -286,7 +286,7 @@ or verify this branch is set up to track another (via the --track argument to def _TrackerIssueSetting(self): """Returns the git setting that stores the Tracker issue.""" - return 'branch.%s.googlecodeissue' % self.GetBranch() + return 'branch.%s.trackerissue' % self.GetBranch() def _RietveldIssueSetting(self): """Returns the git setting that stores the Rietveld issue.""" -- 2.1.4