log

age author description
2009-06-16 Dirkjan Ochtman replay: merge functions into a single function
2009-06-16 Dirkjan Ochtman editor: move find missing files routine into RevisionData class
2009-06-16 Dirkjan Ochtman replay: start new replay module that has the relevant functions
2009-06-16 Dirkjan Ochtman editor: move exception data into RevisionData class
2009-06-16 Dirkjan Ochtman editor: move set_file() and delete_file() methods to RevisionData class
2009-06-15 Dirkjan Ochtman consolidate metadata calls from stupid and replay code
2009-06-15 Dirkjan Ochtman inline describe_revision(), use custom termwidth
2009-06-15 Dirkjan Ochtman maps: make sure AuthorMaps don't overwrite themselves, fix overriding
2009-06-16 Augie Fackler blacklist svn for demandimport.
2009-06-16 Augie Fackler Fix syntax highlighting in emacs.
2009-06-15 Augie Fackler verify: take a kwarg for node to check.
2009-06-15 Augie Fackler tests: make comprehensive tests work properly with nose and run.py
2009-06-15 Augie Fackler tests: fix for new branch heads change in upstream hg.
2009-06-15 Augie Fackler stupid: handle the new eol option in hg-crew.
2009-06-12 Dirkjan Ochtman put convert_revision in branch-closing csets
2009-06-12 Dirkjan Ochtman svnmeta: move util.build_extra() to SVNMeta.genextra()
2009-06-11 Dirkjan Ochtman editor: rename hg_delta_editor.HgChangeReceiver to editor.HgEditor
2009-06-11 Dirkjan Ochtman svnmeta: eliminate unneeded path_and_branch_for_path() method
2009-06-11 Dirkjan Ochtman imported patch import-cleanup
2009-06-11 Dirkjan Ochtman save metadata from one place
2009-06-11 Dirkjan Ochtman svnmeta: deprivatize a bunch of member functions
2009-06-11 Dirkjan Ochtman invert the svnmeta/editor relationship
2009-06-11 Dirkjan Ochtman svnmeta: move revmap methods, make last_known_revision() more efficient
2009-06-11 Dirkjan Ochtman split parts of HgChangeReceiver out into an SVNMeta class
2009-06-11 Dirkjan Ochtman sort HgChangeReceiver methods and properties
2009-06-10 Dirkjan Ochtman stupid: eliminate dependency on editor.current
2009-06-11 Dirkjan Ochtman editor: move current revision state into a separate class
2009-06-10 Dirkjan Ochtman move aresamefiles() from HgChangeReceiver to util
2009-06-11 Dirkjan Ochtman extract the filemap support into a separate class
2009-06-10 Dirkjan Ochtman extract the revmap support into a separate dict-like class