Wed, 11 May 2016 23:24:41 +0000 timeless hg: disable demandimport for py3
Sun, 15 May 2016 10:48:05 +0900 Yuya Nishihara tests: enable import checker for all python files (including no .py files)
Sun, 15 May 2016 10:45:32 +0900 Yuya Nishihara tests: make 'f' utility import hashlib unconditionally
Sun, 15 May 2016 10:41:01 +0900 Yuya Nishihara tests: fix typo of shebang prefix in test-check-pyflakes.t
Sun, 15 May 2016 10:40:26 +0900 Yuya Nishihara hghave: silence future pyflakes warning of unused import
Sun, 15 May 2016 10:39:44 +0900 Yuya Nishihara tests: remove unused import from 'f' utility
Tue, 24 May 2016 23:36:27 +0200 liscju bookmarks: allow pushing active bookmark on new remote head (issue5236) stable
Sun, 15 May 2016 11:50:49 -0700 Gregory Szorc sslutil: remove redundant check of sslsocket.cipher()
Sun, 15 May 2016 11:38:38 -0700 Gregory Szorc sslutil: convert socket validation from a class to a function (API)
Sun, 15 May 2016 11:32:11 -0700 Gregory Szorc sslutil: store and use hostname and ui in socket instance
Sun, 15 May 2016 11:25:07 -0700 Gregory Szorc sslutil: use a dict for hanging hg state off the wrapped socket
Thu, 05 May 2016 19:10:18 -0700 Gregory Szorc sslutil: require serverhostname argument (API)
Wed, 18 May 2016 16:37:32 -0500 Matt Mackall annotate: optimize line counting
Mon, 16 May 2016 14:21:39 -0700 Gregory Szorc purge: use opts.get()
Wed, 11 May 2016 15:20:25 +0000 timeless test-run-tests: clean up inuse server eagerly
Wed, 11 May 2016 16:40:16 +0000 timeless tests: refactor run-tests helpers
Wed, 11 May 2016 04:49:27 +0000 timeless tests: silence test-repo obsolete warning
Mon, 09 May 2016 10:05:32 +0200 liscju largefiles: send statlfile remote calls only for nonexisting locally files
Mon, 16 May 2016 21:18:59 +0000 timeless check-code: reject .next(...)
Mon, 16 May 2016 21:30:53 +0000 timeless py3: convert to next() function
Mon, 16 May 2016 21:30:32 +0000 timeless revset: rename variable to avoid shadowing with builtin next() function
Fri, 06 May 2016 18:12:36 -0700 Sean Farley histedit: add experimental config for using the first word of the commit
Fri, 06 May 2016 18:00:03 -0700 Sean Farley histedit: add optional parameter for determining intial editor line
Sat, 14 May 2016 14:16:43 +0900 Yuya Nishihara tests: enable import checker for all **.py files
Sat, 14 May 2016 14:33:45 +0900 Yuya Nishihara py3: make contrib/import-checker.py get along with itself
Sat, 14 May 2016 14:23:04 +0900 Yuya Nishihara py3: make contrib/revsetbenchmarks.py not import symbols from stdlib modules
Sat, 14 May 2016 14:18:15 +0900 Yuya Nishihara py3: make contrib/bdiff-torture.py conform to our import style
Sat, 14 May 2016 13:39:33 +0900 Yuya Nishihara import-checker: extend check of symbol-import order to all local modules
Sat, 14 May 2016 13:20:13 +0900 Yuya Nishihara import-checker: always build a list of imported symbols
Sat, 14 May 2016 13:49:46 +0900 Yuya Nishihara import-checker: fix test to make a real package
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
Thu, 19 May 2016 00:20:38 +0900 FUJIWARA Katsunori util: make copyfile avoid ambiguity of file stat if needed
Thu, 19 May 2016 00:20:38 +0900 FUJIWARA Katsunori vfs: make rename avoid ambiguity of file stat if needed
Thu, 19 May 2016 00:20:38 +0900 FUJIWARA Katsunori vfs: make atomictempfile avoid ambiguity of file stat if needed
Thu, 19 May 2016 00:20:38 +0900 FUJIWARA Katsunori util: make atomictempfile avoid ambiguity of file stat if needed
Thu, 19 May 2016 00:20:37 +0900 FUJIWARA Katsunori util: add filestat class to detect ambiguity of file stat
Thu, 05 May 2016 23:17:19 +0000 timeless run-tests: handle json.dumps divergence
Tue, 10 May 2016 22:52:26 +0000 timeless tests: use debuginstall to retrieve hg version
Tue, 10 May 2016 22:45:45 +0000 timeless debuginstall: add mercurial version
Thu, 12 May 2016 06:13:59 -0700 Laurent Charignon strip: invalidate phase cache after stripping changeset (issue5235) stable
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
Tue, 17 May 2016 05:32:36 +0530 Pulkit Goyal py3: use setattr() to assign new class attribute
Wed, 11 May 2016 14:18:52 -0700 Mateusz Kwapich localrepo: use dirstate savebackup instead of handling dirstate file manually
Fri, 13 May 2016 13:30:08 -0700 Mateusz Kwapich localrepo: use dirstate restorebackup instead of copying dirstate manually
Fri, 13 May 2016 13:28:09 -0700 Mateusz Kwapich dirstate: add prefix and suffix arguments to backup
Wed, 20 Apr 2016 19:55:59 +0000 timeless tests: mark test-atomictempfile.py write as binary
Wed, 20 Apr 2016 19:53:01 +0000 timeless tests: mark test-context.py write as binary
Thu, 05 May 2016 16:20:53 +0200 Pierre-Yves David transaction: turn lack of locking into a hard failure (API)
Thu, 05 May 2016 16:13:22 +0200 Pierre-Yves David test: extract develwarn transaction testing in its own command
Mon, 16 May 2016 16:41:26 +0100 Martijn Pieters graphmod: update edgemap in-place
Fri, 06 May 2016 19:24:25 +0000 timeless tests: test-archive.t use mercurial.util for urllib compat
Fri, 06 May 2016 19:19:12 +0000 timeless tests: test-archive.t use sys.stdout.buffer for binary output in py3
Thu, 19 May 2016 14:35:22 -0700 Mateusz Kwapich localrepo: prevent executable-bit only changes from being lost on amend stable
Sat, 21 May 2016 02:48:51 +0900 FUJIWARA Katsunori tests: escape bytes setting MSB in input of grep for portability stable
Fri, 06 May 2016 19:17:49 +0000 timeless tests: test-archive.t use absolute_import
Fri, 06 May 2016 19:16:16 +0000 timeless tests: test-archive.t use open() instead of file() for py3 compat
Fri, 06 May 2016 19:15:37 +0000 timeless tests: test-archive.t use print_function
Tue, 17 May 2016 11:28:46 -0500 Matt Mackall merge with stable
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip