Survive corrupt source repositories
commit8b304a3e79cfcdb62be8094c010c7a224e0c65c6
authorFrej Drejhammar <frej.drejhammar@gmail.com>
Sat, 15 Aug 2015 17:32:59 +0000 (15 19:32 +0200)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 26 Jun 2016 04:21:28 +0000 (25 21:21 -0700)
tree28097c249986941d65ea2d8b13ddf15794ef0278
parente8b543d74028bbe26ecd200325633cd85d70c516
Survive corrupt source repositories

Apparently a bug (http://bz.selenic.com/show_bug.cgi?id=3511) in
multiple released versions of Mercurial could produce commits where
files had absolute paths.

As a "healthy" repo should not contain any absolute paths, it should be
safe to always strip a leading '/' from the path and let the conversion
continue.
hg-fast-export.py