log

age author description
Thu, 05 Nov 2015 18:56:40 -0800 Durham Goode manifest: skip fastdelta if the change is large
Wed, 04 Nov 2015 23:44:51 -0800 Siddharth Agarwal merge.mergestate: update docstrings for preresolve and resolve
Mon, 26 Oct 2015 02:35:48 -0700 Stanislau Hlebik rebase: pass date parameter to concludenode
Mon, 26 Oct 2015 02:22:26 -0700 Stanislau Hlebik rebase: add date parameter to concludenode function
Sat, 24 Oct 2015 09:47:33 +0100 Anton Shestakov hgweb: remove unused colorPart() from mercurial.js
Sun, 18 Oct 2015 18:49:59 +0200 Pierre-Yves David test: enforce non-general delta in 'test-generaldelta.t'
Tue, 20 Oct 2015 15:27:56 +0200 Pierre-Yves David test: enforce bundle1 in 'test-push-cgi.t'
Sun, 18 Oct 2015 18:42:09 +0200 Pierre-Yves David test: enforce v1 in 'test-debugbundle.t'
Tue, 20 Oct 2015 02:39:42 +0200 Pierre-Yves David test: enforce bundle1 in "test-commit-interactive.t"
Fri, 06 Nov 2015 09:48:24 -0800 Ryan McElroy discovery: factor out calculation of heads to not warn about
Fri, 06 Nov 2015 11:08:11 -0500 Pierre-Yves David hooks: back 9f272bf3b342 out stable
Wed, 04 Nov 2015 15:17:52 -0600 Matt Mackall merge with stable
Tue, 03 Nov 2015 17:13:27 -0800 Durham Goode hooks: fix hooks not firing if prechangegroup was set (issue4934) stable
Tue, 03 Nov 2015 16:58:13 -0800 Durham Goode hooks: always include HG_PENDING stable
Tue, 03 Nov 2015 12:31:33 -0800 Gregory Szorc wireproto: move clonebundles command from extension (issue4931) stable
Wed, 04 Nov 2015 23:48:15 +0900 Yuya Nishihara templatefilters: try round-trip utf-8 conversion by json filter (issue4933) stable
Tue, 03 Nov 2015 12:16:54 -0800 Gregory Szorc exchange: do not attempt clone bundle if local repo is non-empty (issue4932) stable
Tue, 03 Nov 2015 12:15:14 -0800 Gregory Szorc test-clonebundles.t: add test for incremental pull stable
Tue, 03 Nov 2015 22:44:57 +0900 Yuya Nishihara i18n: make sure to include translation of (DEPRECATED) stable
Tue, 03 Nov 2015 22:39:26 +0900 Yuya Nishihara i18n: do not abuse msgstr of "DEPRECATED" to check for bad translation stable
Mon, 02 Nov 2015 12:12:24 -0800 Siddharth Agarwal filemerge.prompt: separate out choice selection and action
Mon, 02 Nov 2015 12:25:15 -0800 Siddharth Agarwal test-merge-prompt.t: add tests for linear updates + change/delete conflicts
Sat, 24 Oct 2015 16:25:16 -0700 Siddharth Agarwal test-pathencode.py: drop support for Python 2.4
Sat, 24 Oct 2015 16:23:42 -0700 Siddharth Agarwal hgweb.server: drop support for Python 2.4
Sat, 24 Oct 2015 15:56:16 -0700 Siddharth Agarwal util: drop Python 2.4 compat by directly importing md5 and sha1
Mon, 02 Nov 2015 23:37:49 +0800 Anton Shestakov hgweb: replace some str.split() calls by str.partition() or str.rpartition()
Mon, 02 Nov 2015 23:37:14 +0800 Anton Shestakov help: replace some str.split() calls by str.partition() or str.rpartition()
Sat, 24 Oct 2015 01:54:46 +0200 Mads Kiilerich convert: test clean p2 file missing
Mon, 02 Nov 2015 11:56:59 +0000 Pierre-Yves David uescape: also encode non-printable char under 128
Sat, 24 Oct 2015 12:46:03 +0100 David R. MacIver testing: add hypothesis fuzz testing