contrib/mtn2git/mtn2git.py: Built a fifo to avoid parsing the manifests all over...
authorHolger Freyther <zecke@selfish.org>
Tue, 8 Jan 2008 03:04:08 +0000 (03:04 +0000)
committerHolger Freyther <zecke@selfish.org>
Tue, 8 Jan 2008 03:04:08 +0000 (03:04 +0000)
commitb785c51d79d2fc8e11f9ebe0e7f61cae6ad57323
tree5f15d6f0c2286c16ab81766fe38671c9416672e7
parentd705f2e604fa72fde95417307feb01b24fa6920f
contrib/mtn2git/mtn2git.py: Built a fifo to avoid parsing the manifests all over again
    I decided to use a FIFO for two reasons:
        -Simplicity in the implementation
        -Parent and Childs are normally close (<= 100 revisions) to each other. So having
         the fifo should avoid parsing the parent manifest over and over again. Also with
         "merge early and merge often" the 100 revs should be enough to catch merges as well.
contrib/mtn2git/mtn2git.py