tests/test-check-py3-compat.t
Mon, 21 Nov 2016 15:38:56 +0530 Pulkit Goyal py3: update test-check-py3-compat.t output
Thu, 10 Nov 2016 22:15:58 -0800 Gregory Szorc zstd: vendor python-zstandard 0.5.0
Wed, 09 Nov 2016 22:15:51 +0900 Yuya Nishihara py3: update test-check-py3-compat.t output
Sun, 14 Aug 2016 19:20:12 -0700 Gregory Szorc statprof: use print function
Tue, 01 Nov 2016 18:55:30 -0700 Gregory Szorc statprof: use absolute_imports
Tue, 01 Nov 2016 18:54:03 -0700 Gregory Szorc statprof: vendor statprof.py
Mon, 10 Oct 2016 05:31:31 -0700 Mateusz Kwapich py3: use raw strings in line continuation (convert ext)
Mon, 10 Oct 2016 05:30:14 -0700 Mateusz Kwapich py3: namedtuple takes unicode (journal ext)
Sat, 08 Oct 2016 17:22:07 +0200 Yuya Nishihara py3: make check-py3-compat.py load modules in standard manner
Sun, 09 Oct 2016 08:31:39 +0200 Yuya Nishihara py3: include module filename in check-py3-compat.py output
Sat, 08 Oct 2016 08:36:39 -0400 Augie Fackler util: ensure forwarded attrs are set in globals() as sysstr
Sat, 08 Oct 2016 05:26:18 -0400 Augie Fackler i18n: make the locale directory name the same string type as the datapath
Sat, 08 Oct 2016 08:54:05 -0700 Mateusz Kwapich py3: make encodefun in store.py compatible with py3k
Fri, 07 Oct 2016 17:30:11 +0200 Pulkit Goyal mail: handle renamed email.Header
Fri, 07 Oct 2016 08:32:40 -0400 Augie Fackler revset: build _syminitletters from a saner source: the string module
Fri, 07 Oct 2016 07:43:04 -0400 Augie Fackler hgmanpage: stop using raw-unicode strings
Fri, 07 Oct 2016 08:58:23 -0400 Augie Fackler util: use string.hexdigits instead of defining it ourselves
Fri, 07 Oct 2016 08:01:16 -0400 Augie Fackler util: correct check of sys.version_info
Fri, 07 Oct 2016 14:04:49 +0200 Pulkit Goyal py3: handle multiple arguments in .encode() and .decode()
Fri, 07 Oct 2016 12:13:28 +0200 Pulkit Goyal py3: convert to unicode to pass into encode()
Sun, 02 Oct 2016 05:29:17 +0530 Pulkit Goyal py3: use unicode in is_frozen()
Sun, 02 Oct 2016 03:38:14 +0530 Pulkit Goyal py3: use unicodes in __slots__
Sat, 01 Oct 2016 15:10:38 -0400 Augie Fackler merge with stable
Wed, 28 Sep 2016 20:07:32 +0900 Yuya Nishihara py3: make i18n use encoding.environ
Wed, 28 Sep 2016 20:05:34 +0900 Yuya Nishihara py3: provide encoding.environ which is a dict of bytes
Fri, 23 Sep 2016 14:37:15 -0400 Augie Fackler py3: update test expectation on stable stable 3.9.2
Thu, 01 Sep 2016 02:29:46 +0530 Pulkit Goyal py3: remove use of *L syntax
Tue, 30 Aug 2016 13:33:48 -0400 Augie Fackler py3: split check of pygments-using files from the rest of the tree
Wed, 17 Aug 2016 20:56:12 +0900 Yuya Nishihara py3: automatically glob out line numbers from check-py3-compat output
Wed, 17 Aug 2016 20:52:50 +0900 Yuya Nishihara py3: have check-py3-compat require pygments to get stable result
Tue, 16 Aug 2016 12:35:15 +0900 Yuya Nishihara py3: import builtin wrappers automagically by code transformer
Wed, 10 Aug 2016 04:35:44 +0530 Pulkit Goyal py3: conditionalize _winreg import
Mon, 08 Aug 2016 23:51:11 +0530 Pulkit Goyal py3: conditionalize the raise statement
Tue, 09 Aug 2016 02:28:34 +0900 FUJIWARA Katsunori py3: make check-py3-compat.py use correct module name at loading pure modules
Tue, 09 Aug 2016 02:28:34 +0900 FUJIWARA Katsunori py3: update output of check-py3-compat.py with python3
Thu, 04 Aug 2016 00:32:19 +0530 Pulkit Goyal py3: use unicode literals in pure/osutil.py
Thu, 04 Aug 2016 00:04:48 +0530 Pulkit Goyal py3: update test-check-py3-compat.t output
Wed, 13 Jul 2016 23:38:29 +0530 Pulkit Goyal py3: conditionalize BaseHTTPServer, SimpleHTTPServer and CGIHTTPServer import
Mon, 04 Jul 2016 11:18:03 -0700 Gregory Szorc mercurial: implement a source transforming module loader on Python 3
Sun, 03 Jul 2016 22:28:24 +0530 Pulkit Goyal py3: make files use absolute_import and print_function
Tue, 28 Jun 2016 16:01:53 +0530 Pulkit Goyal py3: conditionalize httplib import
Mon, 27 Jun 2016 16:48:54 +0530 Pulkit Goyal py3: conditionalize SocketServer import
Mon, 27 Jun 2016 16:37:37 +0530 Pulkit Goyal py3: conditionalize xmlrpclib import
Mon, 27 Jun 2016 16:16:10 +0530 Pulkit Goyal py3: conditionalize the urlparse import
Mon, 27 Jun 2016 15:53:38 +0530 Pulkit Goyal py3: update tests/test-check-py3-compat.t
Sat, 04 Jun 2016 14:38:00 +0530 Pulkit Goyal py3: conditionalize cPickle import by adding in util
Tue, 10 May 2016 15:20:04 +0200 liscju py3: make largefiles/wirestore.py use absolute_import
Tue, 10 May 2016 15:14:41 +0200 liscju py3: make largefiles/uisetup.py use absolute_import
Tue, 10 May 2016 15:04:22 +0200 liscju py3: make largefiles/reposetup.py use absolute_import
Tue, 10 May 2016 15:00:22 +0200 liscju py3: make largefiles/remotestore.py use absolute_import
Tue, 10 May 2016 14:41:58 +0200 liscju py3: make largefiles/proto.py use absolute_import
Tue, 10 May 2016 14:26:36 +0200 liscju py3: make largefiles/overrides.py use absolute_import
Tue, 10 May 2016 14:20:51 +0200 liscju py3: make largefiles/localstore.py use absolute_import
Tue, 10 May 2016 15:09:22 +0200 liscju py3: make largefiles/lfutil.py use absolute_import
Sat, 07 May 2016 15:44:46 +0200 liscju py3: make largefiles/lfcommands.py use absolute_import
Fri, 06 May 2016 14:30:23 +0200 liscju py3: make largefiles/basestore.py use absolute_import
Fri, 06 May 2016 14:28:32 +0200 liscju py3: make largefiles/__init__.py use absolute_import
Wed, 11 May 2016 04:49:27 +0000 timeless tests: silence test-repo obsolete warning
Mon, 16 May 2016 04:31:20 +0530 Pulkit Goyal py3: make tests/svn-safe-append.py use absolute_import
Mon, 16 May 2016 04:28:22 +0530 Pulkit Goyal py3: make tests/test-atomictempfile.py use absolute_import
Mon, 16 May 2016 04:08:17 +0530 Pulkit Goyal py3: tests/test-check-py3-compat.t output updated
Wed, 11 May 2016 01:56:59 +0000 timeless readlink: use print_function
Thu, 12 May 2016 01:03:19 +0100 Jun Wu hgcia: remove hgcia (BC)
Wed, 11 May 2016 01:56:08 +0000 timeless check-code: fix py3 complaint about \NNN being invalid unicode
Fri, 06 May 2016 22:21:32 +0530 Pulkit Goyal py3: make hgext/rebase.py use absolute_import
Fri, 06 May 2016 21:54:31 +0530 Pulkit Goyal py3: make hgext/mq.py use absolute_import
Fri, 06 May 2016 21:52:26 +0530 Pulkit Goyal py3: make hgext/hisedit.py use absolute_import
Fri, 06 May 2016 21:50:40 +0530 Pulkit Goyal py3: make hgext/hgk.py use absolute_import
Fri, 06 May 2016 21:46:17 +0530 Pulkit Goyal py3: make hgext/gpg.py use absolute_import
Fri, 06 May 2016 21:48:17 +0530 Pulkit Goyal py3: make hgext/graphlog.py use absolute_import
Fri, 06 May 2016 21:44:41 +0530 Pulkit Goyal py3: make hgext/fetch.py use absolute_import
Fri, 06 May 2016 21:41:25 +0530 Pulkit Goyal tests: test-check-py3-compat.t output updated
Sun, 17 Apr 2016 02:29:33 +0530 Pulkit Goyal py3: make factotum use absolute_import
Sun, 17 Apr 2016 02:15:05 +0530 Pulkit Goyal py3: make extdiff use absolute_import
Sun, 17 Apr 2016 02:10:55 +0530 Pulkit Goyal py3: make eol use absolute_import
Sun, 17 Apr 2016 00:53:56 +0530 Pulkit Goyal py3: make color use absolute_import
Sun, 17 Apr 2016 00:23:05 +0530 Pulkit Goyal py3: make hgmanpage use absolute_import
Sun, 17 Apr 2016 00:20:44 +0530 Pulkit Goyal py3: make gendoc use absolute_import
Sun, 17 Apr 2016 00:14:42 +0530 Pulkit Goyal py3: make check-seclevel use absolute_import
Sat, 16 Apr 2016 12:41:58 +0530 Pulkit Goyal py3: make test-demandimport use print_function
Sat, 16 Apr 2016 06:03:11 +0300 Robert Stanca py3: use absolute_import in svnxml.py
Sat, 16 Apr 2016 05:34:21 +0300 Robert Stanca py3: use absolute_import in sitecustomize.py
Sat, 16 Apr 2016 05:33:23 +0300 Robert Stanca py3: use absolute_import in revlog-formatv0.py
Sat, 16 Apr 2016 05:32:10 +0300 Robert Stanca py3: use absolute_import in printenv.py
Sat, 16 Apr 2016 05:30:32 +0300 Robert Stanca py3: use absolute_import in mockblackbox.py
Sat, 16 Apr 2016 05:29:29 +0300 Robert Stanca py3: use absolute_import in killdaemons.py
Sat, 16 Apr 2016 04:06:24 +0530 Pulkit Goyal tests: make test-trusted use print_function
Sat, 16 Apr 2016 03:38:23 +0530 Pulkit Goyal tests: make test-doctest use absolute_import
Sat, 16 Apr 2016 03:35:27 +0530 Pulkit Goyal tests: make test-hgwebdir-paths use absolute_import
Sat, 16 Apr 2016 03:22:45 +0530 Pulkit Goyal tests: make test-lrucachedict use print_function
Sat, 16 Apr 2016 03:10:41 +0530 Pulkit Goyal tests: make test-lrucachedict use absolute_import
Sat, 16 Apr 2016 03:08:16 +0530 Pulkit Goyal tests: make test-manifest use absolute_import
Sat, 16 Apr 2016 03:04:23 +0530 Pulkit Goyal tests: make test-pathencode use absolute_import
Sat, 16 Apr 2016 02:59:36 +0530 Pulkit Goyal tests: make test-simplemerge use absolute_import
Thu, 14 Apr 2016 01:06:45 +0530 Pulkit Goyal tests: make test-pathencode use print_function
Thu, 14 Apr 2016 01:03:24 +0530 Pulkit Goyal tests: make test-run-tests use absolute_import
Thu, 14 Apr 2016 00:58:31 +0530 Pulkit Goyal tests: make test-symlink-os-yes-fs-no use absolute_import
Thu, 14 Apr 2016 00:56:08 +0530 Pulkit Goyal tests: make test-ui-color use absolute_import
Thu, 14 Apr 2016 00:53:35 +0530 Pulkit Goyal tests: make test-url use absolute_import
Thu, 14 Apr 2016 00:49:58 +0530 Pulkit Goyal tests: make test-trusted use absolute_import
Wed, 06 Apr 2016 23:22:12 +0000 timeless pycompat: switch to util.urlreq/util.urlerr for py3 compat
Sun, 10 Apr 2016 20:55:37 +0000 timeless pycompat: switch to util.stringio for py3 compat
Wed, 06 Apr 2016 20:07:51 +0000 timeless scmutil: use util.queue/util.empty for py3 compat
Mon, 04 Apr 2016 05:20:40 +0300 Robert Stanca py3: use print_function in test-status-inprocess.py
Mon, 04 Apr 2016 05:19:35 +0300 Robert Stanca py3: use absolute_import in test-status-inprocess.py
Mon, 04 Apr 2016 05:10:11 +0300 Robert Stanca py3: use print_function in test-revlog-ancestry.py
Mon, 04 Apr 2016 05:09:24 +0300 Robert Stanca py3: use absolute_import in test-revlog-ancestry.py
Mon, 04 Apr 2016 04:56:05 +0300 Robert Stanca py3: use print_function in test-propertycache.py
Mon, 04 Apr 2016 03:16:18 +0300 Robert Stanca py3: use absolute_import in test-propertycache.py
Mon, 04 Apr 2016 03:14:16 +0300 Robert Stanca py3: use print_function in test-parseindex2.py
Mon, 04 Apr 2016 03:06:33 +0300 Robert Stanca py3: use absolute_import in test-parseindex2.py
Mon, 04 Apr 2016 03:04:08 +0300 Robert Stanca py3: use print_function in test-minirst.py
Mon, 04 Apr 2016 03:00:43 +0300 Robert Stanca py3: use absolute_import in test-minirst.py
Mon, 04 Apr 2016 02:58:53 +0300 Robert Stanca py3: use print_function in test-hybridencode.py
Mon, 04 Apr 2016 01:33:08 +0300 Robert Stanca py3: use absolute_import in test-hybridencode.py
Mon, 04 Apr 2016 01:31:21 +0300 Robert Stanca py3: use print_function in test-hgweb-auth.py
Mon, 04 Apr 2016 00:55:36 +0300 Robert Stanca py3: use absolute_import in test-hgweb-auth.py
Mon, 04 Apr 2016 00:29:03 +0300 Robert Stanca py3: use print_function in test-hg-parseurl.py
Mon, 04 Apr 2016 00:27:04 +0300 Robert Stanca py3: use absolute_import in test-hg-parseurl.py
Mon, 04 Apr 2016 00:17:11 +0300 Robert Stanca py3: use print_function in test-filelog.py
less more (0) -120 tip