log

age author description
Tue, 05 Apr 2016 23:35:45 +0900 Yuya Nishihara tests: alias ui as uimod in test-revlog-ancestry/test-ui-verbosity
Tue, 05 Apr 2016 23:23:43 +0900 Yuya Nishihara tests: move stdlib imports before mercurial modules in test-parseindex2
Tue, 05 Apr 2016 23:22:38 +0900 Yuya Nishihara tests: stop direct symbol import of pprint.pprint in tests-minirst
Tue, 05 Apr 2016 23:30:18 +0900 Yuya Nishihara tests: import mercurial modules by name in test-propertycache
Tue, 05 Apr 2016 23:33:55 +0900 Yuya Nishihara tests: remove unused import of mercurial.repoview from test-propertycache
Sun, 03 Apr 2016 11:23:31 +0900 Yuya Nishihara templater: drop deprecated handling of KeyError from changeset_templater
Wed, 06 Apr 2016 20:34:34 +0000 timeless test-commandserver: handle cStringIO.StringIO/io.StringIO divergence
Wed, 06 Apr 2016 20:31:31 +0000 timeless pycompat: add util.stringio to handle py3 divergence
Wed, 06 Apr 2016 22:35:52 +0000 timeless pycompat: alias xrange to range in py3
Fri, 08 Apr 2016 14:03:05 +0000 timeless pycompat: fix demand import handling of Queue
Tue, 29 Mar 2016 17:43:23 +0000 timeless util: use __code__ (available since py2.6)
Sun, 03 Apr 2016 11:20:50 +0900 Yuya Nishihara templater: give better error message for invalid engine type
Thu, 07 Apr 2016 14:10:49 -0700 Durham Goode transaction: allow running file generators after finalizers
Thu, 07 Apr 2016 11:11:55 +0000 timeless run-tests: move install.err into test area
Fri, 08 Apr 2016 18:35:49 +0000 timeless help: report source of aliases
Fri, 08 Apr 2016 16:05:52 +0000 timeless compact: add color labels to -Tcompact
Fri, 08 Apr 2016 22:15:06 +0200 Adrian Buehlmann util: fix doc for datestr()
Fri, 08 Apr 2016 14:11:03 +0200 Florent Gallaire date: reallow negative timestamp, fix for Windows buggy gmtime() (issue2513)
Wed, 06 Apr 2016 19:08:04 +0000 timeless tests: use /usr/bin/env python for test-status-inprocess.py
Wed, 06 Apr 2016 22:26:47 -0400 Augie Fackler run-tests: fix broken regular expression
Tue, 05 Apr 2016 12:19:45 -0700 Pierre-Yves David test: don't rely on __del__ in test-devel-warnings.t
Tue, 05 Apr 2016 20:01:23 +0100 Martijn Pieters dispatch: split out warning message generation to separate function
Wed, 06 Apr 2016 20:08:18 +0000 timeless check-code: reject import Queue, suggest util.queue class for py3 compat
Wed, 06 Apr 2016 20:07:51 +0000 timeless scmutil: use util.queue/util.empty for py3 compat
Wed, 06 Apr 2016 20:00:49 +0000 timeless pycompat: add empty and queue to handle py3 divergence
Mon, 04 Apr 2016 15:39:13 +0200 Julien Cristau convert: kill dead code
Mon, 04 Apr 2016 15:38:48 +0200 Julien Cristau convert: don't ignore errors from git diff-tree
Wed, 06 Apr 2016 18:19:36 +0000 timeless crecord: check for untracked arguments
Wed, 06 Apr 2016 18:08:38 +0000 timeless localrepo: drop force check from checkcommitpatterns
Wed, 06 Apr 2016 17:52:17 +0000 timeless localrepo: refactor commit argument check as checkcommitpatterns