log

age author description
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