contrib/mtn2git/mtn2git.py: Have only one function that is parsing the manifest
authorHolger Freyther <zecke@selfish.org>
Tue, 8 Jan 2008 02:53:25 +0000 (02:53 +0000)
committerHolger Freyther <zecke@selfish.org>
Tue, 8 Jan 2008 02:53:25 +0000 (02:53 +0000)
commitd705f2e604fa72fde95417307feb01b24fa6920f
tree3746df92c7a86d776d20435d8743ac6489b9253f
parent8d002927dc6ba3c4b380a1c41b8a61facd9fdddd
contrib/mtn2git/mtn2git.py: Have only one function that is parsing the manifest
    Build a directory tree from a manifest with all the information we need. This
    currently is a list of directory names and a list of files (with absolute paths)
    and their revision and the executable attribute.
contrib/mtn2git/mtn2git.py