Mercurial > hgsubversion
graph
-
maps: add _findkey method2014-03-24, by Sean Farley
-
maps: use regex for better comment handling2014-03-24, by Sean Farley
-
maps: remove unneeded load method from tag map2014-03-24, by Sean Farley
-
maps: remove unneeded __init__ code from tag map2014-03-24, by Sean Farley
-
maps: make tag map inherit from base map2014-03-24, by Sean Farley
-
maps: remove unneeded load method from branch map2014-03-24, by Sean Farley
-
maps: remove unneeded __init__ code from branch map2014-03-24, by Sean Farley
-
maps: make branch map inherit from base map2014-03-24, by Sean Farley
-
maps: remove unneeded load method from author map2014-03-24, by Sean Farley
-
maps: remove unneeded __init__ code from author map2014-03-24, by Sean Farley
-
maps: make author map inherit from base map2014-03-24, by Sean Farley
-
maps: add a load method to base map2014-03-24, by Sean Farley
-
maps: add a basemap class2014-03-24, by Sean Farley
-
maps: call super directly instead of self.super2014-03-24, by Sean Farley
-
maps: remove meta.caseignoreauthors from load method2014-03-24, by Sean Farley
-
maps: add custom __contains__ to author map2014-03-24, by Sean Farley
-
maps: add custom __setitem__ to author map2014-03-24, by Sean Farley
-
Merge with stable.2016-03-04, by Augie Fackler
-
maps: remove python2.7ism from dynamic author mapping2016-02-09, by Mateusz Kwapich
-
Added dynamic author mapping.2016-01-28, by Jerome M. BERGER
-
rename-closed-branch-dir: add a fixture that renames a directory of closed branches2016-01-27, by Augie Fackler
-
Merge with stable.2016-01-27, by Augie Fackler
-
hgsubversion: update testedwith, which has been neglected for some time stable2016-01-12, by Augie Fackler
-
Merge with stable.2015-12-31, by Augie Fackler
-
stupid: self-disable if svn bindings are too new to work with stupid mode stable 1.8.42015-12-31, by Augie Fackler
-
Merge with stable.2015-10-21, by Augie Fackler
-
wrappers: forward extra kwargs to exchange.pull2015-10-14, by Augie Fackler
-
Merge with stable.2015-09-30, by Augie Fackler
-
maps: allow an empty map to not convert specific branches2014-03-24, by Sean Farley
-
svnmeta: add method to determine whether we will skip a particular branch2014-03-24, by Sean Farley
-
svn_swig_wrapper: remove meta attribute2015-09-29, by Sean Farley
-
subvertpy_wrapper: remove meta attribute2015-09-29, by Sean Farley
-
Addressed using relative URLs to actually divert to another server & added DocTest strings.2015-09-19, by Gadget Steve
-
Added check for excessive .. entries which would go out of domain.2015-01-01, by Steve Barnes (Home)
-
Fix for externals that include '..' in the path, i.e. relative paths within svn2014-12-16, by Steve Barnes
-
Merge with stable.2015-09-26, by Augie Fackler
-
Merge with stable.2015-08-11, by Augie Fackler
-
tests: have our dispatch wrappers assert --quiet is always passed stable 1.8.22015-08-11, by Augie Fackler
-
Merge with stable.2015-07-09, by Augie Fackler
-
wrapper: delay marker creation in push2015-07-08, by Laurent Charignon
-
Merge with stable.2015-07-08, by Augie Fackler
-
Merge with stable.2015-05-29, by Augie Fackler
-
svnmeta: rename authors_file to authormap_file2014-03-24, by Sean Farley
-
wrappers: set the meta member before pulling revisions2014-03-24, by Sean Farley
-
svn_swig_wrapper: add a member to store reference to meta object2014-03-24, by Sean Farley
-
subvertpy_wrapper: add a member to store reference to meta object2014-03-24, by Sean Farley
-
layouts: generate cached property for custom branches2014-03-24, by Sean Farley
-
svnmeta: add functionality for configitems in _get_cachedconfig2014-03-24, by Sean Farley
-
Merge stable back into default.2015-05-08, by Augie Fackler
-
fixes indent for hgsubversionbranch section in extension help stable 1.8.12015-05-07, by Andrei Dziahel
-
add minimum methods for matcher2015-04-13, by Shun-ichi GOTO
-
tests: always compare manifest keys in sorted order2015-03-27, by Siddharth Agarwal
-
stupid: adapt to Mercurial 3.4 changes2015-03-27, by Siddharth Agarwal
-
Allow changing the path to the trunk2015-02-20, by Francois Dinel
-
svnmeta: pep82015-02-09, by Sean Farley
-
svncommads: document the auto layout block2015-02-09, by Sean Farley
-
layouts: remove detect.py2014-03-24, by Sean Farley
-
layouts: update doc string to inform about using the right object2014-03-24, by Sean Farley
-
svnmeta: use self.layout instead of calling ui.config directly2014-03-24, by Sean Farley
-
svncommands: rip out layout logic and use meta object2014-03-24, by Sean Farley
-
svnmeta: create a new layoutobj if layout has changed2014-03-24, by Sean Farley
-
layouts: add a name property to custom2014-03-24, by Sean Farley
-
layouts: add a name property to standard2014-03-24, by Sean Farley
-
layouts: add a name property to single2014-03-24, by Sean Farley
-
layouts: add a name property to base2014-03-24, by Sean Farley
-
Merge with stable.2015-01-30, by Augie Fackler
-
__init__: record the versions of Mercurial hgsubversion supports stable 1.82015-01-30, by Augie Fackler
-
wrappers: use meta.layout instead of accessing config directly2014-03-24, by Sean Farley
-
svnmeta: turn layout into a cached property2014-03-24, by Sean Farley
-
wrappers: call new meta.layout_from_subversion2014-03-24, by Sean Farley
-
svnmeta: copy layout_from_subversion from detect2014-03-24, by Sean Farley
-
svnmeta: copy layout_from_commit from detect2014-03-24, by Sean Farley
-
wrappers: use meta.branch instead of ui.config directly2014-03-24, by Sean Farley
-
svnmeta: add generated cached branch property2014-03-24, by Sean Farley
-
svnexternals: fix for Mercurial 3.3+2014-12-29, by Siddharth Agarwal
-
maps: cache hashes() for the revmap2014-12-13, by Mateusz Kwapich
-
wrappers: improve push performance by reusing the existing metadata2014-12-13, by Mateusz Kwapich
-
layouts: turn taglocations method into a property2014-03-24, by Sean Farley
-
layouts: generate cached taglocations property2014-03-24, by Sean Farley
-
svnmeta: remove taglocations property2014-03-24, by Sean Farley
-
svnmeta: remove unneeded call to self.taglocations2014-03-24, by Sean Farley
-
util: remove unused getmessage function2014-03-24, by Sean Farley
-
stupid: call meta.getmessage instead of util2014-03-24, by Sean Farley
-
wrappers: call meta.getmessage instead of util2014-03-24, by Sean Farley
-
replay: call meta.getmessage instead of util2014-03-24, by Sean Farley
-
svnmeta: call self.getmessage instead of util2014-03-24, by Sean Farley
-
svnmeta: use self.defaultmessage instead of ui.config call2014-03-24, by Sean Farley
-
svnmeta: generate cached defaultmessage property2014-03-24, by Sean Farley
-
svnmeta: copy util.getmessage to here so we can refactor2014-03-24, by Sean Farley
-
Merge with stable.2014-12-11, by Augie Fackler
-
stupid: dedent some code2014-12-08, by Augie Fackler
-
stupid: remove code that's only used by hg < 1.92014-12-08, by Augie Fackler
-
layouts: remove unused _infix variable in standard2014-03-24, by Sean Farley