Skip to content

Commit

Permalink
Merge branch 'patch-1' of git://github.com/florindinu/buildbot
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Nov 9, 2012
2 parents 01422be + e07b5f4 commit 7136a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/changes/hgpoller.py
Expand Up @@ -93,7 +93,7 @@ def _getRevDetails(self, rev):
env=os.environ, errortoo=False )
def process(output):
# fortunately, Mercurial issues all filenames one one line
date, author, files, comments = output.decode(self.encoding).split(
date, author, files, comments = output.decode(self.encoding, errors="replace").split(
os.linesep, 3)

if not self.usetimestamps:
Expand Down

0 comments on commit 7136a29

Please sign in to comment.