log

age author description
Tue, 05 Apr 2016 01:35:36 +0000 timeless hg: limit HGUNICODEPEDANTRY to py2
Fri, 13 May 2016 02:58:15 +0530 Pulkit Goyal py3: make i18n/hggettext use print_function
Fri, 13 May 2016 02:56:13 +0530 Pulkit Goyal py3: make i18n/hggettext use absolute_import
Fri, 13 May 2016 02:41:35 +0530 Pulkit Goyal py3: make doc/docchecker use print_function
Fri, 13 May 2016 02:40:39 +0530 Pulkit Goyal py3: make doc/docchecker use absolute_import
Fri, 13 May 2016 02:23:45 +0530 Pulkit Goyal py3: make contrib/undumprevlog use absolute_import
Fri, 13 May 2016 02:16:32 +0530 Pulkit Goyal py3: make contrib/dumprevlog use print_function
Fri, 13 May 2016 02:14:49 +0530 Pulkit Goyal py3: make contrib/dumprevlog use absolute_import
Fri, 13 May 2016 02:13:14 +0530 Pulkit Goyal py3: make contrib/check-commit use print_function
Fri, 13 May 2016 02:11:57 +0530 Pulkit Goyal py3: make contrib/check-commit use absolute_import
Thu, 12 May 2016 01:03:19 +0100 Jun Wu hgcia: remove hgcia (BC)
Fri, 13 May 2016 03:31:07 +0530 Pulkit Goyal py3: make tests/hghave use absolute_import
Fri, 13 May 2016 03:28:44 +0530 Pulkit Goyal py3: make tests/f use absolute_import
Fri, 13 May 2016 03:26:28 +0530 Pulkit Goyal py3: make tests/dummyssh use absolute_import
Fri, 13 May 2016 03:18:04 +0530 Pulkit Goyal py3: make raise statement python3 compatible
Mon, 16 May 2016 17:21:25 -0500 Matt Mackall Added signature for changeset aaabed77791a stable
Mon, 16 May 2016 17:21:19 -0500 Matt Mackall Added tag 3.8.2 for changeset aaabed77791a stable
Fri, 13 May 2016 07:19:59 +0900 FUJIWARA Katsunori help: search section of help topic by translated section name correctly stable 3.8.2
Fri, 13 May 2016 07:19:59 +0900 FUJIWARA Katsunori patch: show lower-ed translated message correctly stable
Fri, 13 May 2016 03:09:30 +0530 Pulkit Goyal py3: make i18n/posplit use print_function
Fri, 13 May 2016 03:08:46 +0530 Pulkit Goyal py3: make i18n/posplit use absolute_import
Thu, 12 May 2016 09:39:14 -0400 Augie Fackler wireproto: optimize handling of large batch responses
Thu, 05 May 2016 19:32:51 +0200 Pierre-Yves David cleanup: replace False identity testing with an explicit token object
Wed, 11 May 2016 09:31:47 +0200 Pierre-Yves David devel: officially deprecate dirstate.write without transaction argument
Wed, 11 May 2016 09:31:47 +0200 Pierre-Yves David devel: officially deprecate update without destination
Wed, 11 May 2016 09:34:59 +0200 Pierre-Yves David devel: fix a typo in a deprecation warning
Wed, 11 May 2016 09:31:47 +0200 Pierre-Yves David devel: officially deprecate old style revset
Wed, 11 May 2016 01:46:11 +0000 timeless check-code: handle py3 open divergence
Wed, 11 May 2016 01:44:39 +0000 timeless check-code: switch to opener
Wed, 11 May 2016 01:39:07 +0000 timeless check-code: handle range/xrange divergence