log

age author description
Sat, 08 Aug 2015 14:42:27 +0800 Anton Shestakov filesets: ignore unit case in size() predicate for single value stable
Sat, 08 Aug 2015 00:41:13 -0700 Gregory Szorc copies: use absolute_import
Sat, 08 Aug 2015 00:28:53 -0700 Gregory Szorc config: use absolute_import
Sat, 08 Aug 2015 00:26:49 -0700 Gregory Szorc changelog: use absolute_import
Sat, 08 Aug 2015 00:35:37 -0700 Gregory Szorc changegroup: use absolute_import
Sat, 08 Aug 2015 00:36:35 -0700 Gregory Szorc bundlerepo: use absolute_import
Fri, 07 Aug 2015 19:54:08 -0700 Gregory Szorc bundle2: use absolute_import
Fri, 07 Aug 2015 19:51:55 -0700 Gregory Szorc branchmap: use absolute_import
Fri, 07 Aug 2015 19:49:21 -0700 Gregory Szorc bookmarks: use absolute_import
Fri, 07 Aug 2015 19:47:49 -0700 Gregory Szorc archival: use absolute_import
Fri, 07 Aug 2015 19:45:48 -0700 Gregory Szorc ancestor: use absolute_import
Wed, 05 Aug 2015 14:21:46 -0400 Augie Fackler discovery: always use batching now that all peers support batching
Wed, 05 Aug 2015 14:15:17 -0400 Augie Fackler wireproto: make wirepeer look-before-you-leap on batching
Wed, 05 Aug 2015 14:51:34 -0400 Augie Fackler batching: migrate basic noop batching into peer.peer
Thu, 06 Aug 2015 22:54:28 -0700 Laurent Charignon parsers: fix memory leak in compute_phases_map_sets stable
Mon, 03 Aug 2015 06:13:05 -0700 Pierre-Yves David histedit: do not stay on a cleaned nodes on abort
Mon, 03 Aug 2015 06:11:45 -0700 Pierre-Yves David histedit: also update away from tmpnodes
Mon, 03 Aug 2015 06:08:37 -0700 Pierre-Yves David histedit: use revset to check if we need to update during abort
Mon, 03 Aug 2015 05:57:45 -0700 Pierre-Yves David histedit: remove useless 'else' clause
Fri, 31 Jul 2015 15:46:49 -0700 Pierre-Yves David histedit: make cleanupnode more robust
Wed, 29 Jul 2015 13:21:03 -0700 Durham Goode convert: fix git convert using servers branches
Sat, 24 Jan 2015 22:28:14 +0900 Yuya Nishihara revrange: drop old-style parser in favor of revset (API)
Sun, 15 Mar 2015 14:45:26 +0900 Yuya Nishihara tag: do not pass binary nullid to scmutil.revsingle()
Sat, 18 Jul 2015 23:30:17 +0900 Yuya Nishihara revset: port parsing rule of old-style ranges from scmutil.revrange()
Sat, 18 Jul 2015 23:02:18 +0900 Yuya Nishihara debugrevspec: pass lookup function to visualize fallback mechanism
Mon, 03 Aug 2015 20:34:36 +0100 Javi Merino help: fix typo familar -> familiar stable
Sun, 02 Aug 2015 19:18:35 +0800 Anton Shestakov highlight: exit early on textual and unknown files (issue3005)
Mon, 03 Aug 2015 14:16:51 -0700 Pierre-Yves David histedit: extract a simpler function to process replacement on abort
Mon, 03 Aug 2015 14:05:42 -0700 Pierre-Yves David merge with stable
Mon, 20 Jul 2015 13:39:25 -0700 Martin von Zweigbergk exchange: fix dead assignment