[Treepkg-commits] r535 - trunk/treepkg
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Sep 2 13:51:39 CEST 2011
Author: bricks
Date: 2011-09-02 13:51:37 +0200 (Fri, 02 Sep 2011)
New Revision: 535
Modified:
trunk/treepkg/git.py
Log:
Use self.localdir
Modified: trunk/treepkg/git.py
===================================================================
--- trunk/treepkg/git.py 2011-09-02 11:50:37 UTC (rev 534)
+++ trunk/treepkg/git.py 2011-09-02 11:51:37 UTC (rev 535)
@@ -208,7 +208,7 @@
self.workingcopy = GitWorkingCopy(self.repo, localdir)
def list_tags(self):
- self.repo.pull(localdir)
+ self.repo.pull(self.localdir)
tags = self.workingcopy.list_tags(self.pattern)
return sorted(tags)
More information about the Treepkg-commits
mailing list