log

age author description
2013-08-09 Dan Villiom Podlaski Christiansen test_pull: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen test_hooks: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen test_fetch_truncated: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen test_fetch_symlinks: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen test_fetch_renames: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen test_fetch_exec: use metaclass stupid mode tests
2013-08-09 Dan Villiom Podlaski Christiansen test_fetch_command: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen test_fetch_branches: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen test_externals: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen test_binaryfiles: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen filemap tests: use stupid mode metaclass & decorator
2013-08-07 Dan Villiom Podlaski Christiansen comprehensive tests: consolidate stupidity into test_util
2013-08-09 Dan Villiom Podlaski Christiansen tests: add a metaclass for triggering stupid on a class level
2013-08-09 Dan Villiom Podlaski Christiansen push: obsolete rather than rebase & strip when enabled
2013-08-09 Dan Villiom Podlaski Christiansen svnwrap & pushmod: return a Revision when committing
2013-08-09 Dan Villiom Podlaski Christiansen svnwrap: don't require Revision paths to be specified
2013-08-09 Dan Villiom Podlaski Christiansen tests: make our test runner executable
2013-08-09 Dan Villiom Podlaski Christiansen test_fetch_commands: make a failure more readable
2013-08-09 Dan Villiom Podlaski Christiansen decrease verbosity somewhat
2013-08-08 Dan Villiom Podlaski Christiansen tests: add a metaclass for testing obsolete mode
2013-08-09 Dan Villiom Podlaski Christiansen tests: count revisions explicitly
2013-08-08 Dan Villiom Podlaski Christiansen tests: split single directory tests that push & clone in two modules
2013-08-07 Dan Villiom Podlaski Christiansen stupid: fix --startrev
2013-08-08 Dan Villiom Podlaski Christiansen handle invalid UTF-8 in commit messages consistently
2013-08-07 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
2013-08-07 Dan Villiom Podlaski Christiansen tests: consolidate all test-loading into the test runner
2013-08-07 Dan Villiom Podlaski Christiansen tests: move updatemeta & rebuildmeta tests into comprehensive
2013-08-02 Dan Villiom Podlaski Christiansen tests: assert that fetches actually succeed
2013-08-05 Dan Villiom Podlaski Christiansen fixes for running under Mercurial 2.0
2013-08-05 Dan Villiom Podlaski Christiansen drop support for pre-2.0 versions of Mercurial
2013-08-02 Dan Villiom Podlaski Christiansen tests: fix syntax incompatible with Python 2.4
2013-07-31 Will Thames Fix for missing mercurial.utils deque
2013-07-16 Augie Fackler push: also suggest user rebase if we get SVN_ERR_FS_ALREADY_EXISTS
2013-07-12 Shun-ichi GOTO use mercurial.util.deque to support python 2.4
2013-07-12 Shun-ichi GOTO use old argument style to support python 2.4
2013-06-07 David Schleimer buildmeta: use layouts library for branch and tag mapping in _buildmeta
2013-06-05 David Schleimer svnmeta: remove unneeded special-case of single in update_branch_tag_map_for_rev
2013-06-26 David Schleimer stupid: use layouts library for detecting branch mapping
2013-06-05 David Schleimer svnmeta: drop unnecessary single special case in extra parsing
2013-06-05 David Schleimer layouts: pull out logic for splitting svn paths into branch and local parts
2013-06-05 David Schleimer layouts: consistently return None for default branch
2013-06-26 David Schleimer layouts: pull svn path -> potential tag name mapping into layouts
2013-05-21 David Schleimer layouts: pull tag location list management into layout module
2013-05-21 David Schleimer util: move pickle_atomic from svnmeta to util
2013-05-21 David Schleimer layouts: make ui object available to layout instances
2013-06-19 David Schleimer svnwrap: use get_file instead of list_props during replay
2013-06-20 Vladimir Zakharov layouts: fix failure for nonexistent SVN paths
2013-06-23 Augie Fackler Merge with stable.
2013-06-23 Augie Fackler Added tag 1.5.1 for changeset d0f3a5c2cb56 stable
2013-05-13 Dan Villiom Podlaski Christiansen updatemeta/rebuildmeta: handle hidden changesets stable 1.5.1
2013-06-23 Augie Fackler MANIFEST.in: correctly include invalid_utf8.tar.gz in source bundle stable
2013-04-29 David Schleimer layouts: use layouts library for branch mappingduring push
2013-04-29 David Schleimer layouts: use layout library in hg svn info
2013-04-29 David Schleimer layouts: use layouts library for branch mapping with generating .hgignore
2013-04-26 David Schleimer layouts: refactor path component of convinfo generation into layouts lib
2013-04-24 David Schleimer layouts: refactor mercurial branch to svn path mapping out of svnmeta
2013-04-24 David Schleimer layouts: refactor out svn path to mercurial branch logic
2013-05-24 Matt Mackall commit: fix exception handling on transaction close
2013-05-10 Matt Mackall revsets: fix nativerevs fallback
2013-04-23 Matt Mackall revsets: add support for 'r123' revision labels