Mercurial > hgsubversion
graph
-
layouts: add support for configuring branches directory2013-06-12, by David Schleimer
-
layouts: add custom layout for those of us that need weird mappings2013-08-26, by David Schleimer
-
layouts: teach layout detection from file about alternate layouts2013-09-04, by David Schleimer
-
layouts: fix remotepath for default branch in standard layout2013-08-28, by David Schleimer
-
layouts: correct flubbed __unimplement call in base layout2013-08-06, by David Schleimer
-
stupid: only check branch mappings for discovered files once2013-09-04, by David Schleimer
-
stupid: cleanup unnecessary, always-true if statement2013-09-04, by David Schleimer
-
stupid: kill some dead and no longer needed code2013-09-04, by David Schleimer
-
tests: unbreak running test_updatemeta individually2013-09-05, by David Schleimer
-
test_util: include Subversion revision when drawing a pretty graph2013-08-11, by Dan Villiom Podlaski Christiansen
-
subvertpy wrapper: printable path adapter2013-08-11, by Dan Villiom Podlaski Christiansen
-
push: allow obtaining the traceback for Subversion exceptions2013-08-10, by Dan Villiom Podlaski Christiansen
-
tests: cd to tempdir during setUp2013-08-15, by David Schleimer
-
test_util: fix missing message in SkipTest raise2013-08-10, by Augie Fackler
-
svnmeta: factor out a property for obtaining the tag locations2013-08-09, by Dan Villiom Podlaski Christiansen
-
tests: remove ability to toggle stupidity on less than class level2013-08-07, by Dan Villiom Podlaski Christiansen
-
test_utility_commands: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_tags: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_single_dir_push: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_single_dir_clone: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_push_renames: use metaclass stupid mode tests2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_push_eol: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_push_dirs: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_push_autoprops: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_pull_fallback: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_pull: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_hooks: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_fetch_truncated: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_fetch_symlinks: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_fetch_renames: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_fetch_exec: use metaclass stupid mode tests2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_fetch_command: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_fetch_branches: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_externals: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_binaryfiles: use stupid mode metaclass2013-08-09, by Dan Villiom Podlaski Christiansen
-
filemap tests: use stupid mode metaclass & decorator2013-08-09, by Dan Villiom Podlaski Christiansen
-
comprehensive tests: consolidate stupidity into test_util2013-08-07, by Dan Villiom Podlaski Christiansen
-
tests: add a metaclass for triggering stupid on a class level2013-08-09, by Dan Villiom Podlaski Christiansen
-
push: obsolete rather than rebase & strip when enabled2013-08-09, by Dan Villiom Podlaski Christiansen
-
svnwrap & pushmod: return a Revision when committing2013-08-09, by Dan Villiom Podlaski Christiansen
-
svnwrap: don't require Revision paths to be specified2013-08-09, by Dan Villiom Podlaski Christiansen
-
tests: make our test runner executable2013-08-09, by Dan Villiom Podlaski Christiansen
-
test_fetch_commands: make a failure more readable2013-08-09, by Dan Villiom Podlaski Christiansen
-
decrease verbosity somewhat2013-08-09, by Dan Villiom Podlaski Christiansen
-
tests: add a metaclass for testing obsolete mode2013-08-08, by Dan Villiom Podlaski Christiansen
-
tests: count revisions explicitly2013-08-09, by Dan Villiom Podlaski Christiansen
-
tests: split single directory tests that push & clone in two modules2013-08-08, by Dan Villiom Podlaski Christiansen
-
stupid: fix --startrev2013-08-07, by Dan Villiom Podlaski Christiansen
-
handle invalid UTF-8 in commit messages consistently2013-08-08, by Dan Villiom Podlaski Christiansen
-
tests: remove old test-loading infrastructure2013-08-07, by Dan Villiom Podlaski Christiansen
-
tests: consolidate all test-loading into the test runner2013-08-07, by Dan Villiom Podlaski Christiansen
-
tests: move updatemeta & rebuildmeta tests into comprehensive2013-08-07, by Dan Villiom Podlaski Christiansen
-
tests: assert that fetches actually succeed2013-08-02, by Dan Villiom Podlaski Christiansen
-
fixes for running under Mercurial 2.02013-08-05, by Dan Villiom Podlaski Christiansen
-
drop support for pre-2.0 versions of Mercurial2013-08-05, by Dan Villiom Podlaski Christiansen
-
tests: fix syntax incompatible with Python 2.42013-08-02, by Dan Villiom Podlaski Christiansen
-
Fix for missing mercurial.utils deque2013-07-31, by Will Thames
-
push: also suggest user rebase if we get SVN_ERR_FS_ALREADY_EXISTS2013-07-16, by Augie Fackler
-
use mercurial.util.deque to support python 2.42013-07-12, by Shun-ichi GOTO
-
use old argument style to support python 2.42013-07-12, by Shun-ichi GOTO