Wed, 30 Mar 2016 07:24:51 +0000 timeless py24: remove check-code py24 notation
Wed, 30 Mar 2016 08:02:34 +0000 timeless py3: convert hghave output to text
Wed, 30 Mar 2016 05:26:51 +0000 timeless py3: convert prereq bytes to string in run-tests
Mon, 28 Mar 2016 12:50:56 -0700 Pierre-Yves David record: deprecate the extension
Wed, 30 Mar 2016 02:10:44 +0900 FUJIWARA Katsunori templater: use templatefunc to mark a function as template function
Wed, 30 Mar 2016 02:10:44 +0900 FUJIWARA Katsunori registrar: add templatefunc to mark a function as template function (API)
Wed, 30 Mar 2016 02:10:44 +0900 FUJIWARA Katsunori keyword: use templatefilter to mark a function as template filter
Wed, 30 Mar 2016 02:10:44 +0900 FUJIWARA Katsunori templatefilters: use templatefilter to mark a function as template filter
Wed, 30 Mar 2016 02:10:44 +0900 FUJIWARA Katsunori registrar: add templatefilter to mark a function as template filter (API)
Sun, 14 Feb 2016 20:43:30 +0900 Yuya Nishihara revset: inline _getaliasarg() function
Sun, 14 Feb 2016 20:27:08 +0900 Yuya Nishihara revset: drop redundant check for unknown alias arguments
Sun, 14 Feb 2016 19:48:33 +0900 Yuya Nishihara revset: move tagging of alias arguments from tokenization to parsing phase
Sun, 14 Feb 2016 21:46:50 +0900 Yuya Nishihara revset: add test that should fail if '_aliasarg' tag is removed
Sun, 27 Mar 2016 17:42:19 +0900 Yuya Nishihara templater: do not strip non-quote characters from template config
Tue, 29 Mar 2016 11:50:41 -0700 Laurent Charignon rebase: fix crash when rebase aborts while rebasing obsolete revisions
Tue, 29 Mar 2016 11:49:45 -0700 Laurent Charignon rebase: refactor of error handling code path for rebaseskipobsolete
Tue, 29 Mar 2016 23:59:32 +0900 FUJIWARA Katsunori destutil: show message and hint at updating to the closed head as warning
Tue, 29 Mar 2016 23:59:32 +0900 FUJIWARA Katsunori destutil: make messages at updating to the closed head usual form
Tue, 29 Mar 2016 16:41:32 +0530 Pulkit Goyal py3: make test-ui-color use print_function
Tue, 29 Mar 2016 16:38:27 +0530 Pulkit Goyal py3: make test-ui-config use print_function
Tue, 29 Mar 2016 16:33:09 +0530 Pulkit Goyal py3: make test-ui-config use absolute_import
Tue, 29 Mar 2016 16:29:21 +0530 Pulkit Goyal py3: make test-ui-verbosity use absolute_import
Tue, 29 Mar 2016 16:27:01 +0530 Pulkit Goyal py3: make test-ui-verbosity use print_function
Tue, 29 Mar 2016 16:23:40 +0530 Pulkit Goyal py3: make test-url use print_function
Tue, 29 Mar 2016 16:21:31 +0530 Pulkit Goyal py3: make test-walkrepo use print_function
Tue, 29 Mar 2016 16:14:58 +0530 Pulkit Goyal py3: make test-wireproto use print_function
Tue, 29 Mar 2016 17:22:08 +0000 timeless py3: handle ugettext + unicode in i18n
Mon, 28 Mar 2016 22:30:23 +0000 timeless py3: glob line numbers in test-check-py3-compat
Tue, 29 Mar 2016 10:21:05 -0700 Martin von Zweigbergk bundle: remove obsolete (and duplicate) comment
Tue, 29 Mar 2016 10:49:33 -0700 Martin von Zweigbergk convert: delete unused imports in git.py
Tue, 29 Mar 2016 12:29:00 -0500 Matt Mackall merge with stable
Fri, 25 Mar 2016 23:05:32 -0700 Martin von Zweigbergk bundle: avoid crash when no good changegroup version found
Fri, 25 Mar 2016 16:13:28 -0700 Martin von Zweigbergk exchange: make _pushb2ctx() look more like _getbundlechangegrouppart()
Fri, 25 Mar 2016 16:01:40 -0700 Martin von Zweigbergk exchange: get rid of "getcgkwargs" variable
Mon, 28 Mar 2016 14:41:29 -0700 Martin von Zweigbergk bundle: move writebundle() from changegroup.py to bundle2.py (API)
Tue, 29 Mar 2016 11:54:46 -0500 Matt Mackall Added signature for changeset ae279d4a19e9 stable
Tue, 29 Mar 2016 11:54:45 -0500 Matt Mackall Added tag 3.7.3 for changeset ae279d4a19e9 stable
Tue, 22 Mar 2016 17:27:27 -0700 Mateusz Kwapich convert: test for shell injection in git calls (SEC) stable 3.7.3
Tue, 22 Mar 2016 17:05:11 -0700 Mateusz Kwapich convert: rewrite gitpipe to use common.commandline (SEC) stable
Tue, 22 Mar 2016 17:05:11 -0700 Mateusz Kwapich convert: dead code removal - old git calling functions (SEC) stable
Tue, 22 Mar 2016 17:05:11 -0700 Mateusz Kwapich convert: rewrite calls to Git to use the new shelling mechanism (SEC) stable
Tue, 22 Mar 2016 17:05:11 -0700 Mateusz Kwapich convert: add new, non-clowny interface for shelling out to git (SEC) stable
Sun, 20 Mar 2016 21:52:21 -0700 Mateusz Kwapich subrepo: set GIT_ALLOW_PROTOCOL to limit git clone protocols (SEC) stable
Wed, 16 Mar 2016 17:30:26 -0700 Matt Mackall parsers: detect short records (SEC) stable
Wed, 16 Mar 2016 17:29:29 -0700 Matt Mackall parsers: fix list sizing rounding error (SEC) stable
Mon, 28 Mar 2016 17:16:00 -0500 Matt Mackall merge with stable
Mon, 28 Mar 2016 09:12:03 +0200 liscju debugsetparents: remove redundant invocations of begin/endparentchange
Sun, 27 Mar 2016 13:13:19 -0700 Gregory Szorc sslutil: add docstring to wrapsocket()
Sun, 27 Mar 2016 11:39:39 -0700 Gregory Szorc sslutil: remove indentation in wrapsocket declaration
Sun, 27 Mar 2016 14:18:32 -0700 Gregory Szorc sslutil: always use SSLContext
Sun, 27 Mar 2016 14:08:52 -0700 Gregory Szorc sslutil: move _canloaddefaultcerts logic
Sun, 27 Mar 2016 13:50:34 -0700 Gregory Szorc sslutil: implement SSLContext class
Sun, 27 Mar 2016 10:47:24 -0700 Gregory Szorc sslutil: store OP_NO_SSL* constants in module scope
Sun, 27 Mar 2016 14:07:06 -0700 Gregory Szorc sslutil: better document state of security/ssl module
Mon, 28 Mar 2016 01:57:44 +0530 Pulkit Goyal tests: make tinyproxy.py use print_function
Mon, 28 Mar 2016 04:02:07 +0000 timeless run-tests: use canonpath for with-python3
Mon, 28 Mar 2016 04:01:21 +0000 timeless run-tests: add canonpath function
Mon, 28 Mar 2016 03:40:30 +0000 timeless tests: glob py3 line numbers
Mon, 28 Mar 2016 03:35:08 +0000 timeless tests: update py3.5 output
Thu, 17 Mar 2016 14:50:29 +0000 timeless summary: move mergemod before parents to give access to ms
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip