More intelligent empty directory removal (Tom Widmer)
[jelmer/python-fastimport.git] / __init__.py
2009-08-24 Ian Clatworthymerge enhancement for easy lookup of a commit (trunk...
2009-08-24 Ian Clatworthyadd --commit-mark option to fast-import-query to show...
2009-08-23 Ian Clatworthymerge fast-export fixes from trunk (rev 222)
2009-08-23 Ian ClatworthySupport an explicit output destination for bzr fast...
2009-08-21 Ian ClatworthyFix git-bzr mark compatibility issue (Gonéri Le Bouder)
2009-08-21 Ian Clatworthyhandle an empty input stream (Gonéri Le Bouder)
2009-08-21 Ian ClatworthySmarter blob tracking by implicitly collecting statisti...
2009-08-21 Ian Clatworthyimplicitly uncompress if a fast-import source ends...
2009-08-21 Ian Clatworthyeliminate the reference to my temporary cvs2svn branch
2009-08-17 Ian Clatworthyminor doc tweaks
2009-08-17 Ian Clatworthyfast-import destination argument, implicit repo creatio...
2009-08-17 Ian ClatworthyUpdate the working tree for trunk implicitly
2009-08-17 Ian Clatworthyupdate help
2009-08-17 Ian ClatworthyCreate a repository implicitly if one doesn't already...
2009-08-17 Ian ClatworthyMerge fast-export-from-p4 (Matt McClure)
2009-08-16 Matt McClureAdds a fast-export-from-p4 command.
2009-08-14 Ian Clatworthyadded fast-export-to-cvs
2009-08-13 Ian Clatworthyadded fast-export-from-mnt command
2009-08-12 Ian Clatworthymore help tweaks
2009-08-12 Ian Clatworthytweak help formatting
2009-08-11 Ian Clatworthyfirst batch of fast-export-from-xxx commands
2009-08-11 Ian ClatworthyNEWS item and doco tweaks
2009-08-11 Ian Clatworthyinitial cut at fast-export-from-svn
2009-08-11 Ian Clatworthyback out implicit gz compression - can come later
2009-08-11 Ian Clatworthyadd encoding option to fast-export-from-darcs
2009-08-10 Ian Clatworthyimplement fast-export-from-git
2009-08-10 Ian Clatworthyinitial cut at a simplified ui to xxx-fast-export
2009-07-25 Miklos VajnaMerge darcs-fast-export
2009-07-23 Ian ClatworthyOpen 0.9 development
2009-07-23 Ian Clatworthyrelease 0.8
2009-04-07 Ian Clatworthyfaster export of revision range & improved diagnostics...
2009-04-06 Ian Clatworthyadd -r option to fast-export
2009-04-04 Ian Clatworthyuse inv deltas by default for all formats now: --classi...
2009-04-02 Ian Clatworthyadd autopack option to fast-import
2009-03-21 Ian Clatworthybinary output on Windows (Alexander Belchenko)
2009-03-08 Ian Clatworthylarger default inventory cache for chk formats
2009-03-06 Ian Clatworthymake sure fast-export uses a binary stream on Windows
2009-03-04 Ian Clatworthymake sure fast-export uses a binary stream on Windows
2009-03-02 Ian Clatworthyimprove error message when .bzr directory not found
2009-02-25 Ian Clatworthynicer and round-trippable mapping of git ref names...
2009-02-25 Ian Clatworthynicer and round-trippable mapping of git ref names...
2009-02-21 Ian Clatworthyensure version appears in bzr plugins output (Alexander...
2009-02-20 Ian Clatworthyuse inventory deltas in experimental mode & enhanced...
2009-02-20 Ian Clatworthymerge import tests and tweaks to make them pass
2009-02-19 Ian Clatworthybasic DeltaCommitHandler generating deltas
2009-02-18 Alexander Belchenkofast-export should force binary sys.stdout on win32
2009-02-18 Ian Clatworthyfast-export command replacing bzr-fast-export script
2009-02-18 Ian Clatworthydocumentation clean-ups
2009-02-18 Ian Clatworthyfast-import-filter should produce binary output (Alexan...
2009-02-18 Ian Clatworthyunhide fast-import and fast-import-info commands
2009-02-18 Alexander Belchenkofast-import-filter should produce binary output.
2009-02-18 Ian Clatworthyturn bzr-fast-export into a fast-export command
2009-02-18 Ian Clatworthyfast-import-filter for including/excluding paths from...
2009-02-17 Ian Clatworthyadd _paths to option & params names as other types...
2009-02-16 Ian Clatworthyinitial cut at fast-import-filter
2009-02-16 Ian Clatworthyrename fast-import-filter to fast-import-query
2009-02-15 Ian Clatworthyinitial cut at reset support
2009-02-11 Ian Clatworthyremove --inv-fulltext option
2009-02-11 Ian Clatworthyfix os import as needed on Windows
2008-07-22 Ian ClatworthyMerge Mirko Friedenhagen's regex improvement to svn...
2008-07-22 Ian ClatworthyMerge Pieter de Bie's export-fixes branch
2008-07-22 Ian Clatworthy'bzr help fastimport' now provides useful help
2008-06-04 Pieter de BieAdd importing and exporting of marks to bzr-fastimport
2008-06-02 Ian Clatworthyadd inv-fulltext option and improve speed
2008-03-25 Ian ClatworthySupport kind changes in bzr-fast-export (merge dato...
2008-03-25 Ian ClatworthyMerge Elliot's help fix
2008-03-19 Elliot MurphyFix typo in online help.
2008-03-10 Ian ClatworthyIntegrate lots of fixes from James Westby
2008-03-09 James WestbyOpen the input in binary mode, as suggested by Paul...
2008-02-27 Ian Clatworthyswitch on experimental mode by default
2008-02-27 Ian Clatworthycleanly restart after an interruption - basic mirroring
2008-02-25 Ian Clatworthyadd option for enabling experimental stuff
2008-02-21 Ian Clatworthysmart caching of serialised inventories
2008-02-20 Ian Clatworthyclean-up doc ready for initial release
2008-02-19 Ian Clatworthycheckpoint and count params to generic processor
2008-02-18 Ian Clatworthyfiltering enhancements: selected fields, filecommands...
2008-02-17 Ian Clatworthylightweight tags, filter processor and param validation
2008-02-16 Ian Clatworthycustom parameters for processors
2008-02-15 Ian Clatworthygeneric processing method working for one revision...
2008-02-14 Ian Clatworthy1st cut: gfi parser + --info processing method