Age | Commit message (Collapse) | Author | Files |
|
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.
|
|
store them.
|
|
what changes happened
Make place for the new code that is diffing the manifest directly. This avoids
all the funky mess with recursive directory renames and undoing what mtn told us happened.
git is clever enough to figure out moves and copying of files on its own.
|
|
|
|
when saving the status
|
|
|
|
This is just a snapshot from my mtn tree on the request of some random
people sitting in this room...
This will use the automate interface of monotone to export the history
in a format readable by git-fast-import
../../mtn2git/mtn2git.py --db ../../../mtn2git/OE.mtn --marks=../mtn2git-marks --status=../mtn2git-status.v2 | git-fast-import --date-format=rfc2822 --import-marks=../git-import-marks --export-marks=../git-import-marks
|