[issue2484] localrepo._filecommit gets None in crev

Matt Mackall bugs at mercurial.selenic.com
Wed Nov 10 07:20:09 UTC 2010


New submission from Matt Mackall <mpm at selenic.com>:

A number of bug reports include this in the traceback:

  File "/usr/local/lib/python2.5/site-packages/mercurial/localrepo.py", line
761, in _filecommit
    self.ui.debug(_(" %s: copy %s:%s\n") % (fname, cfname, hex(crev)))
TypeError: b2a_hex() argument 1 must be string or read-only buffer, not None

Unifying them under this issue.

----------
messages: 14341
nosy: mpm
priority: bug
status: unread
title: localrepo._filecommit gets None in crev

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2484>
____________________________________________________


More information about the Mercurial-devel mailing list