Skip to content

Commit

Permalink
Mercurial finally works
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Dec 24, 2010
1 parent 6b213b6 commit 7c70196
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion speedcenter/codespeed/mercurial.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def updaterepo(repo):

def getlogs(endrev, startrev):
repodir = path + endrev.project.repo_path.split('/')[-1] + "/"
print repodir
if not os.path.exists(repodir):
updaterepo(endrev.project.repo_path)

Expand Down

0 comments on commit 7c70196

Please sign in to comment.