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
Thu, 17 Mar 2016 00:36:01 +0000 timeless filemerge: use revset notation for p1/p2 of local/other descriptions
Sat, 26 Mar 2016 12:55:52 +0900 FUJIWARA Katsunori tests: fix for failure of test-convert-p4-filetypes.t
Sun, 20 Mar 2016 21:08:17 -0400 Jordi Gutiérrez Hermoso crecord: re-enable reviewing a patch before comitting it
Sun, 20 Mar 2016 18:24:59 -0400 Jordi Gutiérrez Hermoso crecord: break out the help message for editing hunks
Sun, 20 Mar 2016 20:59:05 -0400 Jordi Gutiérrez Hermoso crecord: refactor hunk edit action to use ui.edit
Sun, 20 Mar 2016 13:55:41 -0400 Jordi Gutiérrez Hermoso edit: allow to configure the suffix of the temporary filename
Sat, 19 Mar 2016 18:37:10 -0700 Simon Farnsworth merge: save merge part labels for later reuse
Fri, 25 Mar 2016 21:51:00 +0000 timeless ui: add prompt argument to write (issue5154) (API)
Fri, 25 Mar 2016 10:47:49 -0700 Gregory Szorc hg: perform update after pulling during clone with share (issue5103) stable
Sat, 26 Mar 2016 10:53:31 +0900 FUJIWARA Katsunori tests: fix failure of test-convert-mtn.t
Sat, 26 Mar 2016 18:12:12 +0900 Yuya Nishihara templater: relax unquotestring() to fall back to bare string
Sat, 26 Mar 2016 19:01:12 +0900 Yuya Nishihara debugrevspec: show expanded/concatenated states before printing trees
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip