log

age author description
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.
2009-05-31 Augie Fackler svnexternals: Change an absolute import to be relative.
2009-05-30 Augie Fackler hg_delta_editor: fix missing-plaintext fetching
2009-05-30 Augie Fackler version: fix version calculation for new repo layout.
2009-05-30 Augie Fackler Remove defunct nourl lists.
2009-05-31 Augie Fackler Remove vestigial references to the tags_info file we no longer need.
2009-05-31 Augie Fackler push: Prevent pushing of edits to .hgtags to svn.
2009-05-31 Augie Fackler tags: fix handling for certain nonstandard tag layouts.
2009-05-30 Augie Fackler tags: Fix parent detection so that copyfrom trunk@5 correctly falls back to trunk@4 if trunk@5 is not in the revmap.
2009-05-31 Augie Fackler test_tags: Add a test that verifies tags get deleted properly even in the presence of somewhat odd branching.
2009-05-29 Dirkjan Ochtman Inline HgChangeReceiver.load_base_from_ctx().
2009-05-30 Dirkjan Ochtman Move HgChangeReceiver.branches_in_paths() to the stupid module.
2009-05-29 Dirkjan Ochtman Use tbdelta to push added tags into .hgtags.
2009-05-29 Dirkjan Ochtman Make branch closing more Mercurial-like.
2009-05-29 Dirkjan Ochtman Extract branch closing from stupid/editor into separate function.
2009-05-29 Dirkjan Ochtman Get rid of duplicate branch closing detection code for stupid mode.
2009-05-29 Dirkjan Ochtman Test for open branches in the pull result.
2009-05-29 Dirkjan Ochtman Add some comments for rebuildmeta, simplify a little.
2009-05-29 Dirkjan Ochtman Reorder different commit blocks.
2009-05-29 Dirkjan Ochtman Extract closed_revs into closebranches and closedrevs.
2009-05-29 Dirkjan Ochtman Abstract out a branchedits() function.
2009-05-29 Dirkjan Ochtman Generate separate data structure containing revision's tags/branches changes.
2009-05-28 Dirkjan Ochtman Simplify pulling revs a bit, unify stupid/replay interfaces.
2009-05-28 Dirkjan Ochtman Merge hge._is_path_tag() and hge._split_tag_path().
2009-05-28 Dirkjan Ochtman Move HgChangeReceiver.aresamefiles() to before the editor methods.
2009-05-28 Dirkjan Ochtman Move exception classes in hg_delta_editor up top.
2009-05-28 Dirkjan Ochtman Replace stash_exception_on_self() by @ieditor.
2009-05-28 Dirkjan Ochtman Merge fetch_history_at_paths() and revisions() in svn wrappers.
2009-05-28 Dirkjan Ochtman Author maps: strip comments.
2009-05-28 Dirkjan Ochtman Author maps: code/message style (prevent line continuations).
2009-05-28 Dirkjan Ochtman Author maps: handle lines without = gracefully.
2009-05-28 Dirkjan Ochtman Allow passing in module arguments to the test runs.