Show More
@@ -414,7 +414,7 b' class mergestate(object):' | |||||
414 | if fcl.isabsent(): |
|
414 | if fcl.isabsent(): | |
415 | hash = nullhex |
|
415 | hash = nullhex | |
416 | else: |
|
416 | else: | |
417 |
hash = hashlib.sha1(fcl.path()). |
|
417 | hash = hex(hashlib.sha1(fcl.path()).digest()) | |
418 | self._repo.vfs.write('merge/' + hash, fcl.data()) |
|
418 | self._repo.vfs.write('merge/' + hash, fcl.data()) | |
419 | self._state[fd] = ['u', hash, fcl.path(), |
|
419 | self._state[fd] = ['u', hash, fcl.path(), | |
420 | fca.path(), hex(fca.filenode()), |
|
420 | fca.path(), hex(fca.filenode()), |
General Comments 0
You need to be logged in to leave comments.
Login now