# HG changeset patch # User Bjoern Ricks # Date 1296640848 0 # Node ID 149d18aca4f7b9c3fbddd3674fe18df45ea687bd # Parent 991bc01ae668c0eaced270caa96a49e6256787ea fix variable name diff -r 991bc01ae668 -r 149d18aca4f7 treepkg/git.py --- a/treepkg/git.py Wed Feb 02 09:51:09 2011 +0000 +++ b/treepkg/git.py Wed Feb 02 10:00:48 2011 +0000 @@ -110,7 +110,7 @@ if os.path.exists(gitdir): self.log_info("Updating the working copy in %r for repo " \ "%s and branch %s", self.localdir, - self.repository.repository, + self.repository.url, branch) update(self.localdir, self.repository.branch) else: