Mercurial > hgsubversion
graph
-
hgsubversion: make the 'rev' argument a list type2018-08-06, by Ivan Lezhankin
-
hgsubversion: fix something which looks like a cycle2018-08-03, by Pulkit Goyal
-
hgsubversion: add 4.7 to list of supported mercurial2018-08-03, by Pulkit Goyal
-
tests: use repo['.'] instead of repo to check whether file exists2018-07-26, by Pulkit Goyal
-
test: prefill more early options2018-07-26, by Pierre-Yves David
-
hgsubversion: add 4.6 to testedwith value2018-07-23, by Pulkit Goyal
-
Added signature for changeset bb09e8a230d62018-05-28, by Augie Fackler
-
Added tag 1.9.2 for changeset bb09e8a230d62018-05-28, by Augie Fackler
-
compathacks: deal with removed aliases in mercurial.util2018-05-27, by Augie Fackler
-
svnrepo: implement commandexecutor for hg 4.62018-05-25, by Paul Morelle
-
tests: use scmutils.revsymbol instead of repo.__getitem__ for non-integers2018-05-25, by Paul Morelle
-
test_util: hg.clone now wants revs not rev2018-05-26, by Augie Fackler
-
tox: add hg 4.6 environment2018-05-26, by Augie Fackler
-
hgsubversion: work around loss of demandimport alias2018-05-26, by Augie Fackler
-
svnrepo: preserve and forward intents kwarg2018-04-20, by Augie Fackler
-
cleanup: use __getitem__ instead of .changectx on localrepo2018-04-20, by Augie Fackler
-
wrappers: revpair returns contexts now2018-04-20, by Augie Fackler
-
Added signature for changeset b303c94141902018-03-24, by Augie Fackler
-
Added tag 1.9.1 for changeset b303c94141902018-03-24, by Augie Fackler
-
testedwith: include hg 4.52018-03-24, by Augie Fackler
-
svnwrap: configure fsfs.conf when using swig bindings2018-03-24, by Augie Fackler
-
cleanup: remove lots of dead imports and code found by pyflakes2018-03-24, by Augie Fackler
-
wrappers: adapt to introduction of logcmdutil package in hg2018-03-24, by Augie Fackler
-
svnexternals: clean up some trailing whitespace2018-03-24, by Augie Fackler
-
cleanup: reference Abort from mercurial.error instead of mercurial.util2018-03-24, by Augie Fackler
-
externals: correctly enable hgsubversion externals support during tests2018-03-24, by Augie Fackler
-
configitems: register hgsubversion subrepo configitem2018-03-24, by Augie Fackler
-
test_util: modernize writing of hgrc2018-03-24, by Augie Fackler
-
wrappers: cope with removal of text= kwarg on vfs2018-03-24, by Augie Fackler
-
sqliterevmap: break ".hashes()" cycle in a safer way2017-12-22, by Jun Wu
-
compathacks: be compatible with upstream 8a0cac20a1ad memfilectx change2017-12-19, by Jun Wu
-
revset: fix ordering issue of "svnrev()"2017-12-19, by Jun Wu
-
revset: make "fromsvn()" lazy2017-12-19, by Jun Wu
-
help: reword revmapimpl text2017-12-19, by Jun Wu
-
test_unaffected_core: be compatible with upstream change2017-12-05, by Jun Wu
-
Added signature for changeset 08ea19b989c32017-11-02, by Augie Fackler
-
Added tag 1.9 for changeset 08ea19b989c32017-11-02, by Augie Fackler
-
test_util: make developer warnings cause our tests to fail2017-10-29, by Augie Fackler
-
config: don't use the config registrar on hg that lacks dynamicdefault2017-10-29, by Augie Fackler
-
tests: when making a `memctx`, make sure to use a single repo instance2017-10-29, by Augie Fackler
-
hgsubversion: cope with configitem registration soft-required by hg 4.42017-10-26, by Augie Fackler
-
svnrepo: use configlist instead of rolling it ourselves2017-10-26, by Augie Fackler
-
svnrepo: move password_stores config to a property2017-10-26, by Augie Fackler
-
svnmeta: specify default for revmapimpl config option2017-10-26, by Augie Fackler
-
test_urls: correctly use test_util.testui instead of ui.ui2017-10-26, by Augie Fackler
-
wrappers: add some missing lock/wlock grabbing2017-10-26, by Augie Fackler
-
svnrepo: wrap too-wide abort message2017-10-26, by Augie Fackler
-
hg: prune old unsupported versions2017-08-31, by Augie Fackler
-
meta: more forceutf8 love, this time on subdir handling2017-09-01, by Augie Fackler
-
subvertpy: ensure paths are really always bytes2017-08-31, by Augie Fackler
-
meta: force date and extra fields to be purely bytes2017-08-31, by Augie Fackler
-
meta: force user and message to be bytes2017-08-31, by Augie Fackler
-
util: add method for forcing unicode objects back to utf8 bytes2017-08-31, by Augie Fackler
-
svnwrap: work around getting a bytearray instead of a string in SimpleStringIO2017-08-31, by Augie Fackler
-
svnwrap: clean up whitespace in common2017-08-31, by Augie Fackler
-
tox: update hg version list2017-08-31, by Augie Fackler
-
test_push_command: deal with gethostname() sometimes returning bad hostnames2017-10-25, by Augie Fackler
-
util: don't assume that converted rev is an svn rev2017-10-24, by Mateusz Kwapich
-
revset: accept additional arguments2017-08-28, by Jun Wu
-
svnrepo: update with the latest upstream change2017-08-21, by Jun Wu
-
maps: handle sqlite lock error triggered by PRAGMA statements2017-08-11, by Jun Wu
-
test: enable devel.all-warnings2017-08-08, by Jun Wu
-
push: lock repo before calling createmarkers2017-08-08, by Jun Wu
-
subrepo: add missing arg to dirty()2017-07-11, by Durham Goode
-
subrepo: refactor dirty() to be cleaner2017-07-11, by Durham Goode
-
obsolete: support obsolete.isenabled2017-06-28, by Durham Goode
-
commands: fix command option registering2017-05-24, by Durham Goode
-
replay: fix tests2017-06-07, by Stanislau Hlebik
-
tests: add dir_removal to the list of repos that are meaningless in standard2017-05-30, by Augie Fackler
-
svnwrap: don't add paths to revision outside of subdir2017-05-23, by Ivan Lezhankin
-
test_push_command: avoid letting interface name in IPv6 address2017-05-29, by Augie Fackler
-
test_push_command: bias towards IPv4 to work around gremlins on macOS2017-05-29, by Augie Fackler
-
commands: fix registrar check2017-05-23, by Durham Goode
-
commands: update to work with new registrar.commands()2017-05-22, by Durham Goode
-
clone: add try/finally to unwrap2017-05-09, by Durham Goode
-
join: remove uses of repo.join/wjoin2017-05-09, by Durham Goode
-
util: return baseset instead of plain list from revset2017-04-21, by Arun Kulshreshtha
-
tests: fix ipv6 support in test_push_command.py2017-04-10, by Arun Kulshreshtha
-
tox: give up on Mercurial older than 3.22017-02-12, by Augie Fackler
-
tox: add more hg versions for testing2017-02-12, by Augie Fackler
-
Merge default heads.2017-02-12, by Augie Fackler
-
Merge with stable.2017-02-12, by Augie Fackler
-
findcommonoutgoing: adapt to change to take a repo rather than changelog stable 1.8.72017-02-12, by Augie Fackler
-
testui: set a username so recording obsolete markers doesn't break stable2017-02-12, by Augie Fackler
-
fix tests2016-10-10, by Stanislau Hlebik
-
test_revmap_migrate: restore revmap class in tearDown2016-07-26, by Jun Wu
-
SqliteRevMap: wait indefinitely for database lock2016-07-19, by Jun Wu
-
Merge with stable.2016-06-27, by Augie Fackler
-
testing: add tox config to easily run tests against many hg versions stable2016-06-26, by Augie Fackler
-
maps: add a config option to tweak sqlite2016-06-23, by Jun Wu
-
maps: do not open database when initializing sqlite revmap2016-06-23, by Jun Wu
-
maps: do not ask sqlite for min(rev), max(rev) together2016-06-23, by Jun Wu
-
maps: do not ask sqlite for row count2016-06-23, by Jun Wu
-
tests: add the sqlite revmap test2016-05-27, by Jun Wu
-
tests: new test about revmap two-way migrations2016-06-15, by Jun Wu
-
maps: change branchedits to accept revnum directly2016-06-15, by Jun Wu
-
svnmeta: add a config option to use sqlite revmap2016-06-15, by Jun Wu
-
maps: increase sqlite cache size automatically2016-05-31, by Jun Wu
-
maps: implement migration from SqliteRevMap to RevMap2016-06-15, by Jun Wu
-
maps: disable iterating methods of RevMap2016-05-31, by Jun Wu
-
maps: implement sqlite revmap2016-06-15, by Jun Wu
-
svncommands: unlink revmap file before rebuildmeta2016-06-07, by Jun Wu
-
svnmeta: add utility method for generating a tag path2013-08-10, by Dan Villiom Podlaski Christiansen
-
test_util: add utility function for logging the Subversion repository2016-06-14, by Dan Villiom Podlaski Christiansen
-
test_util: allow counting converted revisions2013-08-10, by Dan Villiom Podlaski Christiansen
-
test_util: retain parent branch in commitchanges()2016-06-14, by Dan Villiom Podlaski Christiansen
-
rebuildmeta: extract utility function for iterating over repositories2013-08-11, by Dan Villiom Podlaski Christiansen
-
svnwrap: allow overwriting directories in one revision2013-08-09, by Dan Villiom Podlaski Christiansen
-
svnwrap: allow committing directory copies2013-08-09, by Dan Villiom Podlaski Christiansen
-
tests: drop unittest22016-06-16, by Jun Wu
-
tests: optimise creating repositories and loading dumps2016-06-07, by Dan Villiom Podlaski Christiansen
-
externals: support peg revisions in URLs2014-04-22, by Dan Villiom Podlaski Christiansen
-
maps: use util.fileproperty for RevMap.lastpulled2016-06-13, by Jun Wu
-
util: add a fileproperty helper method2016-06-13, by Jun Wu
-
svnrepo: change svnurl to not use self.svn2016-06-11, by Jun Wu
-
tests: drop hard-coded list of tests2016-06-12, by Dan Villiom Podlaski Christiansen
-
tests: use hostname instead of localhost2016-06-07, by Durham Goode
-
svnmeta: do not add instance references to the class object2016-05-27, by Jun Wu
-
meta: check for revmap existence locally2016-06-06, by Augie Fackler
-
BaseMap: jettison now-unused filename-attribute magic2016-06-06, by Augie Fackler
-
FileMap: no longer take a meta2016-06-06, by Augie Fackler
-
RevMap: no longer take a meta2016-06-06, by Augie Fackler
-
Tags: no longer take a meta2016-06-06, by Augie Fackler
-
TagMap: no longer take a meta2016-06-06, by Augie Fackler
-
BranchMap: no longer take a meta2016-06-06, by Augie Fackler
-
AuthorMap: no longer take a meta2016-06-06, by Augie Fackler
-
BaseMap: no longer take a meta as an argument2016-06-06, by Augie Fackler
-
BaseMap: extract filename attribute magic into a classmethod2016-06-06, by Augie Fackler
-
TagMap: stop automagically running 'hg svn rebuildmeta'2016-06-06, by Augie Fackler
-
BaseMap: no longer store a reference to the meta object2016-06-06, by Augie Fackler
-
FileMap: store filename locally2016-06-06, by Augie Fackler
-
test_rebuildmeta: improve error message2016-06-06, by Augie Fackler
-
maps: switch many file opens to using the with statement2016-06-06, by Augie Fackler
-
RevMap: move lastpulled from SVNMeta down into RevMap2016-06-06, by Augie Fackler
-
test_rebuildmeta: improve error message2016-06-06, by Augie Fackler
-
TagMap: record filepath explicitly2016-06-06, by Augie Fackler
-
BaseMap: record filename on self._filename2016-06-06, by Augie Fackler
-
RevMap: use self._filepath instead of using meta2016-06-06, by Augie Fackler
-
AuthorMap: make local implementation concerns stop using self.meta2016-06-06, by Augie Fackler
-
maps: store a direct reference to ui2016-06-06, by Augie Fackler
-
maps: drop two unused __init__ implementations2016-06-06, by Augie Fackler
-
wrappers: remove "svn.meta = meta" in pull2016-05-27, by Jun Wu
-
wrappers: remove an unused line2016-05-26, by Jun Wu
-
maps: document RevMap.batchset will not update internal state2016-05-23, by Jun Wu
-
svnmeta: do not iterate revmap directly2016-05-14, by Jun Wu
-
maps: add the "branchmaxrevnum" method to RevMap2016-05-14, by Jun Wu
-
maps: make readmapfile of RevMap a private instance method2016-05-23, by Jun Wu
-
svncommands: get rid of RevMap.readmapfile2016-05-14, by Jun Wu
-
maps: add "lasthash" property to RevMap2016-05-23, by Jun Wu
-
Merge with stable.2016-05-23, by Augie Fackler
-
util: get rid of RevMap.readmapfile2016-05-14, by Jun Wu
-
svnmeta: add the "revmapexists" method2016-05-13, by Jun Wu
-
maps: add the "exists" method to RevMap2016-05-13, by Jun Wu
-
maps: add the "revhashes" method to RevMap2016-05-13, by Jun Wu
-
maps: add the "batchset" method to RevMap2016-05-09, by Jun Wu
-
maps: add the "clear" method to RevMap2016-05-09, by Jun Wu
-
Merge with stable.2016-05-11, by Augie Fackler
-
cleanup: stop using hasattr2016-05-11, by Augie Fackler
-
tests: add test for regex and glob2014-03-24, by Sean Farley
-
maps: add ability to parse a regex or glob2014-03-24, by Sean Farley
-
maps: protect author map functions from regexes2014-03-24, by Sean Farley
-
maps: add custom __contains__2014-03-24, by Sean Farley
-
maps: add custom __setitem__2014-03-24, by Sean Farley
-
maps: add custom __getitem__2014-03-24, by Sean Farley
-
maps: add custom get method2014-03-24, by Sean Farley
-
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
-
layouts: use meta.infix in standard2014-03-24, by Sean Farley
-
layouts: add cached infix property to standard2014-03-24, by Sean Farley
-
layouts: remove unused _trunk variable in standard2014-03-24, by Sean Farley
-
layouts: use trunk property instead of internal variable2014-03-24, by Sean Farley
-
layouts: turn trunk into a property for standard2014-03-24, by Sean Farley
-
layouts: remove unused _branch_dir in standard2014-03-24, by Sean Farley
-
layouts: use meta.branchdir in standard2014-03-24, by Sean Farley
-
layouts: add cached branchdir property to standard2014-03-24, by Sean Farley
-
svnmeta: add pre-transformation parameter to cached generator2014-03-24, by Sean Farley
-
Merge with stable.2014-11-15, by Augie Fackler
-
layouts: change constructor to take a meta object2014-03-24, by Sean Farley
-
layouts: remove persist since we no longer use it2014-03-24, by Sean Farley
-
svnmeta: use util.dump instead of layout_to_file2014-03-24, by Sean Farley
-
svncommands: use util.dump instead of layout_to_file2014-03-24, by Sean Farley
-
svnmeta: add a layout_file property2014-03-24, by Sean Farley
-
layouts: use util.load in layout_from_config2014-03-24, by Sean Farley
-
svnmeta: reorder code in __init__ for easier reading2014-03-24, by Sean Farley
-
Merge stable back into default.2014-11-05, by Augie Fackler
-
maps.RevMap: avoid O(revs) property lookups on dict2014-11-02, by Siddharth Agarwal
-
maps: avoid O(n) property lookups on the node module2014-11-02, by Siddharth Agarwal
-
maps.RevMap: while loading, read lastpulled and firstpulled once2014-11-02, by Siddharth Agarwal
-
maps.RevMap: disable GC while loading the revmap2014-11-02, by Siddharth Agarwal
-
util: add a decorator to disable Python's garbage collector2014-11-02, by Siddharth Agarwal
-
test_rebuildmeta: call exchange.pull if localrepository.pull isn't available2014-10-14, by Siddharth Agarwal
-
wrappers.push: call pull instead of repo.pull2014-10-14, by Siddharth Agarwal
-
pull: wrap exchange.pull if localrepository.pull isn't available2014-10-14, by Siddharth Agarwal
-
push: wrap exchange.push when localrepository.push isn't available2014-10-14, by Siddharth Agarwal
-
test_util: fix up i18n monkeypatch for Mercurial 3.22014-10-14, by Siddharth Agarwal
-
stupid: add another None check2014-09-17, by Augie Fackler
-
stupid: in svnbackend, adapt for core Mercurial changes2014-09-16, by Siddharth Agarwal
-
replay: use compat hack for filectxfn for deleted files2014-09-16, by Siddharth Agarwal
-
stupid: in fetch_branchrev, use compat hack for filectxfn for deleted files2014-09-16, by Siddharth Agarwal
-
stupid: in diff_branchrev, use compat hack for filectxfn for deleted files2014-09-16, by Siddharth Agarwal
-
test_push_command: use compat hack for filectxfn for deleted files2014-09-16, by Siddharth Agarwal
-
test_util: use compat hack for filectxfn for deleted files2014-09-16, by Siddharth Agarwal
-
compathacks: add hacks for filectxfn deletion contract changing2014-09-16, by Siddharth Agarwal
-
push: update to branch tip instead of tip2014-08-30, by David Schleimer
-
editor: fix replay handling for copied + modified symlinks2014-04-08, by David Schleimer
-
editor: correctly import symlink copy+modify with non-empty prefix2014-04-08, by David Schleimer
-
editor: fix edge case with in memory file-store size limit2014-04-08, by David Schleimer
-
editor: correctly import copies of directories from non-tracked or closed branches2013-11-17, by David Schleimer
-
Merge with stable.2014-08-12, by Augie Fackler
-
Merge with stable.2014-08-01, by Augie Fackler
-
maps: change filemap to initialize with an svnmeta object2014-03-24, by Sean Farley
-
svnmeta: turn filemap into a lazy property2014-03-24, by Sean Farley
-
tests: remove empty branchmap test2014-03-24, by Sean Farley
-
maps: load commandline filemap in __init__2014-03-24, by Sean Farley
-
maps: change branchmap to initialize with an svnmeta object2014-03-24, by Sean Farley
-
svnmeta: turn branchmap into a lazy property2014-03-24, by Sean Farley
-
maps: load commandline branchmap in __init__2014-03-24, by Sean Farley
-
maps: change tagmap to initialize with an svnmeta object2014-03-24, by Sean Farley
-
svnmeta: turn tagmap into a lazy property2014-03-24, by Sean Farley
-
maps: load commandline tagmap in __init__2014-03-24, by Sean Farley
-
svnmeta: turn authors into a lazy property2014-03-24, by Sean Farley
-
test_push_command: improve commit messages inside test for diagnostics2014-07-16, by Augie Fackler
-
test_single_dir_push: call makememfilectx2014-06-03, by Sean Farley
-
test_utility_commands: call makememfilectx2014-06-03, by Sean Farley
-
test_util: call makememfilectx2014-06-03, by Sean Farley
-
test_push_command: call makememfilectx2014-06-03, by Sean Farley
-
stupid: call makememfilectx2014-06-03, by Sean Farley
-
replay: call makememfilectx2014-06-03, by Sean Farley
-
svnmeta: call makememfilectx2014-06-03, by Sean Farley
-
compathacks: add wrapper for memfilectx2014-06-03, by Sean Farley
-
svnmeta: explicitly test for None2014-06-02, by Sean Farley
-
maps: use meta.caseignoreauthors intead of accessing ui directly2014-03-24, by Sean Farley
-
maps: use meta.defaultauthors intead of accessing ui directly2014-03-24, by Sean Farley
-
maps: change authormap to initialize with an svnmeta object2014-03-24, by Sean Farley
-
maps: load commandline authormap in __init__2014-03-24, by Sean Farley
-
svnmeta: use generator for usebranchnames property2014-03-24, by Sean Farley
-
svnmeta: add defaulthost property2014-03-24, by Sean Farley
-
svnmeta: add caseignoreauthors property2014-03-24, by Sean Farley
-
svnmeta: add defaultauthors property2014-03-24, by Sean Farley
-
maps: remove trailing whitespace2014-03-24, by Sean Farley
-
maps: change tags init to accept svnmeta not a repo2014-03-24, by Sean Farley
-
svnmeta: move revmap.oldest to meta.firstpulled2014-03-24, by Sean Farley
-
svncommands: use meta.lastpulled instead of revmap.youngest2014-03-24, by Sean Farley
-
svnmeta: move revmap.youngest to meta.lastpulled2014-03-24, by Sean Farley
-
maps: change revmap init to accept svnmeta not a repo2014-03-24, by Sean Farley
-
maps: change readmapfile to take a path instead of repo2014-03-24, by Sean Farley
-
svnmeta: add generator for cached svn configuration properties2014-03-24, by Sean Farley
-
Merge with stable.2014-05-02, by Augie Fackler
-
test_template_keywords: handle changeset output ordering change in hg 3.0 stable 1.6.12014-05-02, by Augie Fackler
-
push: fix obsolete feature detection2014-04-22, by Dan Villiom Podlaski Christiansen
-
wrappers: note which version of hg e10000369b47 is from2014-04-12, by Augie Fackler
-
push: update push logic to match mercurial upstream2014-04-09, by Durham Goode
-
Merge with stable.2014-04-05, by Augie Fackler
-
svncommands: use RevMap.VERSION instead of hardcoding '1'2014-03-24, by Sean Farley
-
svncommands: use meta.revmap_file2014-03-24, by Sean Farley
-
svncommands: use meta.tags instead of duplicating code2014-03-24, by Sean Farley
-
svncommands: use meta.branch_info instead of duplicating logic2014-03-24, by Sean Farley
-
svncommands: use meta.subdir instead of duplicating code2014-03-24, by Sean Farley
-
svncommands: use meta.uuid instead of duplicating code2014-03-24, by Sean Farley
-
svncommands: use meta.metapath2014-03-24, by Sean Farley
-
svncommands: add svnmeta object2014-03-24, by Sean Farley
-
svnmeta: unify variable names cleanup2014-03-17, by Sean Farley
-
svnmeta: turn tags into lazy property2014-02-23, by Sean Farley
-
tests: relax testing for tagmap existence2014-02-23, by Sean Farley
-
svnmeta: add tagfile property for use with the Tags object2014-02-21, by Sean Farley
-
svnmeta: turn revmap into lazy property2014-02-17, by Sean Farley
-
svnmeta: add revmap_file property2014-02-17, by Sean Farley
-
svnrepo: augment svnmeta method to take new error checking parameter2014-02-20, by Sean Farley
-
svnmeta: relax error checking with a parameter2014-02-19, by Sean Farley
-
svnmeta: rename meta_data_dir to metapath2014-02-16, by Sean Farley
-
subdir: use util.dump and util.load for writing and reading2014-02-19, by Sean Farley
-
svncommands: remove unused {read,write}_if_needed methods2014-02-18, by Sean Farley
-
uuid: use util.dump and util.load for writing and reading2014-03-15, by Sean Farley
-
tests: use util.load instead of reading file directly2014-02-18, by Sean Farley
-
util: fallback to raw string reading if pickle fails2014-02-18, by Sean Farley
-
util: add resave bool parameter to load2014-02-18, by Sean Farley
-
svncommands: call util.dump instead of manually writing file2014-02-17, by Sean Farley
-
util: remove unused save_string2014-02-15, by Sean Farley
-
maps: call util.dump instead save_string2014-02-15, by Sean Farley
-
util: remove unused load_string2014-02-15, by Sean Farley
-
util: remove all calls to load_string2014-02-15, by Sean Farley
-
util: add default parameter to load2014-02-15, by Sean Farley
-
util: banish pickle to compathacks2014-02-15, by Sean Farley
-
compathacks: specify for generic compatibility hacks2014-02-15, by Sean Farley
-
compathacks: pep82014-02-15, by Sean Farley
-
util: convert pickle to json2014-02-15, by Sean Farley
-
util: serialize data with json instead of pickle2014-02-15, by Sean Farley
-
util: try to load data using json2014-02-15, by Sean Farley
-
util: add visitor pattern for scrubbing json2014-02-17, by Sean Farley
-
tests: use util.load instead of bare pickle2014-02-17, by Sean Farley
-
svncommands: use util.load instead of bare pickle2013-08-23, by Sean Farley
-
svncommands: use util.dump instead of pickle.dump2013-08-24, by Sean Farley
-
svnmeta: use util.load instead of bare pickle2013-08-23, by Sean Farley
-
layouts: use util.load instead of bare pickle2013-08-23, by Sean Farley
-
util: add a method to load data from a file2013-08-23, by Sean Farley
-
util: rename pickle_atomic to dump2013-08-23, by Sean Farley
-
Merge with stable.2014-02-12, by Augie Fackler
-
fix promptchoice call, since it changed in mercurial 2.7 (change c58b6ab4c26f) stable2014-02-04, by Michael Augustin
-
util: remove pre-1.9 mercurial code from pickle_atomic2013-08-23, by Sean Farley
-
util: remove pre-1.6 mercurial code from parseurl2013-08-23, by Sean Farley
-
stupid: remove pre-1.9 code from filteriterhunks2013-09-05, by Sean Farley
-
wrappers: remove pre-1.9 code from hgclonewrapper2013-09-05, by Sean Farley
-
wrappers: remove pre-1.9 code from clone2013-09-05, by Sean Farley
-
svnexternals: remove pre-1.9 pegrev code2013-09-07, by Sean Farley
-
svnexternals: remove pre-1.7 code and reindent2013-09-07, by Sean Farley
-
help: remove pre-1.7 text2013-09-06, by Sean Farley
-
help: remove pre-1.6 text2013-09-06, by Sean Farley
-
help: remove pre-1.5 text2013-09-06, by Sean Farley
-
svnrepo: remove pre-1.6 code from remotesvn decorator2013-09-12, by Sean Farley
-
init: remove pre-1.7 subrepo code2013-09-07, by Sean Farley
-
init: remove pre-1.6 revset code2013-09-07, by Sean Farley
-
init: remove pre-1.6 code from extsetup2013-09-06, by Sean Farley
-
init: remove pre-1.5 templatekw code2013-09-07, by Sean Farley
-
init: remove pre-1.3 code from extsetup2013-09-06, by Sean Farley
-
Merge with stable.2014-02-11, by Augie Fackler
-
Added tag 1.6 for changeset 7d47a0f731352014-02-03, by Augie Fackler
-
setup: also ignore stderr lines about obsolete when guessing version 1.62014-02-03, by Augie Fackler
-
compathacks: new module to collect hacks to work around hg internals changing2014-02-03, by Augie Fackler
-
layouts: add importerror ladder so hgsubversion works as an installed module2014-01-17, by Augie Fackler