Fix "Branch ... modified outside hg-fast-export..." for sanitized branch namesv160415
commitc614ae776bd023095c91b849f4da268429b79455
authorFrej Drejhammar <frej.drejhammar@gmail.com>
Fri, 15 Apr 2016 13:46:47 +0000 (15 15:46 +0200)
committerFrej Drejhammar <frej.drejhammar@gmail.com>
Fri, 15 Apr 2016 13:46:47 +0000 (15 15:46 +0200)
tree2cdb9ee161740ab9fd43567c0abb427b34c591ae
parentf8792d9c5c6fd26282fd1025e3b6e7abd455ddd5
Fix "Branch ... modified outside hg-fast-export..." for sanitized branch names

The heads cache contains sanitized names, but we try to look up
unsanitized names, this is wrong. Switch to looking up the sanitized
name.
hg-fast-export.py