# HG changeset patch # User Jeff Hammel # Date 1295747141 28800 # Node ID 36de30ff3008a8f498d4c5d2624195ab92276260 # Parent 2cd364f793e21ec9064e6e35dd7cc0ecf4e02131 relabel incorrectly labeled method diff -r 2cd364f793e2 -r 36de30ff3008 autobot/changes/poller.py --- 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')