Sat, 24 Mar 2018 18:23:08 -0400 |
Augie Fackler |
subvertpy: same tweak to fsfs configuration as in swig
1.9.1
|
Sat, 24 Mar 2018 17:17:36 -0400 |
Augie Fackler |
testedwith: include hg 4.5
|
Sat, 24 Mar 2018 17:16:08 -0400 |
Augie Fackler |
svnwrap: configure fsfs.conf when using swig bindings
|
Sat, 24 Mar 2018 17:04:19 -0400 |
Augie Fackler |
cleanup: remove lots of dead imports and code found by pyflakes
|
Sat, 24 Mar 2018 16:57:49 -0400 |
Augie Fackler |
wrappers: adapt to introduction of logcmdutil package in hg
|
Sat, 24 Mar 2018 16:39:58 -0400 |
Augie Fackler |
svnexternals: clean up some trailing whitespace
|
Sat, 24 Mar 2018 16:39:30 -0400 |
Augie Fackler |
cleanup: reference Abort from mercurial.error instead of mercurial.util
|
Sat, 24 Mar 2018 15:44:11 -0400 |
Augie Fackler |
externals: correctly enable hgsubversion externals support during tests
|
Sat, 24 Mar 2018 15:42:07 -0400 |
Augie Fackler |
configitems: register hgsubversion subrepo configitem
|
Sat, 24 Mar 2018 15:41:46 -0400 |
Augie Fackler |
test_util: modernize writing of hgrc
|
Sat, 24 Mar 2018 15:16:11 -0400 |
Augie Fackler |
wrappers: cope with removal of text= kwarg on vfs
|
Thu, 21 Dec 2017 17:39:52 -0800 |
Jun Wu |
sqliterevmap: break ".hashes()" cycle in a safer way
|
Tue, 19 Dec 2017 14:29:55 -0800 |
Jun Wu |
compathacks: be compatible with upstream 8a0cac20a1ad memfilectx change
|
Tue, 19 Dec 2017 14:19:00 -0800 |
Jun Wu |
revset: fix ordering issue of "svnrev()"
|
Tue, 19 Dec 2017 14:18:01 -0800 |
Jun Wu |
revset: make "fromsvn()" lazy
|
Tue, 19 Dec 2017 11:59:09 -0800 |
Jun Wu |
help: reword revmapimpl text
|
Mon, 04 Dec 2017 18:13:00 -0800 |
Jun Wu |
test_unaffected_core: be compatible with upstream change
|
Wed, 01 Nov 2017 22:49:51 -0400 |
Augie Fackler |
Added signature for changeset 08ea19b989c3
|
Wed, 01 Nov 2017 22:49:45 -0400 |
Augie Fackler |
Added tag 1.9 for changeset 08ea19b989c3
|
Wed, 01 Nov 2017 22:37:11 -0400 |
Augie Fackler |
testedwith: add hg 4.4
1.9
|
Sun, 29 Oct 2017 09:07:12 -0400 |
Augie Fackler |
test_util: make developer warnings cause our tests to fail
|
Sun, 29 Oct 2017 09:06:57 -0400 |
Augie Fackler |
config: don't use the config registrar on hg that lacks dynamicdefault
|
Sat, 28 Oct 2017 21:34:52 -0400 |
Augie Fackler |
tests: when making a `memctx`, make sure to use a single repo instance
|
Wed, 25 Oct 2017 22:06:40 -0400 |
Augie Fackler |
hgsubversion: cope with configitem registration soft-required by hg 4.4
|
Wed, 25 Oct 2017 22:57:29 -0400 |
Augie Fackler |
svnrepo: use configlist instead of rolling it ourselves
|
Wed, 25 Oct 2017 22:11:15 -0400 |
Augie Fackler |
svnrepo: move password_stores config to a property
|
Wed, 25 Oct 2017 22:10:05 -0400 |
Augie Fackler |
svnmeta: specify default for revmapimpl config option
|
Wed, 25 Oct 2017 22:07:53 -0400 |
Augie Fackler |
test_urls: correctly use test_util.testui instead of ui.ui
|
Wed, 25 Oct 2017 20:46:54 -0400 |
Augie Fackler |
wrappers: add some missing lock/wlock grabbing
|
Wed, 25 Oct 2017 22:10:22 -0400 |
Augie Fackler |
svnrepo: wrap too-wide abort message
|
Thu, 31 Aug 2017 01:19:56 -0400 |
Augie Fackler |
hg: prune old unsupported versions
|
Thu, 31 Aug 2017 23:02:40 -0400 |
Augie Fackler |
meta: more forceutf8 love, this time on subdir handling
|
Thu, 31 Aug 2017 01:19:11 -0400 |
Augie Fackler |
subvertpy: ensure paths are really always bytes
|
Thu, 31 Aug 2017 01:18:48 -0400 |
Augie Fackler |
meta: force date and extra fields to be purely bytes
|
Thu, 31 Aug 2017 01:18:19 -0400 |
Augie Fackler |
meta: force user and message to be bytes
|
Thu, 31 Aug 2017 00:45:27 -0400 |
Augie Fackler |
util: add method for forcing unicode objects back to utf8 bytes
|
Wed, 30 Aug 2017 23:58:15 -0400 |
Augie Fackler |
svnwrap: work around getting a bytearray instead of a string in SimpleStringIO
|
Wed, 30 Aug 2017 23:57:42 -0400 |
Augie Fackler |
svnwrap: clean up whitespace in common
|
Wed, 30 Aug 2017 23:44:02 -0400 |
Augie Fackler |
tox: update hg version list
|
Wed, 25 Oct 2017 15:30:34 -0400 |
Augie Fackler |
test_push_command: deal with gethostname() sometimes returning bad hostnames
|
Tue, 24 Oct 2017 07:36:35 -0700 |
Mateusz Kwapich |
util: don't assume that converted rev is an svn rev
|
Mon, 28 Aug 2017 10:15:18 -0700 |
Jun Wu |
revset: accept additional arguments
|
Mon, 21 Aug 2017 15:19:12 -0700 |
Jun Wu |
svnrepo: update with the latest upstream change
|
Fri, 11 Aug 2017 09:24:29 -0700 |
Jun Wu |
maps: handle sqlite lock error triggered by PRAGMA statements
|
Mon, 07 Aug 2017 18:11:56 -0700 |
Jun Wu |
test: enable devel.all-warnings
|
Mon, 07 Aug 2017 18:12:16 -0700 |
Jun Wu |
push: lock repo before calling createmarkers
|
Tue, 11 Jul 2017 16:37:57 -0700 |
Durham Goode |
subrepo: add missing arg to dirty()
|
Tue, 11 Jul 2017 16:34:59 -0700 |
Durham Goode |
subrepo: refactor dirty() to be cleaner
|
Wed, 28 Jun 2017 13:31:17 -0700 |
Durham Goode |
obsolete: support obsolete.isenabled
|
Wed, 24 May 2017 15:07:00 -0700 |
Durham Goode |
commands: fix command option registering
|
Wed, 07 Jun 2017 03:35:44 -0700 |
Stanislau Hlebik |
replay: fix tests
|
Mon, 29 May 2017 20:28:26 -0400 |
Augie Fackler |
tests: add dir_removal to the list of repos that are meaningless in standard
|
Tue, 23 May 2017 15:09:02 +0300 |
Ivan Lezhankin |
svnwrap: don't add paths to revision outside of subdir
|
Mon, 29 May 2017 12:50:55 -0400 |
Augie Fackler |
test_push_command: avoid letting interface name in IPv6 address
|
Mon, 29 May 2017 12:50:15 -0400 |
Augie Fackler |
test_push_command: bias towards IPv4 to work around gremlins on macOS
|
Tue, 23 May 2017 11:08:42 -0700 |
Durham Goode |
commands: fix registrar check
|
Mon, 22 May 2017 14:30:37 -0700 |
Durham Goode |
commands: update to work with new registrar.commands()
|
Tue, 09 May 2017 15:23:34 -0700 |
Durham Goode |
clone: add try/finally to unwrap
|
Tue, 09 May 2017 15:20:16 -0700 |
Durham Goode |
join: remove uses of repo.join/wjoin
|
Fri, 21 Apr 2017 13:43:59 -0700 |
Arun Kulshreshtha |
util: return baseset instead of plain list from revset
|
Mon, 10 Apr 2017 16:58:28 -0700 |
Arun Kulshreshtha |
tests: fix ipv6 support in test_push_command.py
|
Sun, 12 Feb 2017 18:31:47 -0500 |
Augie Fackler |
tox: give up on Mercurial older than 3.2
|
Sun, 12 Feb 2017 17:01:36 -0500 |
Augie Fackler |
tox: add more hg versions for testing
|
Sun, 12 Feb 2017 16:35:08 -0500 |
Augie Fackler |
Merge default heads.
|
Sun, 12 Feb 2017 16:30:28 -0500 |
Augie Fackler |
Merge with stable.
|
Sun, 12 Feb 2017 16:28:04 -0500 |
Augie Fackler |
Added signature for changeset 051a517b473b
stable
|
Sun, 12 Feb 2017 16:25:50 -0500 |
Augie Fackler |
Added tag 1.8.7 for changeset 051a517b473b
stable
|
Sun, 12 Feb 2017 15:16:51 -0500 |
Augie Fackler |
findcommonoutgoing: adapt to change to take a repo rather than changelog
stable 1.8.7
|
Sun, 12 Feb 2017 15:16:16 -0500 |
Augie Fackler |
testui: set a username so recording obsolete markers doesn't break
stable
|
Mon, 10 Oct 2016 08:09:17 -0700 |
Stanislau Hlebik |
fix tests
|
Tue, 26 Jul 2016 11:38:23 +0100 |
Jun Wu |
test_revmap_migrate: restore revmap class in tearDown
|
Tue, 19 Jul 2016 20:34:11 +0100 |
Jun Wu |
SqliteRevMap: wait indefinitely for database lock
|
Sun, 26 Jun 2016 21:10:36 -0400 |
Augie Fackler |
Merge with stable.
|
Sun, 26 Jun 2016 21:07:04 -0400 |
Augie Fackler |
test_helpers: avoid leaking a temporary directory
stable
|
Sun, 26 Jun 2016 21:06:50 -0400 |
Augie Fackler |
editor: fix RevisionData to not leak temporary directories
stable
|
Sun, 26 Jun 2016 16:14:07 -0400 |
Augie Fackler |
testing: add tox config to easily run tests against many hg versions
stable
|
Sun, 26 Jun 2016 20:28:34 -0400 |
Augie Fackler |
test_fetch_renames: avoid hash randomization bug in test
stable
|
Sun, 26 Jun 2016 20:29:49 -0400 |
Augie Fackler |
test_fetch_renames: change how this if statement works
stable
|
Sun, 26 Jun 2016 20:25:52 -0400 |
Augie Fackler |
test_fetch_renames: refactoring to make debugging easier
stable
|
Sun, 26 Jun 2016 17:02:12 -0400 |
Augie Fackler |
tests: add some sorted() calls on unsorted sets
stable
|
Sun, 26 Jun 2016 16:12:58 -0400 |
Augie Fackler |
hgignore: also ignore tox environments directory
stable
|
Sun, 26 Jun 2016 16:12:08 -0400 |
Augie Fackler |
hgignore: sort lines
stable
|
Sun, 26 Jun 2016 15:21:33 -0400 |
Augie Fackler |
templatekeywords: add missing loadkeyword() call
stable
|
Thu, 23 Jun 2016 20:03:30 +0100 |
Jun Wu |
maps: add a config option to tweak sqlite
|
Thu, 23 Jun 2016 18:57:53 +0100 |
Jun Wu |
maps: do not open database when initializing sqlite revmap
|
Thu, 23 Jun 2016 10:29:58 +0100 |
Jun Wu |
maps: do not ask sqlite for min(rev), max(rev) together
|
Thu, 23 Jun 2016 10:46:07 +0100 |
Jun Wu |
maps: do not ask sqlite for row count
|
Fri, 27 May 2016 15:48:16 +0100 |
Jun Wu |
tests: add the sqlite revmap test
|
Wed, 15 Jun 2016 18:25:39 +0100 |
Jun Wu |
tests: new test about revmap two-way migrations
|
Wed, 15 Jun 2016 13:28:40 +0100 |
Jun Wu |
maps: change branchedits to accept revnum directly
|
Wed, 15 Jun 2016 17:17:56 +0100 |
Jun Wu |
svnmeta: add a config option to use sqlite revmap
|
Tue, 31 May 2016 15:44:11 +0100 |
Jun Wu |
maps: increase sqlite cache size automatically
|
Wed, 15 Jun 2016 18:25:26 +0100 |
Jun Wu |
maps: implement migration from SqliteRevMap to RevMap
|
Tue, 31 May 2016 18:24:58 +0100 |
Jun Wu |
maps: disable iterating methods of RevMap
|
Wed, 15 Jun 2016 18:23:07 +0100 |
Jun Wu |
maps: implement sqlite revmap
|
Tue, 07 Jun 2016 02:56:55 +0100 |
Jun Wu |
svncommands: unlink revmap file before rebuildmeta
|
Sat, 10 Aug 2013 08:02:19 +0200 |
Dan Villiom Podlaski Christiansen |
svnmeta: add utility method for generating a tag path
|
Tue, 14 Jun 2016 21:31:37 +0200 |
Dan Villiom Podlaski Christiansen |
test_util: add utility function for logging the Subversion repository
|
Sat, 10 Aug 2013 07:46:21 +0200 |
Dan Villiom Podlaski Christiansen |
test_util: allow counting converted revisions
|
Tue, 14 Jun 2016 23:08:43 +0200 |
Dan Villiom Podlaski Christiansen |
test_util: retain parent branch in commitchanges()
|
Sun, 11 Aug 2013 21:59:17 +0200 |
Dan Villiom Podlaski Christiansen |
rebuildmeta: extract utility function for iterating over repositories
|
Fri, 09 Aug 2013 16:31:22 +0200 |
Dan Villiom Podlaski Christiansen |
svnwrap: allow overwriting directories in one revision
|
Fri, 09 Aug 2013 16:01:12 +0200 |
Dan Villiom Podlaski Christiansen |
svnwrap: allow committing directory copies
|
Thu, 16 Jun 2016 04:54:51 +0100 |
Jun Wu |
tests: drop unittest2
|
Tue, 07 Jun 2016 09:15:53 +0200 |
Dan Villiom Podlaski Christiansen |
tests: optimise creating repositories and loading dumps
|
Tue, 22 Apr 2014 15:40:39 +0200 |
Dan Villiom Podlaski Christiansen |
externals: support peg revisions in URLs
|
Mon, 13 Jun 2016 17:02:06 +0100 |
Jun Wu |
maps: use util.fileproperty for RevMap.lastpulled
|
Mon, 13 Jun 2016 16:59:51 +0100 |
Jun Wu |
util: add a fileproperty helper method
|
Sat, 11 Jun 2016 22:36:57 +0100 |
Jun Wu |
svnrepo: change svnurl to not use self.svn
|
Sun, 12 Jun 2016 14:55:57 +0200 |
Dan Villiom Podlaski Christiansen |
tests: drop hard-coded list of tests
|
Tue, 07 Jun 2016 14:35:30 -0700 |
Durham Goode |
tests: use hostname instead of localhost
|
Fri, 27 May 2016 01:42:55 +0100 |
Jun Wu |
svnmeta: do not add instance references to the class object
|
Mon, 06 Jun 2016 00:54:49 -0400 |
Augie Fackler |
meta: check for revmap existence locally
|
Mon, 06 Jun 2016 00:49:17 -0400 |
Augie Fackler |
BaseMap: jettison now-unused filename-attribute magic
|
Mon, 06 Jun 2016 00:52:37 -0400 |
Augie Fackler |
FileMap: no longer take a meta
|
Mon, 06 Jun 2016 00:51:41 -0400 |
Augie Fackler |
RevMap: no longer take a meta
|
Mon, 06 Jun 2016 00:50:19 -0400 |
Augie Fackler |
Tags: no longer take a meta
|
Mon, 06 Jun 2016 00:48:06 -0400 |
Augie Fackler |
TagMap: no longer take a meta
|
Mon, 06 Jun 2016 00:47:27 -0400 |
Augie Fackler |
BranchMap: no longer take a meta
|
Mon, 06 Jun 2016 00:46:45 -0400 |
Augie Fackler |
AuthorMap: no longer take a meta
|
Mon, 06 Jun 2016 00:45:14 -0400 |
Augie Fackler |
BaseMap: no longer take a meta as an argument
|
Mon, 06 Jun 2016 00:42:07 -0400 |
Augie Fackler |
BaseMap: extract filename attribute magic into a classmethod
|
Sun, 05 Jun 2016 23:01:46 -0400 |
Augie Fackler |
TagMap: stop automagically running 'hg svn rebuildmeta'
|
Sun, 05 Jun 2016 22:29:34 -0400 |
Augie Fackler |
BaseMap: no longer store a reference to the meta object
|
Sun, 05 Jun 2016 22:29:07 -0400 |
Augie Fackler |
FileMap: store filename locally
|
Sun, 05 Jun 2016 21:25:49 -0400 |
Augie Fackler |
test_rebuildmeta: improve error message
|
Sun, 05 Jun 2016 21:18:38 -0400 |
Augie Fackler |
maps: switch many file opens to using the with statement
|
Sun, 05 Jun 2016 21:18:23 -0400 |
Augie Fackler |
RevMap: move lastpulled from SVNMeta down into RevMap
|
Sun, 05 Jun 2016 21:08:35 -0400 |
Augie Fackler |
test_rebuildmeta: improve error message
|
Sun, 05 Jun 2016 20:52:03 -0400 |
Augie Fackler |
TagMap: record filepath explicitly
|
Sun, 05 Jun 2016 20:45:29 -0400 |
Augie Fackler |
BaseMap: record filename on self._filename
|
Sun, 05 Jun 2016 20:37:28 -0400 |
Augie Fackler |
RevMap: use self._filepath instead of using meta
|
Sun, 05 Jun 2016 20:26:17 -0400 |
Augie Fackler |
AuthorMap: make local implementation concerns stop using self.meta
|
Sun, 05 Jun 2016 20:17:43 -0400 |
Augie Fackler |
maps: store a direct reference to ui
|
Sun, 05 Jun 2016 20:15:05 -0400 |
Augie Fackler |
maps: drop two unused __init__ implementations
|
Fri, 27 May 2016 11:46:58 +0100 |
Jun Wu |
wrappers: remove "svn.meta = meta" in pull
|
Thu, 26 May 2016 23:11:41 +0100 |
Jun Wu |
wrappers: remove an unused line
|
Tue, 24 May 2016 00:11:50 +0100 |
Jun Wu |
maps: document RevMap.batchset will not update internal state
|
Sat, 14 May 2016 20:41:05 +0100 |
Jun Wu |
svnmeta: do not iterate revmap directly
|
Sat, 14 May 2016 20:33:57 +0100 |
Jun Wu |
maps: add the "branchmaxrevnum" method to RevMap
|
Tue, 24 May 2016 00:15:20 +0100 |
Jun Wu |
maps: make readmapfile of RevMap a private instance method
|
Sat, 14 May 2016 20:05:40 +0100 |
Jun Wu |
svncommands: get rid of RevMap.readmapfile
|
Mon, 23 May 2016 23:36:28 +0100 |
Jun Wu |
maps: add "lasthash" property to RevMap
|
Mon, 23 May 2016 17:45:19 -0400 |
Augie Fackler |
Merge with stable.
|
Mon, 23 May 2016 17:15:58 -0400 |
Augie Fackler |
test_hooks: cope with localrepo.parents() going away
stable
|
Sat, 14 May 2016 19:55:03 +0100 |
Jun Wu |
util: get rid of RevMap.readmapfile
|
Fri, 13 May 2016 23:21:21 +0100 |
Jun Wu |
svnmeta: add the "revmapexists" method
|
Fri, 13 May 2016 23:19:15 +0100 |
Jun Wu |
maps: add the "exists" method to RevMap
|
Fri, 13 May 2016 19:48:13 +0100 |
Jun Wu |
maps: add the "revhashes" method to RevMap
|
Mon, 09 May 2016 21:11:00 +0100 |
Jun Wu |
maps: add the "batchset" method to RevMap
|
Mon, 09 May 2016 17:48:04 +0100 |
Jun Wu |
maps: add the "clear" method to RevMap
|
Wed, 11 May 2016 10:11:59 -0400 |
Augie Fackler |
Merge with stable.
|
Tue, 10 May 2016 23:12:59 -0400 |
Augie Fackler |
Added tag 1.8.6 for changeset 49d324e11856
stable
|
Tue, 10 May 2016 23:12:42 -0400 |
Augie Fackler |
testedwith: include 3.8
stable 1.8.6
|
Tue, 10 May 2016 23:01:50 -0400 |
Augie Fackler |
externals: update for Mercurial 3.8's new subrepo API
stable
|
Thu, 05 May 2016 23:18:52 -0700 |
Sean Farley |
templatekw: use decorator to register keywords
stable
|
Thu, 05 May 2016 23:11:53 -0700 |
Sean Farley |
compathacks: copy _funcregistrarbase for older mercurial
stable
|
Tue, 10 May 2016 23:02:37 -0400 |
Augie Fackler |
cleanup: stop using hasattr
|
Thu, 05 May 2016 23:10:49 -0700 |
Sean Farley |
templatekw: move to __init__ to prepare for newer mercurial
stable
|
Mon, 24 Mar 2014 11:21:01 -0500 |
Sean Farley |
tests: add test for regex and glob
|
Mon, 24 Mar 2014 11:21:01 -0500 |
Sean Farley |
maps: add ability to parse a regex or glob
|
Mon, 24 Mar 2014 11:21:01 -0500 |
Sean Farley |
maps: protect author map functions from regexes
|
Mon, 24 Mar 2014 11:21:01 -0500 |
Sean Farley |
maps: add custom __contains__
|
Mon, 24 Mar 2014 11:21:01 -0500 |
Sean Farley |
maps: add custom __setitem__
|
Mon, 24 Mar 2014 11:21:01 -0500 |
Sean Farley |
maps: add custom __getitem__
|
Mon, 24 Mar 2014 11:21:00 -0500 |
Sean Farley |
maps: add custom get method
|
Mon, 24 Mar 2014 11:21:00 -0500 |
Sean Farley |
maps: add _findkey method
|
Mon, 24 Mar 2014 11:21:00 -0500 |
Sean Farley |
maps: use regex for better comment handling
|
Mon, 24 Mar 2014 11:21:00 -0500 |
Sean Farley |
maps: remove unneeded load method from tag map
|
Mon, 24 Mar 2014 11:21:00 -0500 |
Sean Farley |
maps: remove unneeded __init__ code from tag map
|
Mon, 24 Mar 2014 11:21:00 -0500 |
Sean Farley |
maps: make tag map inherit from base map
|
Mon, 24 Mar 2014 11:20:59 -0500 |
Sean Farley |
maps: remove unneeded load method from branch map
|
Mon, 24 Mar 2014 11:20:59 -0500 |
Sean Farley |
maps: remove unneeded __init__ code from branch map
|
Mon, 24 Mar 2014 11:20:59 -0500 |
Sean Farley |
maps: make branch map inherit from base map
|
Mon, 24 Mar 2014 11:20:59 -0500 |
Sean Farley |
maps: remove unneeded load method from author map
|
Mon, 24 Mar 2014 11:20:59 -0500 |
Sean Farley |
maps: remove unneeded __init__ code from author map
|
Mon, 24 Mar 2014 11:20:59 -0500 |
Sean Farley |
maps: make author map inherit from base map
|
Mon, 24 Mar 2014 11:20:58 -0500 |
Sean Farley |
maps: add a load method to base map
|
Mon, 24 Mar 2014 11:20:58 -0500 |
Sean Farley |
maps: add a basemap class
|
Mon, 24 Mar 2014 11:20:58 -0500 |
Sean Farley |
maps: call super directly instead of self.super
|
Mon, 24 Mar 2014 11:20:58 -0500 |
Sean Farley |
maps: remove meta.caseignoreauthors from load method
|
Mon, 24 Mar 2014 11:20:58 -0500 |
Sean Farley |
maps: add custom __contains__ to author map
|
Mon, 24 Mar 2014 11:20:58 -0500 |
Sean Farley |
maps: add custom __setitem__ to author map
|
Fri, 04 Mar 2016 14:33:02 -0500 |
Augie Fackler |
Merge with stable.
|
Wed, 02 Mar 2016 22:00:00 -0500 |
Augie Fackler |
svncommands: cope with aa73d6a5d9ea which removed optionalrepo
stable
|
Tue, 23 Feb 2016 11:16:39 +0900 |
Shun-ichi GOTO |
compat: fix some more use of repo.parents()
stable
|
Mon, 08 Feb 2016 17:17:19 -0800 |
Mateusz Kwapich |
maps: remove python2.7ism from dynamic author mapping
|
Thu, 28 Jan 2016 19:43:21 +0100 |
Jerome M. BERGER |
Added dynamic author mapping.
|
Wed, 27 Jan 2016 16:47:20 -0500 |
Augie Fackler |
rename-closed-branch-dir: add a fixture that renames a directory of closed branches
|
Wed, 27 Jan 2016 14:27:20 -0500 |
Augie Fackler |
Merge with stable.
|
Wed, 27 Jan 2016 14:27:07 -0500 |
Augie Fackler |
Added tag 1.8.5 for changeset bd979667611d
stable
|
Wed, 27 Jan 2016 10:42:39 -0500 |
Augie Fackler |
testedwith: add hg 3.7
stable 1.8.5
|
Tue, 12 Jan 2016 09:53:24 -0500 |
Augie Fackler |
hgsubversion: update testedwith, which has been neglected for some time
stable
|
Thu, 07 Jan 2016 07:59:37 -0800 |
Laurent Charignon |
compat: fix use of repo.parents() to repo[None].parents()
stable
|
Thu, 31 Dec 2015 12:52:49 -0500 |
Augie Fackler |
Merge with stable.
|
Thu, 31 Dec 2015 12:50:58 -0500 |
Augie Fackler |
Added tag 1.8.4 for changeset 89997a5fc181
stable
|
Thu, 31 Dec 2015 12:06:58 -0500 |
Augie Fackler |
stupid: self-disable if svn bindings are too new to work with stupid mode
stable 1.8.4
|
Thu, 31 Dec 2015 12:04:22 -0500 |
Augie Fackler |
swig: change current_bindings to subversion_version
stable
|
Thu, 29 Oct 2015 17:18:41 -0700 |
Sean Farley |
tests: update for behavior change in subversion 1.9
stable
|
Wed, 21 Oct 2015 11:31:30 -0400 |
Augie Fackler |
Merge with stable.
|
Thu, 15 Oct 2015 13:42:22 -0700 |
Sean Farley |
exchangepush: accept kwargs and just forward them
stable
|
Thu, 15 Oct 2015 14:29:52 -0700 |
Sean Farley |
wrappers: accept-and-forward kwargs including opargs
stable
|
Wed, 14 Oct 2015 16:34:16 -0400 |
Augie Fackler |
wrappers: forward extra kwargs to exchange.pull
|
Wed, 30 Sep 2015 11:03:46 -0400 |
Augie Fackler |
Merge with stable.
|
Wed, 30 Sep 2015 22:12:47 +0900 |
Yuya Nishihara |
help: ignore argument passed to doc loader
stable
|
Mon, 24 Mar 2014 11:20:57 -0500 |
Sean Farley |
maps: allow an empty map to not convert specific branches
|
Mon, 24 Mar 2014 11:20:57 -0500 |
Sean Farley |
svnmeta: add method to determine whether we will skip a particular branch
|
Tue, 29 Sep 2015 11:01:07 -0700 |
Sean Farley |
svn_swig_wrapper: remove meta attribute
|
Tue, 29 Sep 2015 11:00:39 -0700 |
Sean Farley |
subvertpy_wrapper: remove meta attribute
|
Sat, 19 Sep 2015 07:27:31 +0100 |
Gadget Steve |
Addressed using relative URLs to actually divert to another server & added DocTest strings.
|
Thu, 01 Jan 2015 16:40:41 +0000 |
Steve Barnes (Home) |
Added check for excessive .. entries which would go out of domain.
|
Tue, 16 Dec 2014 14:43:41 +0000 |
Steve Barnes |
Fix for externals that include '..' in the path, i.e. relative paths within svn
|
Sat, 26 Sep 2015 11:35:31 -0400 |
Augie Fackler |
Merge with stable.
|
Sat, 26 Sep 2015 10:50:40 -0400 |
Augie Fackler |
Added tag 1.8.3 for changeset 759cafce6bec
stable
|
Sat, 26 Sep 2015 10:49:57 -0400 |
Augie Fackler |
editor: cope with slightly out-of-order editor drives
stable 1.8.3
|
Tue, 11 Aug 2015 17:07:59 -0400 |
Augie Fackler |
Merge with stable.
|
Tue, 11 Aug 2015 17:06:37 -0400 |
Augie Fackler |
Added tag 1.8.2 for changeset 38be7a6b6def
stable
|
Tue, 11 Aug 2015 16:52:38 -0400 |
Augie Fackler |
tests: have our dispatch wrappers assert --quiet is always passed
stable 1.8.2
|
Tue, 11 Aug 2015 16:56:37 -0400 |
Augie Fackler |
tests: pass --quiet anyplace we call dispatch to run a command
stable
|
Wed, 08 Jul 2015 19:45:04 -0400 |
Augie Fackler |
trying to fix progress output
stable
|
Thu, 09 Jul 2015 12:38:46 -0400 |
Augie Fackler |
Merge with stable.
|
Wed, 08 Jul 2015 13:30:16 -0700 |
Laurent Charignon |
wrapper: delay marker creation in push
|
Wed, 08 Jul 2015 22:00:57 -0700 |
Durham Goode |
tests: check '.' for tags instead of None
stable
|
Wed, 08 Jul 2015 16:11:00 -0400 |
Augie Fackler |
Merge with stable.
|
Thu, 14 May 2015 13:49:52 +0900 |
Shun-ichi Goto |
tests: leave from the directory before removing
stable
|
Tue, 16 Jun 2015 11:47:15 -0400 |
Augie Fackler |
wrappers: accept-and-forward oparg pull argument
stable
|
Fri, 29 May 2015 11:06:54 -0400 |
Augie Fackler |
Merge with stable.
|
Tue, 12 May 2015 11:36:44 -0700 |
Laurent Charignon |
native revs: Match changes in core to fix native revs
stable
|
Thu, 28 May 2015 20:18:50 -0700 |
Durham Goode |
util: add prefix to PrefixMatch
stable
|
Mon, 24 Mar 2014 11:20:57 -0500 |
Sean Farley |
svnmeta: rename authors_file to authormap_file
|
Mon, 24 Mar 2014 11:20:57 -0500 |
Sean Farley |
wrappers: set the meta member before pulling revisions
|
Mon, 24 Mar 2014 11:20:56 -0500 |
Sean Farley |
svn_swig_wrapper: add a member to store reference to meta object
|
Mon, 24 Mar 2014 11:20:56 -0500 |
Sean Farley |
subvertpy_wrapper: add a member to store reference to meta object
|
Mon, 24 Mar 2014 11:20:56 -0500 |
Sean Farley |
layouts: generate cached property for custom branches
|
Mon, 24 Mar 2014 11:20:56 -0500 |
Sean Farley |
svnmeta: add functionality for configitems in _get_cachedconfig
|
Fri, 08 May 2015 14:11:14 -0400 |
Augie Fackler |
Merge stable back into default.
|
Thu, 07 May 2015 15:03:12 -0400 |
Augie Fackler |
Added tag 1.8.1 for changeset dde1ade36a49
stable
|
Thu, 07 May 2015 08:46:09 +0000 |
Andrei Dziahel |
fixes indent for hgsubversionbranch section in extension help
stable 1.8.1
|
Tue, 05 May 2015 14:09:43 -0400 |
Augie Fackler |
Merge to stable for release.
stable
|
Mon, 13 Apr 2015 22:24:41 +0900 |
Shun-ichi GOTO |
add minimum methods for matcher
|
Fri, 27 Mar 2015 16:44:05 -0700 |
Siddharth Agarwal |
tests: always compare manifest keys in sorted order
|
Fri, 27 Mar 2015 16:42:50 -0700 |
Siddharth Agarwal |
stupid: adapt to Mercurial 3.4 changes
|
Fri, 20 Feb 2015 13:13:03 -0500 |
Francois Dinel |
Allow changing the path to the trunk
|
Sun, 08 Feb 2015 17:32:36 -0800 |
Sean Farley |
svnmeta: pep8
|
Sun, 08 Feb 2015 17:32:21 -0800 |
Sean Farley |
svncommads: document the auto layout block
|
Mon, 24 Mar 2014 11:20:56 -0500 |
Sean Farley |
layouts: remove detect.py
|
Mon, 24 Mar 2014 11:20:56 -0500 |
Sean Farley |
layouts: update doc string to inform about using the right object
|
Mon, 24 Mar 2014 11:20:55 -0500 |
Sean Farley |
svnmeta: use self.layout instead of calling ui.config directly
|
Mon, 24 Mar 2014 11:20:55 -0500 |
Sean Farley |
svncommands: rip out layout logic and use meta object
|
Mon, 24 Mar 2014 11:20:55 -0500 |
Sean Farley |
svnmeta: create a new layoutobj if layout has changed
|
Mon, 24 Mar 2014 11:20:55 -0500 |
Sean Farley |
layouts: add a name property to custom
|
Mon, 24 Mar 2014 11:20:55 -0500 |
Sean Farley |
layouts: add a name property to standard
|
Mon, 24 Mar 2014 11:20:55 -0500 |
Sean Farley |
layouts: add a name property to single
|
Mon, 24 Mar 2014 11:20:54 -0500 |
Sean Farley |
layouts: add a name property to base
|
Fri, 30 Jan 2015 13:47:27 -0500 |
Augie Fackler |
Merge with stable.
|
Fri, 30 Jan 2015 10:59:13 -0500 |
Augie Fackler |
Added signature for changeset e7d84481cf76
stable
|
Fri, 30 Jan 2015 10:59:04 -0500 |
Augie Fackler |
Added tag 1.8 for changeset c1756971f882
stable
|
Fri, 30 Jan 2015 10:58:47 -0500 |
Augie Fackler |
__init__: record the versions of Mercurial hgsubversion supports
stable 1.8
|
Fri, 30 Jan 2015 10:00:12 -0500 |
Augie Fackler |
Merge default into stable for a release.
stable
|
Mon, 24 Mar 2014 11:20:54 -0500 |
Sean Farley |
wrappers: use meta.layout instead of accessing config directly
|
Mon, 24 Mar 2014 11:20:54 -0500 |
Sean Farley |
svnmeta: turn layout into a cached property
|
Mon, 24 Mar 2014 11:20:54 -0500 |
Sean Farley |
wrappers: call new meta.layout_from_subversion
|
Mon, 24 Mar 2014 11:20:54 -0500 |
Sean Farley |
svnmeta: copy layout_from_subversion from detect
|
Mon, 24 Mar 2014 11:20:54 -0500 |
Sean Farley |
svnmeta: copy layout_from_commit from detect
|
Mon, 24 Mar 2014 11:20:53 -0500 |
Sean Farley |
wrappers: use meta.branch instead of ui.config directly
|
Mon, 24 Mar 2014 11:20:53 -0500 |
Sean Farley |
svnmeta: add generated cached branch property
|
Mon, 29 Dec 2014 13:15:23 -0800 |
Siddharth Agarwal |
svnexternals: fix for Mercurial 3.3+
|
Fri, 12 Dec 2014 16:32:34 -0800 |
Mateusz Kwapich |
maps: cache hashes() for the revmap
|
Fri, 12 Dec 2014 16:17:11 -0800 |
Mateusz Kwapich |
wrappers: improve push performance by reusing the existing metadata
|
Mon, 24 Mar 2014 11:20:53 -0500 |
Sean Farley |
layouts: turn taglocations method into a property
|
Mon, 24 Mar 2014 11:20:53 -0500 |
Sean Farley |
layouts: generate cached taglocations property
|
Mon, 24 Mar 2014 11:20:53 -0500 |
Sean Farley |
svnmeta: remove taglocations property
|
Mon, 24 Mar 2014 11:20:53 -0500 |
Sean Farley |
svnmeta: remove unneeded call to self.taglocations
|
Mon, 24 Mar 2014 11:20:52 -0500 |
Sean Farley |
util: remove unused getmessage function
|
Mon, 24 Mar 2014 11:20:52 -0500 |
Sean Farley |
stupid: call meta.getmessage instead of util
|
Mon, 24 Mar 2014 11:20:52 -0500 |
Sean Farley |
wrappers: call meta.getmessage instead of util
|
Mon, 24 Mar 2014 11:20:52 -0500 |
Sean Farley |
replay: call meta.getmessage instead of util
|
Mon, 24 Mar 2014 11:20:52 -0500 |
Sean Farley |
svnmeta: call self.getmessage instead of util
|
Mon, 24 Mar 2014 11:20:52 -0500 |
Sean Farley |
svnmeta: use self.defaultmessage instead of ui.config call
|
Mon, 24 Mar 2014 11:20:51 -0500 |
Sean Farley |
svnmeta: generate cached defaultmessage property
|
Mon, 24 Mar 2014 11:20:51 -0500 |
Sean Farley |
svnmeta: copy util.getmessage to here so we can refactor
|
Wed, 10 Dec 2014 22:47:18 -0500 |
Augie Fackler |
Merge with stable.
|
Wed, 10 Dec 2014 14:04:55 -0800 |
Sean Farley |
pull: adapt from upstream changes to transactions
stable
|
Mon, 08 Dec 2014 16:50:22 -0500 |
Augie Fackler |
stupid: dedent some code
|
Mon, 08 Dec 2014 16:49:52 -0500 |
Augie Fackler |
stupid: remove code that's only used by hg < 1.9
|
Mon, 24 Mar 2014 11:20:51 -0500 |
Sean Farley |
layouts: remove unused _infix variable in standard
|
Mon, 24 Mar 2014 11:20:51 -0500 |
Sean Farley |
layouts: use meta.infix in standard
|
Mon, 24 Mar 2014 11:20:51 -0500 |
Sean Farley |
layouts: add cached infix property to standard
|
Mon, 24 Mar 2014 11:20:51 -0500 |
Sean Farley |
layouts: remove unused _trunk variable in standard
|
Mon, 24 Mar 2014 11:20:50 -0500 |
Sean Farley |
layouts: use trunk property instead of internal variable
|
Mon, 24 Mar 2014 11:20:50 -0500 |
Sean Farley |
layouts: turn trunk into a property for standard
|
Mon, 24 Mar 2014 11:20:50 -0500 |
Sean Farley |
layouts: remove unused _branch_dir in standard
|
Mon, 24 Mar 2014 11:20:50 -0500 |
Sean Farley |
layouts: use meta.branchdir in standard
|
Mon, 24 Mar 2014 11:20:50 -0500 |
Sean Farley |
layouts: add cached branchdir property to standard
|
Mon, 24 Mar 2014 11:20:50 -0500 |
Sean Farley |
svnmeta: add pre-transformation parameter to cached generator
|
Sat, 15 Nov 2014 12:35:51 -0500 |
Augie Fackler |
Merge with stable.
|
Mon, 24 Mar 2014 11:20:49 -0500 |
Sean Farley |
layouts: change constructor to take a meta object
|
Mon, 24 Mar 2014 11:20:49 -0500 |
Sean Farley |
layouts: remove persist since we no longer use it
|
Mon, 24 Mar 2014 11:20:49 -0500 |
Sean Farley |
svnmeta: use util.dump instead of layout_to_file
|
Mon, 24 Mar 2014 11:20:49 -0500 |
Sean Farley |
svncommands: use util.dump instead of layout_to_file
|
Mon, 24 Mar 2014 11:20:49 -0500 |
Sean Farley |
svnmeta: add a layout_file property
|
Mon, 24 Mar 2014 11:20:49 -0500 |
Sean Farley |
layouts: use util.load in layout_from_config
|
Mon, 24 Mar 2014 11:20:48 -0500 |
Sean Farley |
svnmeta: reorder code in __init__ for easier reading
|
Thu, 13 Nov 2014 22:09:06 -0500 |
peter.geer |
genignore: fitler out empty lines in svn:ignore.
stable
|
Wed, 05 Nov 2014 12:51:34 -0500 |
Augie Fackler |
Merge stable back into default.
|
Wed, 05 Nov 2014 12:49:07 -0500 |
Augie Fackler |
Added tag 1.7 for changeset 139a44a63090
stable
|
Wed, 05 Nov 2014 12:48:59 -0500 |
Augie Fackler |
Merge default into stable for a release.
stable 1.7
|
Sun, 02 Nov 2014 01:34:34 -0800 |
Siddharth Agarwal |
maps.RevMap: avoid O(revs) property lookups on dict
|
Sun, 02 Nov 2014 01:27:38 -0800 |
Siddharth Agarwal |
maps: avoid O(n) property lookups on the node module
|
Sun, 02 Nov 2014 01:23:47 -0800 |
Siddharth Agarwal |
maps.RevMap: while loading, read lastpulled and firstpulled once
|
Sun, 02 Nov 2014 02:01:05 -0800 |
Siddharth Agarwal |
maps.RevMap: disable GC while loading the revmap
|
Sun, 02 Nov 2014 01:55:18 -0800 |
Siddharth Agarwal |
util: add a decorator to disable Python's garbage collector
|
Tue, 14 Oct 2014 13:36:32 -0700 |
Siddharth Agarwal |
test_rebuildmeta: call exchange.pull if localrepository.pull isn't available
|
Mon, 13 Oct 2014 23:57:21 -0700 |
Siddharth Agarwal |
wrappers.push: call pull instead of repo.pull
|
Mon, 13 Oct 2014 23:56:13 -0700 |
Siddharth Agarwal |
pull: wrap exchange.pull if localrepository.pull isn't available
|
Mon, 13 Oct 2014 23:55:27 -0700 |
Siddharth Agarwal |
push: wrap exchange.push when localrepository.push isn't available
|
Tue, 14 Oct 2014 18:12:24 -0400 |
Siddharth Agarwal |
test_util: fix up i18n monkeypatch for Mercurial 3.2
|
Wed, 17 Sep 2014 11:25:52 -0400 |
Augie Fackler |
stupid: add another None check
|
Tue, 16 Sep 2014 16:19:43 -0700 |
Siddharth Agarwal |
stupid: in svnbackend, adapt for core Mercurial changes
|
Tue, 16 Sep 2014 16:35:21 -0700 |
Siddharth Agarwal |
replay: use compat hack for filectxfn for deleted files
|
Tue, 16 Sep 2014 16:16:26 -0700 |
Siddharth Agarwal |
stupid: in fetch_branchrev, use compat hack for filectxfn for deleted files
|
Tue, 16 Sep 2014 16:15:17 -0700 |
Siddharth Agarwal |
stupid: in diff_branchrev, use compat hack for filectxfn for deleted files
|
Tue, 16 Sep 2014 16:03:31 -0700 |
Siddharth Agarwal |
test_push_command: use compat hack for filectxfn for deleted files
|
Tue, 16 Sep 2014 16:02:44 -0700 |
Siddharth Agarwal |
test_util: use compat hack for filectxfn for deleted files
|
Tue, 16 Sep 2014 16:42:57 -0700 |
Siddharth Agarwal |
compathacks: add hacks for filectxfn deletion contract changing
|
Sat, 30 Aug 2014 09:23:31 -0700 |
David Schleimer |
push: update to branch tip instead of tip
|
Mon, 07 Apr 2014 18:44:46 -0700 |
David Schleimer |
editor: fix replay handling for copied + modified symlinks
|
Mon, 07 Apr 2014 18:28:35 -0700 |
David Schleimer |
editor: correctly import symlink copy+modify with non-empty prefix
|
Mon, 07 Apr 2014 17:51:59 -0700 |
David Schleimer |
editor: fix edge case with in memory file-store size limit
|
Sun, 17 Nov 2013 09:57:00 -0800 |
David Schleimer |
editor: correctly import copies of directories from non-tracked or closed branches
|
Tue, 12 Aug 2014 11:08:41 -0400 |
Augie Fackler |
Merge with stable.
|
Tue, 12 Aug 2014 11:08:09 -0400 |
Augie Fackler |
Added tag 1.6.3 for changeset 46523cdfd3b0
stable
|
Thu, 07 Aug 2014 19:30:26 -0700 |
David Schleimer |
pushmod: prepend "link " to base text for links
stable 1.6.3
|
Fri, 01 Aug 2014 09:42:53 -0400 |
Augie Fackler |
Merge with stable.
|
Fri, 01 Aug 2014 09:41:45 -0400 |
Augie Fackler |
Added signature for changeset 5cdc58c1c9a7
stable
|
Fri, 01 Aug 2014 09:38:39 -0400 |
Augie Fackler |
Added tag 1.6.2 for changeset 36f6d51b4edc
stable
|
Mon, 02 Jun 2014 19:57:07 -0500 |
Sean Farley |
test_single_dir_push: call makememfilectx
stable 1.6.2
|
Mon, 02 Jun 2014 19:55:32 -0500 |
Sean Farley |
test_utility_commands: call makememfilectx
stable
|
Mon, 02 Jun 2014 19:54:02 -0500 |
Sean Farley |
test_util: call makememfilectx
stable
|
Mon, 02 Jun 2014 19:41:37 -0500 |
Sean Farley |
test_push_command: call makememfilectx
stable
|
Mon, 02 Jun 2014 19:09:35 -0500 |
Sean Farley |
stupid: call makememfilectx
stable
|
Mon, 02 Jun 2014 19:09:44 -0500 |
Sean Farley |
replay: call makememfilectx
stable
|
Mon, 02 Jun 2014 19:09:11 -0500 |
Sean Farley |
svnmeta: call makememfilectx
stable
|
Mon, 02 Jun 2014 19:53:49 -0500 |
Sean Farley |
compathacks: add wrapper for memfilectx
stable
|
Mon, 24 Mar 2014 11:20:48 -0500 |
Sean Farley |
maps: change filemap to initialize with an svnmeta object
|
Mon, 24 Mar 2014 11:20:48 -0500 |
Sean Farley |
svnmeta: turn filemap into a lazy property
|
Mon, 24 Mar 2014 11:20:48 -0500 |
Sean Farley |
tests: remove empty branchmap test
|
Mon, 24 Mar 2014 11:20:48 -0500 |
Sean Farley |
maps: load commandline filemap in __init__
|
Mon, 24 Mar 2014 11:20:48 -0500 |
Sean Farley |
maps: change branchmap to initialize with an svnmeta object
|
Mon, 24 Mar 2014 11:20:47 -0500 |
Sean Farley |
svnmeta: turn branchmap into a lazy property
|
Mon, 24 Mar 2014 11:20:47 -0500 |
Sean Farley |
maps: load commandline branchmap in __init__
|
Mon, 24 Mar 2014 11:20:47 -0500 |
Sean Farley |
maps: change tagmap to initialize with an svnmeta object
|
Mon, 24 Mar 2014 11:20:47 -0500 |
Sean Farley |
svnmeta: turn tagmap into a lazy property
|
Mon, 24 Mar 2014 11:20:47 -0500 |
Sean Farley |
maps: load commandline tagmap in __init__
|
Mon, 24 Mar 2014 11:20:46 -0500 |
Sean Farley |
svnmeta: turn authors into a lazy property
|
Wed, 16 Jul 2014 14:52:33 -0400 |
Augie Fackler |
test_push_command: improve commit messages inside test for diagnostics
|
Mon, 02 Jun 2014 19:57:07 -0500 |
Sean Farley |
test_single_dir_push: call makememfilectx
|
Mon, 02 Jun 2014 19:55:32 -0500 |
Sean Farley |
test_utility_commands: call makememfilectx
|
Mon, 02 Jun 2014 19:54:02 -0500 |
Sean Farley |
test_util: call makememfilectx
|
Mon, 02 Jun 2014 19:41:37 -0500 |
Sean Farley |
test_push_command: call makememfilectx
|
Mon, 02 Jun 2014 19:09:35 -0500 |
Sean Farley |
stupid: call makememfilectx
|
Mon, 02 Jun 2014 19:09:44 -0500 |
Sean Farley |
replay: call makememfilectx
|
Mon, 02 Jun 2014 19:09:11 -0500 |
Sean Farley |
svnmeta: call makememfilectx
|
Mon, 02 Jun 2014 19:53:49 -0500 |
Sean Farley |
compathacks: add wrapper for memfilectx
|
Mon, 02 Jun 2014 16:31:54 -0500 |
Sean Farley |
svnmeta: explicitly test for None
|
Mon, 24 Mar 2014 11:20:46 -0500 |
Sean Farley |
maps: use meta.caseignoreauthors intead of accessing ui directly
|
Mon, 24 Mar 2014 11:20:46 -0500 |
Sean Farley |
maps: use meta.defaultauthors intead of accessing ui directly
|
Mon, 24 Mar 2014 11:20:46 -0500 |
Sean Farley |
maps: change authormap to initialize with an svnmeta object
|
Mon, 24 Mar 2014 11:20:46 -0500 |
Sean Farley |
maps: load commandline authormap in __init__
|
Mon, 24 Mar 2014 11:20:46 -0500 |
Sean Farley |
svnmeta: use generator for usebranchnames property
|
Mon, 24 Mar 2014 11:20:45 -0500 |
Sean Farley |
svnmeta: add defaulthost property
|
Mon, 24 Mar 2014 11:20:45 -0500 |
Sean Farley |
svnmeta: add caseignoreauthors property
|
Mon, 24 Mar 2014 11:20:45 -0500 |
Sean Farley |
svnmeta: add defaultauthors property
|
Mon, 24 Mar 2014 11:20:45 -0500 |
Sean Farley |
maps: remove trailing whitespace
|
Mon, 24 Mar 2014 11:20:45 -0500 |
Sean Farley |
maps: change tags init to accept svnmeta not a repo
|
Mon, 24 Mar 2014 11:20:45 -0500 |
Sean Farley |
svnmeta: move revmap.oldest to meta.firstpulled
|
Mon, 24 Mar 2014 11:20:44 -0500 |
Sean Farley |
svncommands: use meta.lastpulled instead of revmap.youngest
|
Mon, 24 Mar 2014 11:20:44 -0500 |
Sean Farley |
svnmeta: move revmap.youngest to meta.lastpulled
|
Mon, 24 Mar 2014 11:20:44 -0500 |
Sean Farley |
maps: change revmap init to accept svnmeta not a repo
|
Mon, 24 Mar 2014 11:20:44 -0500 |
Sean Farley |
maps: change readmapfile to take a path instead of repo
|
Mon, 24 Mar 2014 11:20:44 -0500 |
Sean Farley |
svnmeta: add generator for cached svn configuration properties
|
Fri, 02 May 2014 10:04:10 -0400 |
Augie Fackler |
Merge with stable.
|
Fri, 02 May 2014 09:45:54 -0400 |
Augie Fackler |
Added signature for changeset 41ff2014d125
stable
|
Fri, 02 May 2014 09:45:38 -0400 |
Augie Fackler |
Added tag 1.6.1 for changeset 8caf1226adec
stable
|