Mercurial > hg > autobot
changeset 110:36de30ff3008
relabel incorrectly labeled method
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 22 Jan 2011 17:45:41 -0800 |
parents | 2cd364f793e2 |
children | 9c12340ec614 |
files | autobot/changes/poller.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/changes/poller.py Sat Jan 22 17:44:37 2011 -0800 +++ b/autobot/changes/poller.py Sat Jan 22 17:45:41 2011 -0800 @@ -356,7 +356,7 @@ d.addCallback(self._get_commit_name_from_output) return d - def process(self, output): + def _get_commit_name_from_output(self, output): stripped_output = output.strip() if len(stripped_output) == 0: raise EnvironmentError('could not get commit name for rev')