# HG changeset patch # User Bjoern Ricks # Date 1299594115 0 # Node ID e68c07fd849a50be1584bc664c6d8960afbb484c # Parent d2b294e4ede73d4c1ceccc74ac575ca8094aacdf fix: don't call update function anymore user repository method instead diff -r d2b294e4ede7 -r e68c07fd849a treepkg/git.py --- a/treepkg/git.py Tue Mar 08 14:02:19 2011 +0000 +++ b/treepkg/git.py Tue Mar 08 14:21:55 2011 +0000 @@ -108,7 +108,7 @@ "%s and branch %s", self.localdir, self.repository.url, branch) - update(self.localdir, self.repository.branch) + self.repository.update(self.localdir, self.repository.branch) else: # TODO: better check if localdir contains files if os.path.exists(self.localdir):