2014-03-24 |
Sean Farley |
layouts: add cached infix property to standard
|
2014-03-24 |
Sean Farley |
layouts: remove unused _trunk variable in standard
|
2014-03-24 |
Sean Farley |
layouts: use trunk property instead of internal variable
|
2014-03-24 |
Sean Farley |
layouts: turn trunk into a property for standard
|
2014-03-24 |
Sean Farley |
layouts: remove unused _branch_dir in standard
|
2014-03-24 |
Sean Farley |
layouts: use meta.branchdir in standard
|
2014-03-24 |
Sean Farley |
layouts: add cached branchdir property to standard
|
2014-03-24 |
Sean Farley |
svnmeta: add pre-transformation parameter to cached generator
|
2014-11-15 |
Augie Fackler |
Merge with stable.
|
2014-03-24 |
Sean Farley |
layouts: change constructor to take a meta object
|
2014-03-24 |
Sean Farley |
layouts: remove persist since we no longer use it
|
2014-03-24 |
Sean Farley |
svnmeta: use util.dump instead of layout_to_file
|
2014-03-24 |
Sean Farley |
svncommands: use util.dump instead of layout_to_file
|
2014-03-24 |
Sean Farley |
svnmeta: add a layout_file property
|
2014-03-24 |
Sean Farley |
layouts: use util.load in layout_from_config
|
2014-03-24 |
Sean Farley |
svnmeta: reorder code in __init__ for easier reading
|
2014-11-14 |
peter.geer |
genignore: fitler out empty lines in svn:ignore.
stable
|
2014-11-05 |
Augie Fackler |
Merge stable back into default.
|
2014-11-05 |
Augie Fackler |
Added tag 1.7 for changeset 139a44a63090
stable
|
2014-11-05 |
Augie Fackler |
Merge default into stable for a release.
stable 1.7
|
2014-11-02 |
Siddharth Agarwal |
maps.RevMap: avoid O(revs) property lookups on dict
|
2014-11-02 |
Siddharth Agarwal |
maps: avoid O(n) property lookups on the node module
|
2014-11-02 |
Siddharth Agarwal |
maps.RevMap: while loading, read lastpulled and firstpulled once
|
2014-11-02 |
Siddharth Agarwal |
maps.RevMap: disable GC while loading the revmap
|
2014-11-02 |
Siddharth Agarwal |
util: add a decorator to disable Python's garbage collector
|
2014-10-14 |
Siddharth Agarwal |
test_rebuildmeta: call exchange.pull if localrepository.pull isn't available
|
2014-10-14 |
Siddharth Agarwal |
wrappers.push: call pull instead of repo.pull
|
2014-10-14 |
Siddharth Agarwal |
pull: wrap exchange.pull if localrepository.pull isn't available
|
2014-10-14 |
Siddharth Agarwal |
push: wrap exchange.push when localrepository.push isn't available
|
2014-10-14 |
Siddharth Agarwal |
test_util: fix up i18n monkeypatch for Mercurial 3.2
|