diff options
author | Ian Clatworthy <ian.clatworthy@canonical.com> | 2008-03-17 23:44:00 -0500 |
---|---|---|
committer | Ian Clatworthy <ian.clatworthy@canonical.com> | 2008-03-17 23:44:00 -0500 |
commit | 9891972842081692c5c355558eb84d43fc41ba30 (patch) | |
tree | 20724c551db0a23aa12911df750a4b9ebeb57c14 | |
parent | f416bd8a267fb219fde9b5b6e7a3d741762cfa7b (diff) | |
download | bzr-fastimport-9891972842081692c5c355558eb84d43fc41ba30.tar.gz |
update notes on what's done and what's not
-rw-r--r-- | doc/notes.txt | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/doc/notes.txt b/doc/notes.txt index 54a65b8..e081e08 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -30,12 +30,13 @@ Things that ought to work: * import into a standalone tree - warnings are given for branches (heads) found but not imported -Things that might work (not tested enough): +* merge tracking -* separate author to committer +Things that probably work (more testing needed): -* merge tracking +* separate author to committer +* lightweight tags Known Limitations @@ -54,17 +55,11 @@ Things not supported yet: * rfc2822 dates. -Known bugs: - -* line number tracking isn't fully cooked - fast-import ----------- Things not supported yet: -* incremental import - * deterministic revision-ids as an option * 'reset' handling @@ -86,12 +81,11 @@ General The date format is auto-detected. - Parsing ------- These enhancements over the specification are provided in order -to read data produced by git-fast-export: +to read data produced by some verisons of git-fast-export: * A person's name may be empty |