From f00ff26658cee440f43e53f8e7c76850ba6229a4 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 12 Nov 2013 15:51:52 +0000 Subject: GitDir: remove duplicate definition of update_remotes --- morphlib/gitdir.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/morphlib/gitdir.py b/morphlib/gitdir.py index 7ee64f36..a3e5b6fa 100644 --- a/morphlib/gitdir.py +++ b/morphlib/gitdir.py @@ -100,10 +100,6 @@ class GitDirectory(object): return self._runcmd( ['git', 'cat-file', obj_type, '%s:%s' % (ref, filename)]) - def update_remotes(self): # pragma: no cover - '''Update remotes.''' - self._runcmd(['git', 'remote', 'update', '--prune']) - def update_submodules(self, app): # pragma: no cover '''Change .gitmodules URLs, and checkout submodules.''' morphlib.git.update_submodules(app, self.dirname) -- cgit v1.2.1