Mercurial > hgsubversion
graph
-
wrappers: properly reset encoding when leaving push()2012-09-09, by Patrick Mezard
-
wrappers: remove unused svnurl variable2012-09-09, by Patrick Mezard
-
test_fetch_command: fix if local encoding is not UTF-82012-08-26, by Patrick Mezard
-
test_util: make repourl() return upper-cased drive letters2012-08-26, by Patrick Mezard
-
updatemeta: correctly handle empty metadata2012-08-06, by Jun Fang
-
svnremoterepo: use and prefer default-push2012-08-01, by David Schleimer
-
stupid: diff with the good revision when restoring branch2012-07-29, by Patrick Mezard
-
Add a changegroup hook to update svn metadata2012-06-07, by Brad Hall
-
rebuildmeta: accept unrelated svn repo with --unsafe-skip-uuid-check2012-06-26, by Patrick Mezard
-
Merge hg 2.3 fixes from bos.2012-07-21, by Augie Fackler
-
tests: fix regressions introduced by peer classes in hg 2.32012-07-19, by Bryan O'Sullivan
-
fix breakage introduced by peer classes in hg 2.32012-07-19, by Bryan O'Sullivan
-
svnrepo: handle module/class rename in hg 2.32012-07-18, by Bryan O'Sullivan
-
add except for AttributeError if youngestrepo doesn't exist2012-06-07, by Brad Hall
-
Catch/abort on subversion exceptions in list_dir2012-06-04, by Brad Hall
-
Honor SVN auto-props (solves issue #186)2012-01-01, by Ronny Voelker
-
Ignore invalid utf8 in commit messages2012-05-17, by David Schleimer
-
Add .noseids to the .hgignore2012-05-17, by David Schleimer
-
pull: add a hgsubversion.unsafeskip option to omit unwanted revs2012-05-16, by Bryan O'Sullivan
-
push test: peek inside svn's pending transaction list on abort2012-05-17, by Augie Fackler
-
subvertpy bindings: abort transaction if we can't finalize it2012-05-17, by Augie Fackler
-
swig bindings: abort transaction if we can't finalize it2012-05-17, by Augie Fackler
-
canonicalize svn paths even more awesomely2012-05-13, by Bryan O'Sullivan
-
ignore the temp fixtures directory2012-05-13, by Bryan O'Sullivan
-
tests: fix automatically generated test names2012-05-13, by Bryan O'Sullivan
-
replay: workaround svn not telling us about x/l flags (issue346)2012-05-13, by Bryan O'Sullivan
-
svn_swig_wrapper: canonicalize path2012-05-13, by Bryan O'Sullivan
-
svn verify: use a custom editor and get_revision()2011-12-13, by Dan Villiom Podlaski Christiansen
-
show a total for verification progress2012-05-13, by Dan Villiom Podlaski Christiansen
-
move verify to a file of its own2012-05-13, by Dan Villiom Podlaski Christiansen
-
allow Python 2.7 to show medium-size multiline diffs when tests fail2012-05-12, by Dan Villiom Podlaski Christiansen
-
don't suppress KeyboardInterrupt exception tracebacks2012-05-12, by Dan Villiom Podlaski Christiansen
-
make assertion failures slightly more helpful by including the failing verification2012-05-12, by Dan Villiom Podlaski Christiansen
-
Merge2012-05-12, by Augie Fackler
-
svn verify: add a test for corrupt repositories.2011-12-13, by Dan Villiom Podlaski Christiansen
-
kill all 'print' statements in the extension proper2012-05-12, by Dan Villiom Podlaski Christiansen
-
Partial metadata rebuilding2012-05-12, by David Schleimer
-
revsets: huge speedups for fromsvn and svnrev2012-05-12, by Bryan O'Sullivan
-
svnmeta: only remove directory components in normalize()2011-12-13, by Dan Villiom Podlaski Christiansen
-
make assertion failures slightly prettier and more readable2012-05-12, by Dan Villiom Podlaski Christiansen
-
fold test_startrev and test_verify into a new test; test_verify_and_startrev2012-05-12, by Dan Villiom Podlaski Christiansen
-
verify: tell progress when we're done2012-05-03, by Bryan O'Sullivan
-
Abstract away the details of where svn revs are stored in a commit2012-04-30, by Bryan O'Sullivan
-
Added tag 1.4 for changeset 07234759a3f72012-05-02, by Augie Fackler
-
svn verify: display extra and missing files separately2012-04-20, by Patrick Mezard
-
test_utility_commands: test verify command2012-04-21, by Patrick Mezard
-
Makefile: set HGRCPATH to protects us from broken environments2012-04-20, by Dan Villiom Podlaski Christiansen
-
pickle_atomic: unbreak old hg versions hg that use rename() instead of close()2012-04-20, by Augie Fackler
-
svnrepo: don't break on old hg versions that lack pushkey2012-04-20, by Augie Fackler
-
wrappers: don't break on old hg versions that lack discovery2012-04-20, by Augie Fackler
-
svn verify: mention URL in output2011-12-13, by Dan Villiom Podlaski Christiansen
-
tests: remove useless imp imports2012-04-20, by Patrick Mezard
-
test_svnwrap: use test_util.rmtree() (or fix it)2012-04-20, by Patrick Mezard
-
test_util: remove self.repo_path, generate new paths each time2012-04-19, by Patrick Mezard
-
test_util: pass repo_path to svnpropget(), turn into a function2012-04-19, by Patrick Mezard
-
test_util: pass repo_path to svnco() explicitely2012-04-19, by Patrick Mezard
-
test_util: pass repo_path to svnls(), turn it into a function2012-04-19, by Patrick Mezard
-
test_util: pass repo_path to _add_svn_rev() explicitely2012-04-19, by Patrick Mezard
-
test_util: add a load_and_fetch() returning the repo_path2012-04-19, by Patrick Mezard