# HG changeset patch # User Jeff Hammel # Date 1295922492 28800 # Node ID 03536656932afa7d7dec3da78052977335b1f466 # Parent 2a90789e2ba3915ef5b02e63245b37ecdedf8479 typo; confusing, eh? diff -r 2a90789e2ba3 -r 03536656932a autobot/changes/poller.py --- a/autobot/changes/poller.py Mon Jan 24 18:27:16 2011 -0800 +++ b/autobot/changes/poller.py Mon Jan 24 18:28:12 2011 -0800 @@ -113,7 +113,7 @@ status = "" if not self.parent: status = "[STOPPED - check log]" - str = '%s watching the remote git repository %s, branch: %s %s' \ + str = '%s watching the remote repository %s, branch: %s %s' \ % (self.name, self.repourl, self.branch, status) return str