Mercurial > hgsubversion
graph
-
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