Mercurial > hgsubversion
graph
-
RevMap: move lastpulled from SVNMeta down into RevMapSun, 05 Jun 2016 21:18:23 -0400, by Augie Fackler
-
test_rebuildmeta: improve error messageSun, 05 Jun 2016 21:08:35 -0400, by Augie Fackler
-
TagMap: record filepath explicitlySun, 05 Jun 2016 20:52:03 -0400, by Augie Fackler
-
BaseMap: record filename on self._filenameSun, 05 Jun 2016 20:45:29 -0400, by Augie Fackler
-
RevMap: use self._filepath instead of using metaSun, 05 Jun 2016 20:37:28 -0400, by Augie Fackler
-
AuthorMap: make local implementation concerns stop using self.metaSun, 05 Jun 2016 20:26:17 -0400, by Augie Fackler
-
maps: store a direct reference to uiSun, 05 Jun 2016 20:17:43 -0400, by Augie Fackler
-
maps: drop two unused __init__ implementationsSun, 05 Jun 2016 20:15:05 -0400, by Augie Fackler
-
wrappers: remove "svn.meta = meta" in pullFri, 27 May 2016 11:46:58 +0100, by Jun Wu
-
wrappers: remove an unused lineThu, 26 May 2016 23:11:41 +0100, by Jun Wu
-
maps: document RevMap.batchset will not update internal stateTue, 24 May 2016 00:11:50 +0100, by Jun Wu
-
svnmeta: do not iterate revmap directlySat, 14 May 2016 20:41:05 +0100, by Jun Wu
-
maps: add the "branchmaxrevnum" method to RevMapSat, 14 May 2016 20:33:57 +0100, by Jun Wu
-
maps: make readmapfile of RevMap a private instance methodTue, 24 May 2016 00:15:20 +0100, by Jun Wu
-
svncommands: get rid of RevMap.readmapfileSat, 14 May 2016 20:05:40 +0100, by Jun Wu
-
maps: add "lasthash" property to RevMapMon, 23 May 2016 23:36:28 +0100, by Jun Wu
-
Merge with stable.Mon, 23 May 2016 17:45:19 -0400, by Augie Fackler
-
test_hooks: cope with localrepo.parents() going away stableMon, 23 May 2016 17:15:58 -0400, by Augie Fackler
-
util: get rid of RevMap.readmapfileSat, 14 May 2016 19:55:03 +0100, by Jun Wu
-
svnmeta: add the "revmapexists" methodFri, 13 May 2016 23:21:21 +0100, by Jun Wu
-
maps: add the "exists" method to RevMapFri, 13 May 2016 23:19:15 +0100, by Jun Wu
-
maps: add the "revhashes" method to RevMapFri, 13 May 2016 19:48:13 +0100, by Jun Wu
-
maps: add the "batchset" method to RevMapMon, 09 May 2016 21:11:00 +0100, by Jun Wu
-
maps: add the "clear" method to RevMapMon, 09 May 2016 17:48:04 +0100, by Jun Wu
-
Merge with stable.Wed, 11 May 2016 10:11:59 -0400, by Augie Fackler
-
externals: update for Mercurial 3.8's new subrepo API stableTue, 10 May 2016 23:01:50 -0400, by Augie Fackler
-
templatekw: use decorator to register keywords stableThu, 05 May 2016 23:18:52 -0700, by Sean Farley
-
compathacks: copy _funcregistrarbase for older mercurial stableThu, 05 May 2016 23:11:53 -0700, by Sean Farley
-
cleanup: stop using hasattrTue, 10 May 2016 23:02:37 -0400, by Augie Fackler
-
templatekw: move to __init__ to prepare for newer mercurial stableThu, 05 May 2016 23:10:49 -0700, by Sean Farley
-
tests: add test for regex and globMon, 24 Mar 2014 11:21:01 -0500, by Sean Farley
-
maps: add ability to parse a regex or globMon, 24 Mar 2014 11:21:01 -0500, by Sean Farley
-
maps: protect author map functions from regexesMon, 24 Mar 2014 11:21:01 -0500, by Sean Farley
-
maps: add custom __contains__Mon, 24 Mar 2014 11:21:01 -0500, by Sean Farley
-
maps: add custom __setitem__Mon, 24 Mar 2014 11:21:01 -0500, by Sean Farley
-
maps: add custom __getitem__Mon, 24 Mar 2014 11:21:01 -0500, by Sean Farley
-
maps: add custom get methodMon, 24 Mar 2014 11:21:00 -0500, by Sean Farley
-
maps: add _findkey methodMon, 24 Mar 2014 11:21:00 -0500, by Sean Farley
-
maps: use regex for better comment handlingMon, 24 Mar 2014 11:21:00 -0500, by Sean Farley
-
maps: remove unneeded load method from tag mapMon, 24 Mar 2014 11:21:00 -0500, by Sean Farley
-
maps: remove unneeded __init__ code from tag mapMon, 24 Mar 2014 11:21:00 -0500, by Sean Farley
-
maps: make tag map inherit from base mapMon, 24 Mar 2014 11:21:00 -0500, by Sean Farley
-
maps: remove unneeded load method from branch mapMon, 24 Mar 2014 11:20:59 -0500, by Sean Farley
-
maps: remove unneeded __init__ code from branch mapMon, 24 Mar 2014 11:20:59 -0500, by Sean Farley
-
maps: make branch map inherit from base mapMon, 24 Mar 2014 11:20:59 -0500, by Sean Farley
-
maps: remove unneeded load method from author mapMon, 24 Mar 2014 11:20:59 -0500, by Sean Farley
-
maps: remove unneeded __init__ code from author mapMon, 24 Mar 2014 11:20:59 -0500, by Sean Farley
-
maps: make author map inherit from base mapMon, 24 Mar 2014 11:20:59 -0500, by Sean Farley
-
maps: add a load method to base mapMon, 24 Mar 2014 11:20:58 -0500, by Sean Farley
-
maps: add a basemap classMon, 24 Mar 2014 11:20:58 -0500, by Sean Farley
-
maps: call super directly instead of self.superMon, 24 Mar 2014 11:20:58 -0500, by Sean Farley
-
maps: remove meta.caseignoreauthors from load methodMon, 24 Mar 2014 11:20:58 -0500, by Sean Farley
-
maps: add custom __contains__ to author mapMon, 24 Mar 2014 11:20:58 -0500, by Sean Farley
-
maps: add custom __setitem__ to author mapMon, 24 Mar 2014 11:20:58 -0500, by Sean Farley
-
Merge with stable.Fri, 04 Mar 2016 14:33:02 -0500, by Augie Fackler
-
svncommands: cope with aa73d6a5d9ea which removed optionalrepo stableWed, 02 Mar 2016 22:00:00 -0500, by Augie Fackler
-
compat: fix some more use of repo.parents() stableTue, 23 Feb 2016 11:16:39 +0900, by Shun-ichi GOTO
-
maps: remove python2.7ism from dynamic author mappingMon, 08 Feb 2016 17:17:19 -0800, by Mateusz Kwapich
-
Added dynamic author mapping.Thu, 28 Jan 2016 19:43:21 +0100, by Jerome M. BERGER
-
rename-closed-branch-dir: add a fixture that renames a directory of closed branchesWed, 27 Jan 2016 16:47:20 -0500, by Augie Fackler
-
Merge with stable.Wed, 27 Jan 2016 14:27:20 -0500, by Augie Fackler
-
hgsubversion: update testedwith, which has been neglected for some time stableTue, 12 Jan 2016 09:53:24 -0500, by Augie Fackler
-
compat: fix use of repo.parents() to repo[None].parents() stableThu, 07 Jan 2016 07:59:37 -0800, by Laurent Charignon
-
Merge with stable.Thu, 31 Dec 2015 12:52:49 -0500, by Augie Fackler
-
stupid: self-disable if svn bindings are too new to work with stupid mode stable 1.8.4Thu, 31 Dec 2015 12:06:58 -0500, by Augie Fackler
-
swig: change current_bindings to subversion_version stableThu, 31 Dec 2015 12:04:22 -0500, by Augie Fackler
-
tests: update for behavior change in subversion 1.9 stableThu, 29 Oct 2015 17:18:41 -0700, by Sean Farley
-
Merge with stable.Wed, 21 Oct 2015 11:31:30 -0400, by Augie Fackler
-
exchangepush: accept kwargs and just forward them stableThu, 15 Oct 2015 13:42:22 -0700, by Sean Farley
-
wrappers: accept-and-forward kwargs including opargs stableThu, 15 Oct 2015 14:29:52 -0700, by Sean Farley
-
wrappers: forward extra kwargs to exchange.pullWed, 14 Oct 2015 16:34:16 -0400, by Augie Fackler
-
Merge with stable.Wed, 30 Sep 2015 11:03:46 -0400, by Augie Fackler
-
help: ignore argument passed to doc loader stableWed, 30 Sep 2015 22:12:47 +0900, by Yuya Nishihara
-
maps: allow an empty map to not convert specific branchesMon, 24 Mar 2014 11:20:57 -0500, by Sean Farley
-
svnmeta: add method to determine whether we will skip a particular branchMon, 24 Mar 2014 11:20:57 -0500, by Sean Farley
-
svn_swig_wrapper: remove meta attributeTue, 29 Sep 2015 11:01:07 -0700, by Sean Farley
-
subvertpy_wrapper: remove meta attributeTue, 29 Sep 2015 11:00:39 -0700, by Sean Farley
-
Addressed using relative URLs to actually divert to another server & added DocTest strings.Sat, 19 Sep 2015 07:27:31 +0100, by Gadget Steve
-
Added check for excessive .. entries which would go out of domain.Thu, 01 Jan 2015 16:40:41 +0000, by Steve Barnes (Home)
-
Fix for externals that include '..' in the path, i.e. relative paths within svnTue, 16 Dec 2014 14:43:41 +0000, by Steve Barnes
-
Merge with stable.Sat, 26 Sep 2015 11:35:31 -0400, by Augie Fackler
-
editor: cope with slightly out-of-order editor drives stable 1.8.3Sat, 26 Sep 2015 10:49:57 -0400, by Augie Fackler
-
Merge with stable.Tue, 11 Aug 2015 17:07:59 -0400, by Augie Fackler
-
tests: have our dispatch wrappers assert --quiet is always passed stable 1.8.2Tue, 11 Aug 2015 16:52:38 -0400, by Augie Fackler
-
tests: pass --quiet anyplace we call dispatch to run a command stableTue, 11 Aug 2015 16:56:37 -0400, by Augie Fackler
-
Merge with stable.Thu, 09 Jul 2015 12:38:46 -0400, by Augie Fackler
-
wrapper: delay marker creation in pushWed, 08 Jul 2015 13:30:16 -0700, by Laurent Charignon
-
Merge with stable.Wed, 08 Jul 2015 16:11:00 -0400, by Augie Fackler
-
tests: leave from the directory before removing stableThu, 14 May 2015 13:49:52 +0900, by Shun-ichi Goto
-
wrappers: accept-and-forward oparg pull argument stableTue, 16 Jun 2015 11:47:15 -0400, by Augie Fackler
-
Merge with stable.Fri, 29 May 2015 11:06:54 -0400, by Augie Fackler
-
native revs: Match changes in core to fix native revs stableTue, 12 May 2015 11:36:44 -0700, by Laurent Charignon
-
svnmeta: rename authors_file to authormap_fileMon, 24 Mar 2014 11:20:57 -0500, by Sean Farley
-
wrappers: set the meta member before pulling revisionsMon, 24 Mar 2014 11:20:57 -0500, by Sean Farley
-
svn_swig_wrapper: add a member to store reference to meta objectMon, 24 Mar 2014 11:20:56 -0500, by Sean Farley
-
subvertpy_wrapper: add a member to store reference to meta objectMon, 24 Mar 2014 11:20:56 -0500, by Sean Farley
-
layouts: generate cached property for custom branchesMon, 24 Mar 2014 11:20:56 -0500, by Sean Farley
-
svnmeta: add functionality for configitems in _get_cachedconfigMon, 24 Mar 2014 11:20:56 -0500, by Sean Farley
-
Merge stable back into default.Fri, 08 May 2015 14:11:14 -0400, by Augie Fackler
-
fixes indent for hgsubversionbranch section in extension help stable 1.8.1Thu, 07 May 2015 08:46:09 +0000, by Andrei Dziahel
-
add minimum methods for matcherMon, 13 Apr 2015 22:24:41 +0900, by Shun-ichi GOTO
-
tests: always compare manifest keys in sorted orderFri, 27 Mar 2015 16:44:05 -0700, by Siddharth Agarwal
-
stupid: adapt to Mercurial 3.4 changesFri, 27 Mar 2015 16:42:50 -0700, by Siddharth Agarwal
-
Allow changing the path to the trunkFri, 20 Feb 2015 13:13:03 -0500, by Francois Dinel
-
svnmeta: pep8Sun, 08 Feb 2015 17:32:36 -0800, by Sean Farley
-
svncommads: document the auto layout blockSun, 08 Feb 2015 17:32:21 -0800, by Sean Farley
-
layouts: remove detect.pyMon, 24 Mar 2014 11:20:56 -0500, by Sean Farley
-
layouts: update doc string to inform about using the right objectMon, 24 Mar 2014 11:20:56 -0500, by Sean Farley