log

age author description
2014-11-05 Augie Fackler Added tag 1.7 for changeset 139a44a63090 stable
2014-11-05 Augie Fackler Merge default into stable for a release. stable 1.7
2014-11-02 Siddharth Agarwal maps.RevMap: avoid O(revs) property lookups on dict
2014-11-02 Siddharth Agarwal maps: avoid O(n) property lookups on the node module
2014-11-02 Siddharth Agarwal maps.RevMap: while loading, read lastpulled and firstpulled once
2014-11-02 Siddharth Agarwal maps.RevMap: disable GC while loading the revmap
2014-11-02 Siddharth Agarwal util: add a decorator to disable Python's garbage collector
2014-10-14 Siddharth Agarwal test_rebuildmeta: call exchange.pull if localrepository.pull isn't available
2014-10-14 Siddharth Agarwal wrappers.push: call pull instead of repo.pull
2014-10-14 Siddharth Agarwal pull: wrap exchange.pull if localrepository.pull isn't available
2014-10-14 Siddharth Agarwal push: wrap exchange.push when localrepository.push isn't available
2014-10-14 Siddharth Agarwal test_util: fix up i18n monkeypatch for Mercurial 3.2
2014-09-17 Augie Fackler stupid: add another None check
2014-09-16 Siddharth Agarwal stupid: in svnbackend, adapt for core Mercurial changes
2014-09-16 Siddharth Agarwal replay: use compat hack for filectxfn for deleted files
2014-09-16 Siddharth Agarwal stupid: in fetch_branchrev, use compat hack for filectxfn for deleted files
2014-09-16 Siddharth Agarwal stupid: in diff_branchrev, use compat hack for filectxfn for deleted files
2014-09-16 Siddharth Agarwal test_push_command: use compat hack for filectxfn for deleted files
2014-09-16 Siddharth Agarwal test_util: use compat hack for filectxfn for deleted files
2014-09-16 Siddharth Agarwal compathacks: add hacks for filectxfn deletion contract changing
2014-08-30 David Schleimer push: update to branch tip instead of tip
2014-04-08 David Schleimer editor: fix replay handling for copied + modified symlinks
2014-04-08 David Schleimer editor: correctly import symlink copy+modify with non-empty prefix
2014-04-08 David Schleimer editor: fix edge case with in memory file-store size limit
2013-11-17 David Schleimer editor: correctly import copies of directories from non-tracked or closed branches
2014-08-12 Augie Fackler Merge with stable.
2014-08-12 Augie Fackler Added tag 1.6.3 for changeset 46523cdfd3b0 stable
2014-08-08 David Schleimer pushmod: prepend "link " to base text for links stable 1.6.3
2014-08-01 Augie Fackler Merge with stable.
2014-08-01 Augie Fackler Added signature for changeset 5cdc58c1c9a7 stable
2014-08-01 Augie Fackler Added tag 1.6.2 for changeset 36f6d51b4edc stable
2014-06-03 Sean Farley test_single_dir_push: call makememfilectx stable 1.6.2
2014-06-03 Sean Farley test_utility_commands: call makememfilectx stable
2014-06-03 Sean Farley test_util: call makememfilectx stable
2014-06-03 Sean Farley test_push_command: call makememfilectx stable
2014-06-03 Sean Farley stupid: call makememfilectx stable
2014-06-03 Sean Farley replay: call makememfilectx stable
2014-06-03 Sean Farley svnmeta: call makememfilectx stable
2014-06-03 Sean Farley compathacks: add wrapper for memfilectx stable
2014-03-24 Sean Farley maps: change filemap to initialize with an svnmeta object
2014-03-24 Sean Farley svnmeta: turn filemap into a lazy property
2014-03-24 Sean Farley tests: remove empty branchmap test
2014-03-24 Sean Farley maps: load commandline filemap in __init__
2014-03-24 Sean Farley maps: change branchmap to initialize with an svnmeta object
2014-03-24 Sean Farley svnmeta: turn branchmap into a lazy property
2014-03-24 Sean Farley maps: load commandline branchmap in __init__
2014-03-24 Sean Farley maps: change tagmap to initialize with an svnmeta object
2014-03-24 Sean Farley svnmeta: turn tagmap into a lazy property
2014-03-24 Sean Farley maps: load commandline tagmap in __init__
2014-03-24 Sean Farley svnmeta: turn authors into a lazy property
2014-07-16 Augie Fackler test_push_command: improve commit messages inside test for diagnostics
2014-06-03 Sean Farley test_single_dir_push: call makememfilectx
2014-06-03 Sean Farley test_utility_commands: call makememfilectx
2014-06-03 Sean Farley test_util: call makememfilectx
2014-06-03 Sean Farley test_push_command: call makememfilectx
2014-06-03 Sean Farley stupid: call makememfilectx
2014-06-03 Sean Farley replay: call makememfilectx
2014-06-03 Sean Farley svnmeta: call makememfilectx
2014-06-03 Sean Farley compathacks: add wrapper for memfilectx
2014-06-02 Sean Farley svnmeta: explicitly test for None
2014-03-24 Sean Farley maps: use meta.caseignoreauthors intead of accessing ui directly
2014-03-24 Sean Farley maps: use meta.defaultauthors intead of accessing ui directly
2014-03-24 Sean Farley maps: change authormap to initialize with an svnmeta object
2014-03-24 Sean Farley maps: load commandline authormap in __init__
2014-03-24 Sean Farley svnmeta: use generator for usebranchnames property
2014-03-24 Sean Farley svnmeta: add defaulthost property
2014-03-24 Sean Farley svnmeta: add caseignoreauthors property
2014-03-24 Sean Farley svnmeta: add defaultauthors property
2014-03-24 Sean Farley maps: remove trailing whitespace
2014-03-24 Sean Farley maps: change tags init to accept svnmeta not a repo
2014-03-24 Sean Farley svnmeta: move revmap.oldest to meta.firstpulled
2014-03-24 Sean Farley svncommands: use meta.lastpulled instead of revmap.youngest
2014-03-24 Sean Farley svnmeta: move revmap.youngest to meta.lastpulled
2014-03-24 Sean Farley maps: change revmap init to accept svnmeta not a repo
2014-03-24 Sean Farley maps: change readmapfile to take a path instead of repo
2014-03-24 Sean Farley svnmeta: add generator for cached svn configuration properties
2014-05-02 Augie Fackler Merge with stable.
2014-05-02 Augie Fackler Added signature for changeset 41ff2014d125 stable
2014-05-02 Augie Fackler Added tag 1.6.1 for changeset 8caf1226adec stable
2014-05-02 Augie Fackler test_template_keywords: handle changeset output ordering change in hg 3.0 stable 1.6.1
2014-04-22 Dan Villiom Podlaski Christiansen push: fix obsolete feature detection stable
2014-04-09 Durham Goode push: update push logic to match mercurial upstream stable
2014-04-22 Dan Villiom Podlaski Christiansen push: fix obsolete feature detection
2014-04-12 Augie Fackler wrappers: note which version of hg e10000369b47 is from
2014-04-09 Durham Goode push: update push logic to match mercurial upstream
2014-04-05 Augie Fackler Merge with stable.
2014-04-05 Augie Fackler pull: fix pull when phases.new-commit=secret stable
2014-03-24 Sean Farley svncommands: use RevMap.VERSION instead of hardcoding '1'
2014-03-24 Sean Farley svncommands: use meta.revmap_file
2014-03-24 Sean Farley svncommands: use meta.tags instead of duplicating code
2014-03-24 Sean Farley svncommands: use meta.branch_info instead of duplicating logic
2014-03-24 Sean Farley svncommands: use meta.subdir instead of duplicating code
2014-03-24 Sean Farley svncommands: use meta.uuid instead of duplicating code
2014-03-24 Sean Farley svncommands: use meta.metapath
2014-03-24 Sean Farley svncommands: add svnmeta object
2014-03-17 Sean Farley svnmeta: unify variable names cleanup
2014-02-23 Sean Farley svnmeta: turn tags into lazy property
2014-02-23 Sean Farley tests: relax testing for tagmap existence
2014-02-21 Sean Farley svnmeta: add tagfile property for use with the Tags object
2014-02-17 Sean Farley svnmeta: turn revmap into lazy property
2014-02-17 Sean Farley svnmeta: add revmap_file property
2014-02-20 Sean Farley svnrepo: augment svnmeta method to take new error checking parameter
2014-02-19 Sean Farley svnmeta: relax error checking with a parameter
2014-02-16 Sean Farley svnmeta: rename meta_data_dir to metapath
2014-02-19 Sean Farley subdir: use util.dump and util.load for writing and reading
2014-02-18 Sean Farley svncommands: remove unused {read,write}_if_needed methods
2014-03-15 Sean Farley uuid: use util.dump and util.load for writing and reading
2014-02-18 Sean Farley tests: use util.load instead of reading file directly
2014-02-18 Sean Farley util: fallback to raw string reading if pickle fails
2014-02-18 Sean Farley util: add resave bool parameter to load
2014-02-17 Sean Farley svncommands: call util.dump instead of manually writing file
2014-02-15 Sean Farley util: remove unused save_string
2014-02-15 Sean Farley maps: call util.dump instead save_string
2014-02-15 Sean Farley util: remove unused load_string
2014-02-15 Sean Farley util: remove all calls to load_string
2014-02-15 Sean Farley util: add default parameter to load
2014-02-15 Sean Farley util: banish pickle to compathacks
2014-02-15 Sean Farley compathacks: specify for generic compatibility hacks
2014-02-15 Sean Farley compathacks: pep8
2014-02-15 Sean Farley util: convert pickle to json
2014-02-15 Sean Farley util: serialize data with json instead of pickle
2014-02-15 Sean Farley util: try to load data using json
2014-02-17 Sean Farley util: add visitor pattern for scrubbing json
2014-02-17 Sean Farley tests: use util.load instead of bare pickle
2013-08-23 Sean Farley svncommands: use util.load instead of bare pickle
2013-08-24 Sean Farley svncommands: use util.dump instead of pickle.dump
2013-08-23 Sean Farley svnmeta: use util.load instead of bare pickle
2013-08-23 Sean Farley layouts: use util.load instead of bare pickle
2013-08-23 Sean Farley util: add a method to load data from a file
2013-08-23 Sean Farley util: rename pickle_atomic to dump
2014-02-12 Augie Fackler Merge with stable.
2014-02-04 Michael Augustin fix promptchoice call, since it changed in mercurial 2.7 (change c58b6ab4c26f) stable
2013-08-23 Sean Farley util: remove pre-1.9 mercurial code from pickle_atomic
2013-08-23 Sean Farley util: remove pre-1.6 mercurial code from parseurl
2013-09-05 Sean Farley stupid: remove pre-1.9 code from filteriterhunks
2013-09-05 Sean Farley wrappers: remove pre-1.9 code from hgclonewrapper
2013-09-05 Sean Farley wrappers: remove pre-1.9 code from clone
2013-09-07 Sean Farley svnexternals: remove pre-1.9 pegrev code
2013-09-07 Sean Farley svnexternals: remove pre-1.7 code and reindent
2013-09-06 Sean Farley help: remove pre-1.7 text
2013-09-06 Sean Farley help: remove pre-1.6 text
2013-09-06 Sean Farley help: remove pre-1.5 text
2013-09-12 Sean Farley svnrepo: remove pre-1.6 code from remotesvn decorator
2013-09-07 Sean Farley init: remove pre-1.7 subrepo code
2013-09-07 Sean Farley init: remove pre-1.6 revset code
2013-09-06 Sean Farley init: remove pre-1.6 code from extsetup
2013-09-07 Sean Farley init: remove pre-1.5 templatekw code
2013-09-06 Sean Farley init: remove pre-1.3 code from extsetup
2014-02-11 Augie Fackler Merge with stable.
2014-02-06 Sean Farley layouts: fix crash when importing hgext_hgsubversion stable
2014-02-11 Augie Fackler Merge default and stable so I can do stable releases again. stable
2014-02-03 Augie Fackler Added tag 1.6 for changeset 7d47a0f73135
2014-02-03 Augie Fackler setup: also ignore stderr lines about obsolete when guessing version 1.6
2014-02-03 Augie Fackler compathacks: new module to collect hacks to work around hg internals changing
2014-01-17 Augie Fackler layouts: add importerror ladder so hgsubversion works as an installed module
2014-01-03 Greg Ward layouts: fix crash when importing hgsubversion itself (issue #402)
2013-11-22 Siddharth Agarwal svnexternals: import pathutil.canonpath if available
2013-11-17 David Schleimer pull: correctly handle replacing the root of a branch with a non-copied directory
2013-10-17 Augie Fackler test_fetch_mappings: trim some superfluous whitespace
2013-01-08 maugustin authormap: allow case-insensitive authormaps for easier conversions
2013-10-01 David Soria Parra verify: use mercurials worker API to speedup stupid verify
2013-09-24 David Schleimer buildmeta: remove debugging statement
2013-09-11 David Schleimer layouts: add support for an infix between tbt and the hg root
2013-06-12 David Schleimer layouts: add support for configuring branches directory
2013-08-26 David Schleimer layouts: add custom layout for those of us that need weird mappings
2013-09-04 David Schleimer layouts: teach layout detection from file about alternate layouts
2013-08-28 David Schleimer layouts: fix remotepath for default branch in standard layout
2013-08-06 David Schleimer layouts: correct flubbed __unimplement call in base layout
2013-09-04 David Schleimer stupid: only check branch mappings for discovered files once
2013-09-04 David Schleimer stupid: cleanup unnecessary, always-true if statement
2013-09-04 David Schleimer stupid: kill some dead and no longer needed code
2013-09-05 David Schleimer tests: unbreak running test_updatemeta individually
2013-08-11 Dan Villiom Podlaski Christiansen test_util: include Subversion revision when drawing a pretty graph
2013-08-11 Dan Villiom Podlaski Christiansen subvertpy wrapper: printable path adapter
2013-08-10 Dan Villiom Podlaski Christiansen push: allow obtaining the traceback for Subversion exceptions
2013-08-15 David Schleimer tests: cd to tempdir during setUp
2013-08-10 Augie Fackler test_util: fix missing message in SkipTest raise
2013-08-09 Dan Villiom Podlaski Christiansen svnmeta: factor out a property for obtaining the tag locations
2013-08-07 Dan Villiom Podlaski Christiansen tests: remove ability to toggle stupidity on less than class level
2013-08-09 Dan Villiom Podlaski Christiansen test_utility_commands: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen test_tags: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen test_single_dir_push: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen test_single_dir_clone: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen test_push_renames: use metaclass stupid mode tests
2013-08-09 Dan Villiom Podlaski Christiansen test_push_eol: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen test_push_dirs: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen test_push_autoprops: use stupid mode metaclass
2013-08-09 Dan Villiom Podlaski Christiansen test_pull_fallback: use stupid mode metaclass
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