log

age author description
2014-03-24 Sean Farley layouts: turn taglocations method into a property
2014-03-24 Sean Farley layouts: generate cached taglocations property
2014-03-24 Sean Farley svnmeta: remove taglocations property
2014-03-24 Sean Farley svnmeta: remove unneeded call to self.taglocations
2014-03-24 Sean Farley util: remove unused getmessage function
2014-03-24 Sean Farley stupid: call meta.getmessage instead of util
2014-03-24 Sean Farley wrappers: call meta.getmessage instead of util
2014-03-24 Sean Farley replay: call meta.getmessage instead of util
2014-03-24 Sean Farley svnmeta: call self.getmessage instead of util
2014-03-24 Sean Farley svnmeta: use self.defaultmessage instead of ui.config call
2014-03-24 Sean Farley svnmeta: generate cached defaultmessage property
2014-03-24 Sean Farley svnmeta: copy util.getmessage to here so we can refactor
2014-12-11 Augie Fackler Merge with stable.
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