log

age author description
Fri, 06 Sep 2013 13:35:29 -0700 Siddharth Agarwal perfmanifest: allow and require passing in a rev
Fri, 06 Sep 2013 13:20:07 -0700 Siddharth Agarwal perfmanifest: fix cache invalidation
Fri, 06 Sep 2013 13:16:21 -0700 Siddharth Agarwal lrucachedict: implement clear()
Sat, 07 Sep 2013 16:08:11 -0500 Kevin Bullock merge with stable
Sat, 07 Sep 2013 21:20:00 +0200 Antoine Pitrou bundle: fix performance regression when bundling file changes (issue4031) stable
Sat, 07 Sep 2013 00:08:36 -0500 Kevin Bullock merge with stable
Tue, 06 Aug 2013 00:52:06 +0400 Alexander Plavin revset: fix wrong keyword() behaviour for strings with spaces stable
Thu, 15 Aug 2013 13:42:56 -0500 Sean Farley commitablefilectx: move children from workingfilectx
Thu, 15 Aug 2013 13:42:33 -0500 Sean Farley commitablefilectx: move parents from workingfilectx
Thu, 15 Aug 2013 13:23:06 -0500 Sean Farley commitablefilectx: move __nonzero__ from workingfilectx
Thu, 15 Aug 2013 13:12:50 -0500 Sean Farley commitablefilectx: move __init__ from workingfilectx
Thu, 15 Aug 2013 13:11:51 -0500 Sean Farley commitablefilectx: add a class that will be used for mutable file contexts
Wed, 14 Aug 2013 16:40:34 -0500 Sean Farley commitablectx: move dirs from workingctx
Wed, 14 Aug 2013 16:40:27 -0500 Sean Farley commitablectx: move markcommitted from workingctx
Wed, 14 Aug 2013 16:37:59 -0500 Sean Farley commitablectx: move ancestors from workingctx
Wed, 14 Aug 2013 16:37:11 -0500 Sean Farley commitablectx: move walk from workingctx
Wed, 14 Aug 2013 16:37:01 -0500 Sean Farley commitablectx: move ancestor from workingctx
Wed, 14 Aug 2013 16:25:43 -0500 Sean Farley commitablectx: move flags from workingctx
Wed, 14 Aug 2013 16:25:26 -0500 Sean Farley commitablectx: move children from workingctx
Wed, 14 Aug 2013 16:25:17 -0500 Sean Farley commitablectx: move hidden from workingctx
Wed, 14 Aug 2013 16:24:59 -0500 Sean Farley commitablectx: move phase from workingctx
Wed, 14 Aug 2013 16:24:33 -0500 Sean Farley commitablectx: move bookmarks from workingctx
Wed, 14 Aug 2013 16:24:16 -0500 Sean Farley commitablectx: move tags from workingctx
Wed, 14 Aug 2013 16:23:28 -0500 Sean Farley commitablectx: move extra from workingctx
Wed, 14 Aug 2013 16:23:16 -0500 Sean Farley commitablectx: move closesbranch from workingctx
Wed, 14 Aug 2013 16:23:02 -0500 Sean Farley commitablectx: move branch from workingctx
Wed, 14 Aug 2013 16:22:42 -0500 Sean Farley commitablectx: move clean from workingctx
Wed, 14 Aug 2013 16:22:32 -0500 Sean Farley commitablectx: move ignored from workingctx
Wed, 14 Aug 2013 16:22:20 -0500 Sean Farley commitablectx: move unknown from workingctx
Wed, 14 Aug 2013 16:21:55 -0500 Sean Farley commitablectx: move deleted from workingctx
Wed, 14 Aug 2013 16:15:29 -0500 Sean Farley commitablectx: move removed from workingctx
Wed, 14 Aug 2013 16:15:18 -0500 Sean Farley commitablectx: move added from workingctx
Wed, 14 Aug 2013 16:14:58 -0500 Sean Farley commitablectx: move modified from workingctx
Wed, 14 Aug 2013 16:09:45 -0500 Sean Farley commitablectx: move files from workingctx
Wed, 14 Aug 2013 16:09:30 -0500 Sean Farley commitablectx: move description from workingctx
Wed, 14 Aug 2013 16:03:32 -0500 Sean Farley commitablectx: move date from workingctx
Thu, 15 Aug 2013 10:57:43 -0500 Sean Farley commitablectx: move _date from workingctx
Wed, 14 Aug 2013 15:57:24 -0500 Sean Farley commitablectx: move user from workingctx
Thu, 15 Aug 2013 10:51:53 -0500 Sean Farley commitablectx: move _user from workingctx
Wed, 14 Aug 2013 15:55:56 -0500 Sean Farley commitablectx: move status from workingctx
Wed, 14 Aug 2013 15:41:22 -0500 Sean Farley commitablectx: move _status from workingctx
Wed, 14 Aug 2013 15:34:18 -0500 Sean Farley commitablectx: move _manifest from workingctx
Wed, 14 Aug 2013 15:30:17 -0500 Sean Farley commitablectx: move _flagfunc from workingctx
Wed, 14 Aug 2013 15:29:48 -0500 Sean Farley commitablectx: move _buildflagfunc from workingctx
Wed, 14 Aug 2013 15:29:09 -0500 Sean Farley commitablectx: move __contains__ from workingctx
Wed, 14 Aug 2013 15:28:43 -0500 Sean Farley commitablectx: move __nonzero__ from workingctx
Wed, 14 Aug 2013 15:25:14 -0500 Sean Farley commitablectx: move __str__ from workingctx
Wed, 14 Aug 2013 15:24:58 -0500 Sean Farley commitablectx: move __init__ from workingctx
Wed, 14 Aug 2013 15:02:08 -0500 Sean Farley commitablectx: add a class that will be used as a parent of mutable contexts
Wed, 14 Aug 2013 13:32:56 -0500 Sean Farley workingfilectx: remove unneeded __repr__ since it is now inherited
Thu, 15 Aug 2013 13:09:34 -0500 Sean Farley workingfilectx: remove bogus comment
Thu, 15 Aug 2013 13:32:07 -0500 Sean Farley workingfilectx: remove __str__ manifest since it is now inherited
Thu, 15 Aug 2013 13:31:17 -0500 Sean Farley basefilectx: use basectx __str__ instead of duplicating logic
Wed, 14 Aug 2013 13:41:09 -0500 Sean Farley workingctx: remove unneeded manifest since it is now inherited
Wed, 14 Aug 2013 13:32:44 -0500 Sean Farley workingctx: remove unneeded __repr__ since it is now inherited
Tue, 03 Sep 2013 20:02:53 +0400 Alexander Plavin hgweb: import the whole util module in webcommands instead of just one function
Wed, 04 Sep 2013 19:40:04 +0400 Alexander Plavin hgweb: add string constants for search mode names
Wed, 04 Sep 2013 18:42:55 -0700 Siddharth Agarwal addremove: don't do full walks
Thu, 05 Sep 2013 11:45:27 -0400 Augie Fackler merge with mpm
Tue, 03 Sep 2013 17:06:19 -0400 Augie Fackler merge with mpm