Mercurial > hgsubversion
graph
-
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
-
buildmeta: use layouts library for branch and tag mapping in _buildmeta2013-06-07, by David Schleimer
-
svnmeta: remove unneeded special-case of single in update_branch_tag_map_for_rev2013-06-05, by David Schleimer
-
stupid: use layouts library for detecting branch mapping2013-06-26, by David Schleimer
-
svnmeta: drop unnecessary single special case in extra parsing2013-06-05, by David Schleimer
-
layouts: pull out logic for splitting svn paths into branch and local parts2013-06-05, by David Schleimer
-
layouts: consistently return None for default branch2013-06-05, by David Schleimer
-
layouts: pull svn path -> potential tag name mapping into layouts2013-06-26, by David Schleimer
-
layouts: pull tag location list management into layout module2013-05-21, by David Schleimer
-
util: move pickle_atomic from svnmeta to util2013-05-21, by David Schleimer
-
layouts: make ui object available to layout instances2013-05-21, by David Schleimer
-
svnwrap: use get_file instead of list_props during replay2013-06-19, by David Schleimer
-
layouts: fix failure for nonexistent SVN paths2013-06-20, by Vladimir Zakharov
-
Merge with stable.2013-06-23, by Augie Fackler
-
updatemeta/rebuildmeta: handle hidden changesets stable 1.5.12013-05-13, by Dan Villiom Podlaski Christiansen
-
MANIFEST.in: correctly include invalid_utf8.tar.gz in source bundle stable2013-06-23, by Augie Fackler
-
layouts: use layouts library for branch mappingduring push2013-04-29, by David Schleimer
-
layouts: use layout library in hg svn info2013-04-29, by David Schleimer
-
layouts: use layouts library for branch mapping with generating .hgignore2013-04-29, by David Schleimer
-
layouts: refactor path component of convinfo generation into layouts lib2013-04-26, by David Schleimer
-
layouts: refactor mercurial branch to svn path mapping out of svnmeta2013-04-24, by David Schleimer
-
layouts: refactor out svn path to mercurial branch logic2013-04-24, by David Schleimer
-
commit: fix exception handling on transaction close2013-05-24, by Matt Mackall
-
revsets: fix nativerevs fallback2013-05-10, by Matt Mackall
-
revsets: add support for 'r123' revision labels2013-04-23, by Matt Mackall
-
setup: add layouts subdir2013-04-22, by Bryan O'Sullivan
-
layouts: refactor buildmeta layout reading and writing2013-04-17, by David Schleimer
-
layouts: refactor layout loading and persisting out of svnmeta.py2013-04-17, by David Schleimer
-
layouts: refactor layout loading based on config into function2013-04-17, by David Schleimer
-
layouts: pull out code for detecting layout from subversion2013-04-17, by David Schleimer
-
testutil: clear rcpath when we update HGRCPATH env var2013-04-12, by David Schleimer
-
buildmeta: verify uuid when passed explicit url2013-04-12, by David Schleimer
-
test_util: specify a username in our test-run hgrc.2013-04-12, by Augie Fackler
-
Merge2013-04-03, by Augie Fackler
-
bundle: add 'portable' parameter to prevent error (issue383)2013-03-21, by Michael Connor