log

age author description
2019-04-19 Pulkit Goyal compathacks: make memfilectx construction compatible with hg5.0 default tip
2019-02-04 Pulkit Goyal compathacks: add compat code for ui.makeprogress() deprecation
2018-12-26 Pulkit Goyal verify: use ui.write() instead of ui.warn()
2018-11-27 Pulkit Goyal compathacks: drop branchset() which is compat code for hg<2.9
2018-11-27 Pulkit Goyal hgsubversion: drop some more code which is for compat with hg<1.6
2018-11-15 Pulkit Goyal README: update links and mercurial version supported
2018-11-20 Pulkit Goyal util: add visitdir() and visitchildrenset() to PrefixMatch
2018-11-13 Pulkit Goyal hgsubversion: drop some compat code for hg < 3.3
2018-11-03 Augie Fackler Added signature for changeset 207a0f26f797
2018-11-03 Augie Fackler Added tag 1.9.3 for changeset 207a0f26f797
2018-11-03 Augie Fackler test_rebuildmeta: hg48 is picky about this value being a str and not int 1.9.3
2018-11-03 Augie Fackler templatekw: make portable to hg48
2018-11-03 Augie Fackler testedwith: declare support for hg 4.8
2018-11-03 Augie Fackler tox: update tested versions
2018-10-31 Pulkit Goyal tests: make output comaptible with hash changes in hg-4.8
2018-10-29 Augie Fackler merge old hg fix
2018-09-21 Bernhard F.W. Gschaider The Mercurial 4.5 that comes with Ubuntu doesn't have this parameter
2018-10-24 Pulkit Goyal util: add _relativeuipath attribute to PrefixMatch
2018-10-24 Pulkit Goyal test: add compat code for removed revlog.LookupError in test_push_command.py
2018-10-24 Pulkit Goyal svnrepo: preserve and forward createopts kwarg
2018-08-06 Ivan Lezhankin wrappers: lock the repo for the whole pull operation
2018-08-06 Ivan Lezhankin hgsubversion: make the 'rev' argument a list type
2018-08-03 Pulkit Goyal hgsubversion: fix something which looks like a cycle
2018-08-03 Pulkit Goyal hgsubversion: add 4.7 to list of supported mercurial
2018-07-26 Pulkit Goyal tests: use repo['.'] instead of repo to check whether file exists
2018-07-26 Pierre-Yves David test: prefill more early options
2018-07-23 Pulkit Goyal hgsubversion: add 4.6 to testedwith value
2018-05-28 Augie Fackler Added signature for changeset bb09e8a230d6
2018-05-28 Augie Fackler Added tag 1.9.2 for changeset bb09e8a230d6
2018-05-28 Augie Fackler wrappers: fix old versions of hg without breaking 4.6 1.9.2
2018-05-27 Augie Fackler compathacks: deal with removed aliases in mercurial.util
2018-05-25 Paul Morelle svnrepo: implement commandexecutor for hg 4.6
2018-05-25 Paul Morelle tests: use scmutils.revsymbol instead of repo.__getitem__ for non-integers
2018-05-26 Augie Fackler test_util: hg.clone now wants revs not rev
2018-05-26 Augie Fackler tox: add hg 4.6 environment
2018-05-26 Augie Fackler hgsubversion: work around loss of demandimport alias
2018-04-20 Augie Fackler svnrepo: preserve and forward intents kwarg
2018-04-20 Augie Fackler cleanup: use __getitem__ instead of .changectx on localrepo
2018-04-20 Augie Fackler wrappers: revpair returns contexts now
2018-03-24 Augie Fackler Added signature for changeset b303c9414190
2018-03-24 Augie Fackler Added tag 1.9.1 for changeset b303c9414190
2018-03-24 Augie Fackler subvertpy: same tweak to fsfs configuration as in swig 1.9.1
2018-03-24 Augie Fackler testedwith: include hg 4.5
2018-03-24 Augie Fackler svnwrap: configure fsfs.conf when using swig bindings
2018-03-24 Augie Fackler cleanup: remove lots of dead imports and code found by pyflakes
2018-03-24 Augie Fackler wrappers: adapt to introduction of logcmdutil package in hg
2018-03-24 Augie Fackler svnexternals: clean up some trailing whitespace
2018-03-24 Augie Fackler cleanup: reference Abort from mercurial.error instead of mercurial.util
2018-03-24 Augie Fackler externals: correctly enable hgsubversion externals support during tests
2018-03-24 Augie Fackler configitems: register hgsubversion subrepo configitem
2018-03-24 Augie Fackler test_util: modernize writing of hgrc
2018-03-24 Augie Fackler wrappers: cope with removal of text= kwarg on vfs
2017-12-22 Jun Wu sqliterevmap: break ".hashes()" cycle in a safer way
2017-12-19 Jun Wu compathacks: be compatible with upstream 8a0cac20a1ad memfilectx change
2017-12-19 Jun Wu revset: fix ordering issue of "svnrev()"
2017-12-19 Jun Wu revset: make "fromsvn()" lazy
2017-12-19 Jun Wu help: reword revmapimpl text
2017-12-05 Jun Wu test_unaffected_core: be compatible with upstream change
2017-11-02 Augie Fackler Added signature for changeset 08ea19b989c3
2017-11-02 Augie Fackler Added tag 1.9 for changeset 08ea19b989c3
2017-11-02 Augie Fackler testedwith: add hg 4.4 1.9
2017-10-29 Augie Fackler test_util: make developer warnings cause our tests to fail
2017-10-29 Augie Fackler config: don't use the config registrar on hg that lacks dynamicdefault
2017-10-29 Augie Fackler tests: when making a `memctx`, make sure to use a single repo instance
2017-10-26 Augie Fackler hgsubversion: cope with configitem registration soft-required by hg 4.4
2017-10-26 Augie Fackler svnrepo: use configlist instead of rolling it ourselves
2017-10-26 Augie Fackler svnrepo: move password_stores config to a property
2017-10-26 Augie Fackler svnmeta: specify default for revmapimpl config option
2017-10-26 Augie Fackler test_urls: correctly use test_util.testui instead of ui.ui
2017-10-26 Augie Fackler wrappers: add some missing lock/wlock grabbing
2017-10-26 Augie Fackler svnrepo: wrap too-wide abort message
2017-08-31 Augie Fackler hg: prune old unsupported versions
2017-09-01 Augie Fackler meta: more forceutf8 love, this time on subdir handling
2017-08-31 Augie Fackler subvertpy: ensure paths are really always bytes
2017-08-31 Augie Fackler meta: force date and extra fields to be purely bytes
2017-08-31 Augie Fackler meta: force user and message to be bytes
2017-08-31 Augie Fackler util: add method for forcing unicode objects back to utf8 bytes
2017-08-31 Augie Fackler svnwrap: work around getting a bytearray instead of a string in SimpleStringIO
2017-08-31 Augie Fackler svnwrap: clean up whitespace in common
2017-08-31 Augie Fackler tox: update hg version list
2017-10-25 Augie Fackler test_push_command: deal with gethostname() sometimes returning bad hostnames
2017-10-24 Mateusz Kwapich util: don't assume that converted rev is an svn rev
2017-08-28 Jun Wu revset: accept additional arguments
2017-08-21 Jun Wu svnrepo: update with the latest upstream change
2017-08-11 Jun Wu maps: handle sqlite lock error triggered by PRAGMA statements
2017-08-08 Jun Wu test: enable devel.all-warnings
2017-08-08 Jun Wu push: lock repo before calling createmarkers
2017-07-11 Durham Goode subrepo: add missing arg to dirty()
2017-07-11 Durham Goode subrepo: refactor dirty() to be cleaner
2017-06-28 Durham Goode obsolete: support obsolete.isenabled
2017-05-24 Durham Goode commands: fix command option registering
2017-06-07 Stanislau Hlebik replay: fix tests
2017-05-30 Augie Fackler tests: add dir_removal to the list of repos that are meaningless in standard
2017-05-23 Ivan Lezhankin svnwrap: don't add paths to revision outside of subdir
2017-05-29 Augie Fackler test_push_command: avoid letting interface name in IPv6 address
2017-05-29 Augie Fackler test_push_command: bias towards IPv4 to work around gremlins on macOS
2017-05-23 Durham Goode commands: fix registrar check
2017-05-22 Durham Goode commands: update to work with new registrar.commands()
2017-05-09 Durham Goode clone: add try/finally to unwrap
2017-05-09 Durham Goode join: remove uses of repo.join/wjoin
2017-04-21 Arun Kulshreshtha util: return baseset instead of plain list from revset
2017-04-10 Arun Kulshreshtha tests: fix ipv6 support in test_push_command.py
2017-02-12 Augie Fackler tox: give up on Mercurial older than 3.2
2017-02-12 Augie Fackler tox: add more hg versions for testing
2017-02-12 Augie Fackler Merge default heads.
2017-02-12 Augie Fackler Merge with stable.
2017-02-12 Augie Fackler Added signature for changeset 051a517b473b stable
2017-02-12 Augie Fackler Added tag 1.8.7 for changeset 051a517b473b stable
2017-02-12 Augie Fackler findcommonoutgoing: adapt to change to take a repo rather than changelog stable 1.8.7
2017-02-12 Augie Fackler testui: set a username so recording obsolete markers doesn't break stable
2016-10-10 Stanislau Hlebik fix tests
2016-07-26 Jun Wu test_revmap_migrate: restore revmap class in tearDown
2016-07-19 Jun Wu SqliteRevMap: wait indefinitely for database lock
2016-06-27 Augie Fackler Merge with stable.
2016-06-27 Augie Fackler test_helpers: avoid leaking a temporary directory stable
2016-06-27 Augie Fackler editor: fix RevisionData to not leak temporary directories stable
2016-06-26 Augie Fackler testing: add tox config to easily run tests against many hg versions stable
2016-06-27 Augie Fackler test_fetch_renames: avoid hash randomization bug in test stable
2016-06-27 Augie Fackler test_fetch_renames: change how this if statement works stable
2016-06-27 Augie Fackler test_fetch_renames: refactoring to make debugging easier stable
2016-06-26 Augie Fackler tests: add some sorted() calls on unsorted sets stable
2016-06-26 Augie Fackler hgignore: also ignore tox environments directory stable
2016-06-26 Augie Fackler hgignore: sort lines stable
2016-06-26 Augie Fackler templatekeywords: add missing loadkeyword() call stable
2016-06-23 Jun Wu maps: add a config option to tweak sqlite
2016-06-23 Jun Wu maps: do not open database when initializing sqlite revmap
2016-06-23 Jun Wu maps: do not ask sqlite for min(rev), max(rev) together
2016-06-23 Jun Wu maps: do not ask sqlite for row count
2016-05-27 Jun Wu tests: add the sqlite revmap test
2016-06-15 Jun Wu tests: new test about revmap two-way migrations
2016-06-15 Jun Wu maps: change branchedits to accept revnum directly
2016-06-15 Jun Wu svnmeta: add a config option to use sqlite revmap
2016-05-31 Jun Wu maps: increase sqlite cache size automatically
2016-06-15 Jun Wu maps: implement migration from SqliteRevMap to RevMap
2016-05-31 Jun Wu maps: disable iterating methods of RevMap
2016-06-15 Jun Wu maps: implement sqlite revmap
2016-06-07 Jun Wu svncommands: unlink revmap file before rebuildmeta
2013-08-10 Dan Villiom Podlaski Christiansen svnmeta: add utility method for generating a tag path
2016-06-14 Dan Villiom Podlaski Christiansen test_util: add utility function for logging the Subversion repository
2013-08-10 Dan Villiom Podlaski Christiansen test_util: allow counting converted revisions
2016-06-14 Dan Villiom Podlaski Christiansen test_util: retain parent branch in commitchanges()
2013-08-11 Dan Villiom Podlaski Christiansen rebuildmeta: extract utility function for iterating over repositories
2013-08-09 Dan Villiom Podlaski Christiansen svnwrap: allow overwriting directories in one revision
2013-08-09 Dan Villiom Podlaski Christiansen svnwrap: allow committing directory copies
2016-06-16 Jun Wu tests: drop unittest2
2016-06-07 Dan Villiom Podlaski Christiansen tests: optimise creating repositories and loading dumps
2014-04-22 Dan Villiom Podlaski Christiansen externals: support peg revisions in URLs
2016-06-13 Jun Wu maps: use util.fileproperty for RevMap.lastpulled
2016-06-13 Jun Wu util: add a fileproperty helper method
2016-06-11 Jun Wu svnrepo: change svnurl to not use self.svn
2016-06-12 Dan Villiom Podlaski Christiansen tests: drop hard-coded list of tests
2016-06-07 Durham Goode tests: use hostname instead of localhost
2016-05-27 Jun Wu svnmeta: do not add instance references to the class object
2016-06-06 Augie Fackler meta: check for revmap existence locally
2016-06-06 Augie Fackler BaseMap: jettison now-unused filename-attribute magic
2016-06-06 Augie Fackler FileMap: no longer take a meta
2016-06-06 Augie Fackler RevMap: no longer take a meta
2016-06-06 Augie Fackler Tags: no longer take a meta
2016-06-06 Augie Fackler TagMap: no longer take a meta
2016-06-06 Augie Fackler BranchMap: no longer take a meta
2016-06-06 Augie Fackler AuthorMap: no longer take a meta
2016-06-06 Augie Fackler BaseMap: no longer take a meta as an argument
2016-06-06 Augie Fackler BaseMap: extract filename attribute magic into a classmethod
2016-06-06 Augie Fackler TagMap: stop automagically running 'hg svn rebuildmeta'
2016-06-06 Augie Fackler BaseMap: no longer store a reference to the meta object
2016-06-06 Augie Fackler FileMap: store filename locally
2016-06-06 Augie Fackler test_rebuildmeta: improve error message
2016-06-06 Augie Fackler maps: switch many file opens to using the with statement
2016-06-06 Augie Fackler RevMap: move lastpulled from SVNMeta down into RevMap
2016-06-06 Augie Fackler test_rebuildmeta: improve error message
2016-06-06 Augie Fackler TagMap: record filepath explicitly
2016-06-06 Augie Fackler BaseMap: record filename on self._filename
2016-06-06 Augie Fackler RevMap: use self._filepath instead of using meta
2016-06-06 Augie Fackler AuthorMap: make local implementation concerns stop using self.meta
2016-06-06 Augie Fackler maps: store a direct reference to ui
2016-06-06 Augie Fackler maps: drop two unused __init__ implementations
2016-05-27 Jun Wu wrappers: remove "svn.meta = meta" in pull
2016-05-26 Jun Wu wrappers: remove an unused line
2016-05-23 Jun Wu maps: document RevMap.batchset will not update internal state
2016-05-14 Jun Wu svnmeta: do not iterate revmap directly
2016-05-14 Jun Wu maps: add the "branchmaxrevnum" method to RevMap
2016-05-23 Jun Wu maps: make readmapfile of RevMap a private instance method
2016-05-14 Jun Wu svncommands: get rid of RevMap.readmapfile
2016-05-23 Jun Wu maps: add "lasthash" property to RevMap
2016-05-23 Augie Fackler Merge with stable.
2016-05-23 Augie Fackler test_hooks: cope with localrepo.parents() going away stable
2016-05-14 Jun Wu util: get rid of RevMap.readmapfile
2016-05-13 Jun Wu svnmeta: add the "revmapexists" method
2016-05-13 Jun Wu maps: add the "exists" method to RevMap
2016-05-13 Jun Wu maps: add the "revhashes" method to RevMap
2016-05-09 Jun Wu maps: add the "batchset" method to RevMap
2016-05-09 Jun Wu maps: add the "clear" method to RevMap
2016-05-11 Augie Fackler Merge with stable.
2016-05-11 Augie Fackler Added tag 1.8.6 for changeset 49d324e11856 stable
2016-05-11 Augie Fackler testedwith: include 3.8 stable 1.8.6
2016-05-11 Augie Fackler externals: update for Mercurial 3.8's new subrepo API stable
2016-05-06 Sean Farley templatekw: use decorator to register keywords stable
2016-05-06 Sean Farley compathacks: copy _funcregistrarbase for older mercurial stable
2016-05-11 Augie Fackler cleanup: stop using hasattr
2016-05-06 Sean Farley templatekw: move to __init__ to prepare for newer mercurial stable
2014-03-24 Sean Farley tests: add test for regex and glob
2014-03-24 Sean Farley maps: add ability to parse a regex or glob
2014-03-24 Sean Farley maps: protect author map functions from regexes
2014-03-24 Sean Farley maps: add custom __contains__
2014-03-24 Sean Farley maps: add custom __setitem__
2014-03-24 Sean Farley maps: add custom __getitem__
2014-03-24 Sean Farley maps: add custom get method
2014-03-24 Sean Farley maps: add _findkey method
2014-03-24 Sean Farley maps: use regex for better comment handling
2014-03-24 Sean Farley maps: remove unneeded load method from tag map
2014-03-24 Sean Farley maps: remove unneeded __init__ code from tag map
2014-03-24 Sean Farley maps: make tag map inherit from base map
2014-03-24 Sean Farley maps: remove unneeded load method from branch map
2014-03-24 Sean Farley maps: remove unneeded __init__ code from branch map
2014-03-24 Sean Farley maps: make branch map inherit from base map
2014-03-24 Sean Farley maps: remove unneeded load method from author map
2014-03-24 Sean Farley maps: remove unneeded __init__ code from author map
2014-03-24 Sean Farley maps: make author map inherit from base map
2014-03-24 Sean Farley maps: add a load method to base map
2014-03-24 Sean Farley maps: add a basemap class
2014-03-24 Sean Farley maps: call super directly instead of self.super
2014-03-24 Sean Farley maps: remove meta.caseignoreauthors from load method
2014-03-24 Sean Farley maps: add custom __contains__ to author map
2014-03-24 Sean Farley maps: add custom __setitem__ to author map
2016-03-04 Augie Fackler Merge with stable.
2016-03-03 Augie Fackler svncommands: cope with aa73d6a5d9ea which removed optionalrepo stable
2016-02-23 Shun-ichi GOTO compat: fix some more use of repo.parents() stable
2016-02-09 Mateusz Kwapich maps: remove python2.7ism from dynamic author mapping
2016-01-28 Jerome M. BERGER Added dynamic author mapping.
2016-01-27 Augie Fackler rename-closed-branch-dir: add a fixture that renames a directory of closed branches
2016-01-27 Augie Fackler Merge with stable.
2016-01-27 Augie Fackler Added tag 1.8.5 for changeset bd979667611d stable
2016-01-27 Augie Fackler testedwith: add hg 3.7 stable 1.8.5
2016-01-12 Augie Fackler hgsubversion: update testedwith, which has been neglected for some time stable
2016-01-07 Laurent Charignon compat: fix use of repo.parents() to repo[None].parents() stable
2015-12-31 Augie Fackler Merge with stable.
2015-12-31 Augie Fackler Added tag 1.8.4 for changeset 89997a5fc181 stable
2015-12-31 Augie Fackler stupid: self-disable if svn bindings are too new to work with stupid mode stable 1.8.4
2015-12-31 Augie Fackler swig: change current_bindings to subversion_version stable
2015-10-30 Sean Farley tests: update for behavior change in subversion 1.9 stable
2015-10-21 Augie Fackler Merge with stable.
2015-10-15 Sean Farley exchangepush: accept kwargs and just forward them stable
2015-10-15 Sean Farley wrappers: accept-and-forward kwargs including opargs stable
2015-10-14 Augie Fackler wrappers: forward extra kwargs to exchange.pull
2015-09-30 Augie Fackler Merge with stable.
2015-09-30 Yuya Nishihara help: ignore argument passed to doc loader stable
2014-03-24 Sean Farley maps: allow an empty map to not convert specific branches
2014-03-24 Sean Farley svnmeta: add method to determine whether we will skip a particular branch
2015-09-29 Sean Farley svn_swig_wrapper: remove meta attribute
2015-09-29 Sean Farley subvertpy_wrapper: remove meta attribute
2015-09-19 Gadget Steve Addressed using relative URLs to actually divert to another server & added DocTest strings.
2015-01-01 Steve Barnes (Home) Added check for excessive .. entries which would go out of domain.
2014-12-16 Steve Barnes Fix for externals that include '..' in the path, i.e. relative paths within svn
2015-09-26 Augie Fackler Merge with stable.
2015-09-26 Augie Fackler Added tag 1.8.3 for changeset 759cafce6bec stable
2015-09-26 Augie Fackler editor: cope with slightly out-of-order editor drives stable 1.8.3
2015-08-11 Augie Fackler Merge with stable.
2015-08-11 Augie Fackler Added tag 1.8.2 for changeset 38be7a6b6def stable
2015-08-11 Augie Fackler tests: have our dispatch wrappers assert --quiet is always passed stable 1.8.2
2015-08-11 Augie Fackler tests: pass --quiet anyplace we call dispatch to run a command stable
2015-07-08 Augie Fackler trying to fix progress output stable
2015-07-09 Augie Fackler Merge with stable.
2015-07-08 Laurent Charignon wrapper: delay marker creation in push
2015-07-09 Durham Goode tests: check '.' for tags instead of None stable
2015-07-08 Augie Fackler Merge with stable.
2015-05-14 Shun-ichi Goto tests: leave from the directory before removing stable
2015-06-16 Augie Fackler wrappers: accept-and-forward oparg pull argument stable
2015-05-29 Augie Fackler Merge with stable.
2015-05-12 Laurent Charignon native revs: Match changes in core to fix native revs stable
2015-05-29 Durham Goode util: add prefix to PrefixMatch stable
2014-03-24 Sean Farley svnmeta: rename authors_file to authormap_file
2014-03-24 Sean Farley wrappers: set the meta member before pulling revisions
2014-03-24 Sean Farley svn_swig_wrapper: add a member to store reference to meta object
2014-03-24 Sean Farley subvertpy_wrapper: add a member to store reference to meta object
2014-03-24 Sean Farley layouts: generate cached property for custom branches
2014-03-24 Sean Farley svnmeta: add functionality for configitems in _get_cachedconfig
2015-05-08 Augie Fackler Merge stable back into default.
2015-05-07 Augie Fackler Added tag 1.8.1 for changeset dde1ade36a49 stable
2015-05-07 Andrei Dziahel fixes indent for hgsubversionbranch section in extension help stable 1.8.1
2015-05-05 Augie Fackler Merge to stable for release. stable
2015-04-13 Shun-ichi GOTO add minimum methods for matcher
2015-03-27 Siddharth Agarwal tests: always compare manifest keys in sorted order
2015-03-27 Siddharth Agarwal stupid: adapt to Mercurial 3.4 changes
2015-02-20 Francois Dinel Allow changing the path to the trunk
2015-02-09 Sean Farley svnmeta: pep8
2015-02-09 Sean Farley svncommads: document the auto layout block
2014-03-24 Sean Farley layouts: remove detect.py
2014-03-24 Sean Farley layouts: update doc string to inform about using the right object
2014-03-24 Sean Farley svnmeta: use self.layout instead of calling ui.config directly
2014-03-24 Sean Farley svncommands: rip out layout logic and use meta object
2014-03-24 Sean Farley svnmeta: create a new layoutobj if layout has changed
2014-03-24 Sean Farley layouts: add a name property to custom
2014-03-24 Sean Farley layouts: add a name property to standard
2014-03-24 Sean Farley layouts: add a name property to single
2014-03-24 Sean Farley layouts: add a name property to base
2015-01-30 Augie Fackler Merge with stable.
2015-01-30 Augie Fackler Added signature for changeset e7d84481cf76 stable
2015-01-30 Augie Fackler Added tag 1.8 for changeset c1756971f882 stable
2015-01-30 Augie Fackler __init__: record the versions of Mercurial hgsubversion supports stable 1.8
2015-01-30 Augie Fackler Merge default into stable for a release. stable
2014-03-24 Sean Farley wrappers: use meta.layout instead of accessing config directly
2014-03-24 Sean Farley svnmeta: turn layout into a cached property
2014-03-24 Sean Farley wrappers: call new meta.layout_from_subversion
2014-03-24 Sean Farley svnmeta: copy layout_from_subversion from detect
2014-03-24 Sean Farley svnmeta: copy layout_from_commit from detect
2014-03-24 Sean Farley wrappers: use meta.branch instead of ui.config directly
2014-03-24 Sean Farley svnmeta: add generated cached branch property
2014-12-29 Siddharth Agarwal svnexternals: fix for Mercurial 3.3+
2014-12-13 Mateusz Kwapich maps: cache hashes() for the revmap
2014-12-13 Mateusz Kwapich wrappers: improve push performance by reusing the existing metadata
2014-03-24 Sean Farley layouts: turn taglocations method into a property
2014-03-24 Sean Farley layouts: generate cached taglocations property
2014-03-24 Sean Farley svnmeta: remove taglocations property
2014-03-24 Sean Farley svnmeta: remove unneeded call to self.taglocations
2014-03-24 Sean Farley util: remove unused getmessage function
2014-03-24 Sean Farley stupid: call meta.getmessage instead of util
2014-03-24 Sean Farley wrappers: call meta.getmessage instead of util
2014-03-24 Sean Farley replay: call meta.getmessage instead of util
2014-03-24 Sean Farley svnmeta: call self.getmessage instead of util
2014-03-24 Sean Farley svnmeta: use self.defaultmessage instead of ui.config call
2014-03-24 Sean Farley svnmeta: generate cached defaultmessage property
2014-03-24 Sean Farley svnmeta: copy util.getmessage to here so we can refactor
2014-12-11 Augie Fackler Merge with stable.
2014-12-10 Sean Farley pull: adapt from upstream changes to transactions stable
2014-12-08 Augie Fackler stupid: dedent some code
2014-12-08 Augie Fackler stupid: remove code that's only used by hg < 1.9
2014-03-24 Sean Farley layouts: remove unused _infix variable in standard
2014-03-24 Sean Farley layouts: use meta.infix in standard
2014-03-24 Sean Farley layouts: add cached infix property to standard
2014-03-24 Sean Farley layouts: remove unused _trunk variable in standard
2014-03-24 Sean Farley layouts: use trunk property instead of internal variable
2014-03-24 Sean Farley layouts: turn trunk into a property for standard
2014-03-24 Sean Farley layouts: remove unused _branch_dir in standard
2014-03-24 Sean Farley layouts: use meta.branchdir in standard
2014-03-24 Sean Farley layouts: add cached branchdir property to standard
2014-03-24 Sean Farley svnmeta: add pre-transformation parameter to cached generator
2014-11-15 Augie Fackler Merge with stable.
2014-03-24 Sean Farley layouts: change constructor to take a meta object
2014-03-24 Sean Farley layouts: remove persist since we no longer use it
2014-03-24 Sean Farley svnmeta: use util.dump instead of layout_to_file
2014-03-24 Sean Farley svncommands: use util.dump instead of layout_to_file
2014-03-24 Sean Farley svnmeta: add a layout_file property
2014-03-24 Sean Farley layouts: use util.load in layout_from_config
2014-03-24 Sean Farley svnmeta: reorder code in __init__ for easier reading
2014-11-14 peter.geer genignore: fitler out empty lines in svn:ignore. stable
2014-11-05 Augie Fackler Merge stable back into default.
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