log

age author description
2009-06-24 Augie Fackler tags: handle edits to tags as gracefully as possible
2009-06-16 Dirkjan Ochtman svncommands: get update working again
2009-06-16 Dirkjan Ochtman tests: test for heads equality instead of branchtags
2009-06-16 Dirkjan Ochtman wrappers: save tbdelta in one place for both stupid and replay
2009-06-16 Dirkjan Ochtman svnrepo: remove unused localsvn decorator
2009-06-16 Dirkjan Ochtman tools: remove obsolete converttags.sh script
2009-06-16 Dirkjan Ochtman svncommands: use rev instead of verifynode -- should not have to be a node
2009-06-16 Dirkjan Ochtman move remaining cmdutils into util
2009-06-16 Dirkjan Ochtman cmdutil: remove unused function issvnurl()
2009-06-16 Dirkjan Ochtman pushmod: split push functions out into separate module
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
2009-06-10 Dirkjan Ochtman editor: use decorators, get rid of unnecessary property
2009-06-10 Dirkjan Ochtman add a function to generate svn_commit_hashes
2009-06-10 Dirkjan Ochtman editor: simplify HgChangeReceiver constructor signature
2009-06-10 Dirkjan Ochtman add a working incoming wrapper command
2009-06-10 Dirkjan Ochtman uisetup: use a single loop/abstraction for wrapping all the commands
2009-06-10 Dirkjan Ochtman uisetup: move clone and push/pull wrappers to wrappers module
2009-06-10 Dirkjan Ochtman stupid: simplify stupid committing code
2009-06-10 Dirkjan Ochtman branches: simplify branch deletion a little bit
2009-06-10 Dirkjan Ochtman tags: end branch while tagging instead of creating extra changeset
2009-06-10 Dirkjan Ochtman tags: obey usebranchnames setting
2009-06-11 Dirkjan Ochtman branches: correctly deal with branch closing directly after copy/rename
2009-06-09 Dirkjan Ochtman tools: use new svn verify command instead of svn export incantations
2009-06-11 Dirkjan Ochtman svncommands: add verify command
2009-06-11 Dirkjan Ochtman tests: add -A option to run.py for running comprehensive tests
2009-06-11 Dirkjan Ochtman tests: send warning to stderr instead of redirected stdout
2009-06-06 Augie Fackler urls: Make sure we preserve username in urls given to ssh.
2009-06-01 Augie Fackler README: svn+http is outdated.
2009-06-01 Augie Fackler wrappers: Python 2.4 compat.
2009-06-01 Augie Fackler tags: Fix an improper parent calculation.
2009-06-01 Augie Fackler tools: Fixes for verification that seemed to be needed.