Skip to content

Commit

Permalink
Fix misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
John Carr committed Aug 7, 2012
1 parent 48ff1ee commit ac4a52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/changes/svnpoller.py
Expand Up @@ -50,7 +50,7 @@ def split_file_branches(path):
return None

def split_file_projects_branches(path):
# turn projectname/trunk/subdir/file.c into SVNFile(project=projectname, branch=trunk, path=subdir/file.c)
# turn projectname/trunk/subdir/file.c into dict(project=projectname, branch=trunk, path=subdir/file.c)
if not "/" in path:
return None
project, path = path.split("/", 1)
Expand Down

0 comments on commit ac4a52b

Please sign in to comment.