2014-12-10 |
Sean Farley |
pull: adapt from upstream changes to transactions
stable
|
2014-12-08 |
Augie Fackler |
stupid: dedent some code
|
2014-12-08 |
Augie Fackler |
stupid: remove code that's only used by hg < 1.9
|
2014-03-24 |
Sean Farley |
layouts: remove unused _infix variable in standard
|
2014-03-24 |
Sean Farley |
layouts: use meta.infix in standard
|
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
|