Mercurial > hgsubversion
graph
-
svnmeta: move revmap methods, make last_known_revision() more efficient2009-06-11, by Dirkjan Ochtman
-
split parts of HgChangeReceiver out into an SVNMeta class2009-06-11, by Dirkjan Ochtman
-
sort HgChangeReceiver methods and properties2009-06-11, by Dirkjan Ochtman
-
stupid: eliminate dependency on editor.current2009-06-10, by Dirkjan Ochtman
-
editor: move current revision state into a separate class2009-06-11, by Dirkjan Ochtman
-
move aresamefiles() from HgChangeReceiver to util2009-06-10, by Dirkjan Ochtman
-
extract the filemap support into a separate class2009-06-11, by Dirkjan Ochtman
-
extract the revmap support into a separate dict-like class2009-06-10, by Dirkjan Ochtman
-
editor: use decorators, get rid of unnecessary property2009-06-10, by Dirkjan Ochtman
-
add a function to generate svn_commit_hashes2009-06-10, by Dirkjan Ochtman
-
editor: simplify HgChangeReceiver constructor signature2009-06-10, by Dirkjan Ochtman
-
add a working incoming wrapper command2009-06-10, by Dirkjan Ochtman
-
uisetup: use a single loop/abstraction for wrapping all the commands2009-06-10, by Dirkjan Ochtman
-
uisetup: move clone and push/pull wrappers to wrappers module2009-06-10, by Dirkjan Ochtman
-
stupid: simplify stupid committing code2009-06-10, by Dirkjan Ochtman
-
branches: simplify branch deletion a little bit2009-06-10, by Dirkjan Ochtman
-
tags: end branch while tagging instead of creating extra changeset2009-06-10, by Dirkjan Ochtman
-
tags: obey usebranchnames setting2009-06-10, by Dirkjan Ochtman
-
branches: correctly deal with branch closing directly after copy/rename2009-06-11, by Dirkjan Ochtman
-
tools: use new svn verify command instead of svn export incantations2009-06-09, by Dirkjan Ochtman
-
svncommands: add verify command2009-06-11, by Dirkjan Ochtman
-
tests: add -A option to run.py for running comprehensive tests2009-06-11, by Dirkjan Ochtman
-
tests: send warning to stderr instead of redirected stdout2009-06-11, by Dirkjan Ochtman
-
urls: Make sure we preserve username in urls given to ssh.2009-06-06, by Augie Fackler
-
README: svn+http is outdated.2009-06-01, by Augie Fackler
-
wrappers: Python 2.4 compat.2009-06-01, by Augie Fackler
-
tags: Fix an improper parent calculation.2009-06-01, by Augie Fackler
-
tools: Fixes for verification that seemed to be needed.2009-06-01, by Augie Fackler
-
svnexternals: Change an absolute import to be relative.2009-05-31, by Augie Fackler
-
hg_delta_editor: fix missing-plaintext fetching2009-05-30, by Augie Fackler