log

age author description
Mon, 24 Mar 2014 11:20:54 -0500 Sean Farley wrappers: use meta.layout instead of accessing config directly
Mon, 24 Mar 2014 11:20:54 -0500 Sean Farley svnmeta: turn layout into a cached property
Mon, 24 Mar 2014 11:20:54 -0500 Sean Farley wrappers: call new meta.layout_from_subversion
Mon, 24 Mar 2014 11:20:54 -0500 Sean Farley svnmeta: copy layout_from_subversion from detect
Mon, 24 Mar 2014 11:20:54 -0500 Sean Farley svnmeta: copy layout_from_commit from detect
Mon, 24 Mar 2014 11:20:53 -0500 Sean Farley wrappers: use meta.branch instead of ui.config directly
Mon, 24 Mar 2014 11:20:53 -0500 Sean Farley svnmeta: add generated cached branch property
Mon, 29 Dec 2014 13:15:23 -0800 Siddharth Agarwal svnexternals: fix for Mercurial 3.3+
Fri, 12 Dec 2014 16:32:34 -0800 Mateusz Kwapich maps: cache hashes() for the revmap
Fri, 12 Dec 2014 16:17:11 -0800 Mateusz Kwapich wrappers: improve push performance by reusing the existing metadata
Mon, 24 Mar 2014 11:20:53 -0500 Sean Farley layouts: turn taglocations method into a property
Mon, 24 Mar 2014 11:20:53 -0500 Sean Farley layouts: generate cached taglocations property
Mon, 24 Mar 2014 11:20:53 -0500 Sean Farley svnmeta: remove taglocations property
Mon, 24 Mar 2014 11:20:53 -0500 Sean Farley svnmeta: remove unneeded call to self.taglocations
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley util: remove unused getmessage function
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley stupid: call meta.getmessage instead of util
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley wrappers: call meta.getmessage instead of util
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley replay: call meta.getmessage instead of util
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley svnmeta: call self.getmessage instead of util
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley svnmeta: use self.defaultmessage instead of ui.config call
Mon, 24 Mar 2014 11:20:51 -0500 Sean Farley svnmeta: generate cached defaultmessage property
Mon, 24 Mar 2014 11:20:51 -0500 Sean Farley svnmeta: copy util.getmessage to here so we can refactor
Wed, 10 Dec 2014 22:47:18 -0500 Augie Fackler Merge with stable.
Wed, 10 Dec 2014 14:04:55 -0800 Sean Farley pull: adapt from upstream changes to transactions stable
Mon, 08 Dec 2014 16:50:22 -0500 Augie Fackler stupid: dedent some code
Mon, 08 Dec 2014 16:49:52 -0500 Augie Fackler stupid: remove code that's only used by hg < 1.9
Mon, 24 Mar 2014 11:20:51 -0500 Sean Farley layouts: remove unused _infix variable in standard
Mon, 24 Mar 2014 11:20:51 -0500 Sean Farley layouts: use meta.infix in standard
Mon, 24 Mar 2014 11:20:51 -0500 Sean Farley layouts: add cached infix property to standard
Mon, 24 Mar 2014 11:20:51 -0500 Sean Farley layouts: remove unused _trunk variable in standard
Mon, 24 Mar 2014 11:20:50 -0500 Sean Farley layouts: use trunk property instead of internal variable
Mon, 24 Mar 2014 11:20:50 -0500 Sean Farley layouts: turn trunk into a property for standard
Mon, 24 Mar 2014 11:20:50 -0500 Sean Farley layouts: remove unused _branch_dir in standard
Mon, 24 Mar 2014 11:20:50 -0500 Sean Farley layouts: use meta.branchdir in standard
Mon, 24 Mar 2014 11:20:50 -0500 Sean Farley layouts: add cached branchdir property to standard
Mon, 24 Mar 2014 11:20:50 -0500 Sean Farley svnmeta: add pre-transformation parameter to cached generator
Sat, 15 Nov 2014 12:35:51 -0500 Augie Fackler Merge with stable.
Mon, 24 Mar 2014 11:20:49 -0500 Sean Farley layouts: change constructor to take a meta object
Mon, 24 Mar 2014 11:20:49 -0500 Sean Farley layouts: remove persist since we no longer use it
Mon, 24 Mar 2014 11:20:49 -0500 Sean Farley svnmeta: use util.dump instead of layout_to_file
Mon, 24 Mar 2014 11:20:49 -0500 Sean Farley svncommands: use util.dump instead of layout_to_file
Mon, 24 Mar 2014 11:20:49 -0500 Sean Farley svnmeta: add a layout_file property
Mon, 24 Mar 2014 11:20:49 -0500 Sean Farley layouts: use util.load in layout_from_config
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley svnmeta: reorder code in __init__ for easier reading
Thu, 13 Nov 2014 22:09:06 -0500 peter.geer genignore: fitler out empty lines in svn:ignore. stable
Wed, 05 Nov 2014 12:51:34 -0500 Augie Fackler Merge stable back into default.
Wed, 05 Nov 2014 12:49:07 -0500 Augie Fackler Added tag 1.7 for changeset 139a44a63090 stable
Wed, 05 Nov 2014 12:48:59 -0500 Augie Fackler Merge default into stable for a release. stable 1.7
Sun, 02 Nov 2014 01:34:34 -0800 Siddharth Agarwal maps.RevMap: avoid O(revs) property lookups on dict
Sun, 02 Nov 2014 01:27:38 -0800 Siddharth Agarwal maps: avoid O(n) property lookups on the node module
Sun, 02 Nov 2014 01:23:47 -0800 Siddharth Agarwal maps.RevMap: while loading, read lastpulled and firstpulled once
Sun, 02 Nov 2014 02:01:05 -0800 Siddharth Agarwal maps.RevMap: disable GC while loading the revmap
Sun, 02 Nov 2014 01:55:18 -0800 Siddharth Agarwal util: add a decorator to disable Python's garbage collector
Tue, 14 Oct 2014 13:36:32 -0700 Siddharth Agarwal test_rebuildmeta: call exchange.pull if localrepository.pull isn't available
Mon, 13 Oct 2014 23:57:21 -0700 Siddharth Agarwal wrappers.push: call pull instead of repo.pull
Mon, 13 Oct 2014 23:56:13 -0700 Siddharth Agarwal pull: wrap exchange.pull if localrepository.pull isn't available
Mon, 13 Oct 2014 23:55:27 -0700 Siddharth Agarwal push: wrap exchange.push when localrepository.push isn't available
Tue, 14 Oct 2014 18:12:24 -0400 Siddharth Agarwal test_util: fix up i18n monkeypatch for Mercurial 3.2
Wed, 17 Sep 2014 11:25:52 -0400 Augie Fackler stupid: add another None check
Tue, 16 Sep 2014 16:19:43 -0700 Siddharth Agarwal stupid: in svnbackend, adapt for core Mercurial changes
Tue, 16 Sep 2014 16:35:21 -0700 Siddharth Agarwal replay: use compat hack for filectxfn for deleted files
Tue, 16 Sep 2014 16:16:26 -0700 Siddharth Agarwal stupid: in fetch_branchrev, use compat hack for filectxfn for deleted files
Tue, 16 Sep 2014 16:15:17 -0700 Siddharth Agarwal stupid: in diff_branchrev, use compat hack for filectxfn for deleted files
Tue, 16 Sep 2014 16:03:31 -0700 Siddharth Agarwal test_push_command: use compat hack for filectxfn for deleted files
Tue, 16 Sep 2014 16:02:44 -0700 Siddharth Agarwal test_util: use compat hack for filectxfn for deleted files
Tue, 16 Sep 2014 16:42:57 -0700 Siddharth Agarwal compathacks: add hacks for filectxfn deletion contract changing
Sat, 30 Aug 2014 09:23:31 -0700 David Schleimer push: update to branch tip instead of tip
Mon, 07 Apr 2014 18:44:46 -0700 David Schleimer editor: fix replay handling for copied + modified symlinks
Mon, 07 Apr 2014 18:28:35 -0700 David Schleimer editor: correctly import symlink copy+modify with non-empty prefix
Mon, 07 Apr 2014 17:51:59 -0700 David Schleimer editor: fix edge case with in memory file-store size limit
Sun, 17 Nov 2013 09:57:00 -0800 David Schleimer editor: correctly import copies of directories from non-tracked or closed branches
Tue, 12 Aug 2014 11:08:41 -0400 Augie Fackler Merge with stable.
Tue, 12 Aug 2014 11:08:09 -0400 Augie Fackler Added tag 1.6.3 for changeset 46523cdfd3b0 stable
Thu, 07 Aug 2014 19:30:26 -0700 David Schleimer pushmod: prepend "link " to base text for links stable 1.6.3
Fri, 01 Aug 2014 09:42:53 -0400 Augie Fackler Merge with stable.
Fri, 01 Aug 2014 09:41:45 -0400 Augie Fackler Added signature for changeset 5cdc58c1c9a7 stable
Fri, 01 Aug 2014 09:38:39 -0400 Augie Fackler Added tag 1.6.2 for changeset 36f6d51b4edc stable
Mon, 02 Jun 2014 19:57:07 -0500 Sean Farley test_single_dir_push: call makememfilectx stable 1.6.2
Mon, 02 Jun 2014 19:55:32 -0500 Sean Farley test_utility_commands: call makememfilectx stable
Mon, 02 Jun 2014 19:54:02 -0500 Sean Farley test_util: call makememfilectx stable
Mon, 02 Jun 2014 19:41:37 -0500 Sean Farley test_push_command: call makememfilectx stable
Mon, 02 Jun 2014 19:09:35 -0500 Sean Farley stupid: call makememfilectx stable
Mon, 02 Jun 2014 19:09:44 -0500 Sean Farley replay: call makememfilectx stable
Mon, 02 Jun 2014 19:09:11 -0500 Sean Farley svnmeta: call makememfilectx stable
Mon, 02 Jun 2014 19:53:49 -0500 Sean Farley compathacks: add wrapper for memfilectx stable
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley maps: change filemap to initialize with an svnmeta object
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley svnmeta: turn filemap into a lazy property
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley tests: remove empty branchmap test
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley maps: load commandline filemap in __init__
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley maps: change branchmap to initialize with an svnmeta object
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley svnmeta: turn branchmap into a lazy property
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley maps: load commandline branchmap in __init__
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley maps: change tagmap to initialize with an svnmeta object
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley svnmeta: turn tagmap into a lazy property
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley maps: load commandline tagmap in __init__
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley svnmeta: turn authors into a lazy property
Wed, 16 Jul 2014 14:52:33 -0400 Augie Fackler test_push_command: improve commit messages inside test for diagnostics
Mon, 02 Jun 2014 19:57:07 -0500 Sean Farley test_single_dir_push: call makememfilectx
Mon, 02 Jun 2014 19:55:32 -0500 Sean Farley test_utility_commands: call makememfilectx
Mon, 02 Jun 2014 19:54:02 -0500 Sean Farley test_util: call makememfilectx
Mon, 02 Jun 2014 19:41:37 -0500 Sean Farley test_push_command: call makememfilectx
Mon, 02 Jun 2014 19:09:35 -0500 Sean Farley stupid: call makememfilectx
Mon, 02 Jun 2014 19:09:44 -0500 Sean Farley replay: call makememfilectx
Mon, 02 Jun 2014 19:09:11 -0500 Sean Farley svnmeta: call makememfilectx
Mon, 02 Jun 2014 19:53:49 -0500 Sean Farley compathacks: add wrapper for memfilectx
Mon, 02 Jun 2014 16:31:54 -0500 Sean Farley svnmeta: explicitly test for None
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley maps: use meta.caseignoreauthors intead of accessing ui directly
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley maps: use meta.defaultauthors intead of accessing ui directly
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley maps: change authormap to initialize with an svnmeta object
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley maps: load commandline authormap in __init__
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley svnmeta: use generator for usebranchnames property
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley svnmeta: add defaulthost property
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley svnmeta: add caseignoreauthors property
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley svnmeta: add defaultauthors property
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley maps: remove trailing whitespace
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley maps: change tags init to accept svnmeta not a repo
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley svnmeta: move revmap.oldest to meta.firstpulled
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley svncommands: use meta.lastpulled instead of revmap.youngest
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley svnmeta: move revmap.youngest to meta.lastpulled
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley maps: change revmap init to accept svnmeta not a repo