Fri, 08 Apr 2016 14:03:05 +0000 |
timeless |
pycompat: fix demand import handling of Queue
|
changeset |
files
|
Tue, 29 Mar 2016 17:43:23 +0000 |
timeless |
util: use __code__ (available since py2.6)
|
changeset |
files
|
Sun, 03 Apr 2016 11:20:50 +0900 |
Yuya Nishihara |
templater: give better error message for invalid engine type
|
changeset |
files
|
Thu, 07 Apr 2016 14:10:49 -0700 |
Durham Goode |
transaction: allow running file generators after finalizers
|
changeset |
files
|
Thu, 07 Apr 2016 11:11:55 +0000 |
timeless |
run-tests: move install.err into test area
|
changeset |
files
|
Fri, 08 Apr 2016 18:35:49 +0000 |
timeless |
help: report source of aliases
|
changeset |
files
|
Fri, 08 Apr 2016 16:05:52 +0000 |
timeless |
compact: add color labels to -Tcompact
|
changeset |
files
|
Fri, 08 Apr 2016 22:15:06 +0200 |
Adrian Buehlmann |
util: fix doc for datestr()
|
changeset |
files
|
Fri, 08 Apr 2016 14:11:03 +0200 |
Florent Gallaire |
date: reallow negative timestamp, fix for Windows buggy gmtime() (issue2513)
|
changeset |
files
|
Wed, 06 Apr 2016 19:08:04 +0000 |
timeless |
tests: use /usr/bin/env python for test-status-inprocess.py
|
changeset |
files
|
Wed, 06 Apr 2016 22:26:47 -0400 |
Augie Fackler |
run-tests: fix broken regular expression
|
changeset |
files
|
Tue, 05 Apr 2016 12:19:45 -0700 |
Pierre-Yves David |
test: don't rely on __del__ in test-devel-warnings.t
|
changeset |
files
|
Tue, 05 Apr 2016 20:01:23 +0100 |
Martijn Pieters |
dispatch: split out warning message generation to separate function
|
changeset |
files
|
Wed, 06 Apr 2016 20:08:18 +0000 |
timeless |
check-code: reject import Queue, suggest util.queue class for py3 compat
|
changeset |
files
|
Wed, 06 Apr 2016 20:07:51 +0000 |
timeless |
scmutil: use util.queue/util.empty for py3 compat
|
changeset |
files
|
Wed, 06 Apr 2016 20:00:49 +0000 |
timeless |
pycompat: add empty and queue to handle py3 divergence
|
changeset |
files
|
Mon, 04 Apr 2016 15:39:13 +0200 |
Julien Cristau |
convert: kill dead code
|
changeset |
files
|
Mon, 04 Apr 2016 15:38:48 +0200 |
Julien Cristau |
convert: don't ignore errors from git diff-tree
|
changeset |
files
|
Wed, 06 Apr 2016 18:19:36 +0000 |
timeless |
crecord: check for untracked arguments
|
changeset |
files
|
Wed, 06 Apr 2016 18:08:38 +0000 |
timeless |
localrepo: drop force check from checkcommitpatterns
|
changeset |
files
|
Wed, 06 Apr 2016 17:52:17 +0000 |
timeless |
localrepo: refactor commit argument check as checkcommitpatterns
|
changeset |
files
|
Tue, 05 Apr 2016 04:26:20 +0000 |
timeless |
run-tests: handle empty tests
|
changeset |
files
|
Tue, 12 Jan 2016 09:30:57 +0000 |
timeless |
docchecker: try to reject single quotes
|
changeset |
files
|
Thu, 03 Mar 2016 03:32:44 +0000 |
timeless |
docchecker: report context line at most once
|
changeset |
files
|
Wed, 06 Jan 2016 20:45:50 +0000 |
timeless |
tests: splitting test-gendoc.t into per file tests
|
changeset |
files
|
Tue, 05 Apr 2016 23:21:17 +0900 |
Yuya Nishihara |
test-hgweb-auth: stop direct symbol import of mercurial.error.Abort
|
changeset |
files
|
Tue, 05 Apr 2016 23:20:04 +0900 |
Yuya Nishihara |
test-hgweb-auth: alias ui as uimod
|
changeset |
files
|
Tue, 05 Apr 2016 23:18:52 +0900 |
Yuya Nishihara |
test-hg-parseurl: stop direct symbol import of mercurial.hg.parseurl
|
changeset |
files
|
Tue, 05 Apr 2016 23:17:43 +0900 |
Yuya Nishihara |
test-filelog: alias ui as uimod
|
changeset |
files
|
Tue, 05 Apr 2016 23:17:05 +0900 |
Yuya Nishihara |
test-duplicateoptions: alias ui as uimod
|
changeset |
files
|
Tue, 05 Apr 2016 23:16:16 +0900 |
Yuya Nishihara |
test-filecache: alias ui as uimod
|
changeset |
files
|
Tue, 05 Apr 2016 23:15:49 +0900 |
Yuya Nishihara |
test-filecache: sort import lines
|
changeset |
files
|
Tue, 05 Apr 2016 23:13:52 +0900 |
Yuya Nishihara |
test-ctxmanager: stop direct symbol import of mercurial.util
|
changeset |
files
|
Tue, 05 Apr 2016 23:10:13 +0900 |
Yuya Nishihara |
test-batching: stop direct symbol import of mercurial modules
|
changeset |
files
|
Wed, 06 Jan 2016 17:18:18 +0000 |
timeless |
children: use double quotes for arguments
|
changeset |
files
|
Tue, 12 Jan 2016 09:30:39 +0000 |
timeless |
largefiles: use double quotes for arguments
|
changeset |
files
|
Tue, 12 Jan 2016 09:30:24 +0000 |
timeless |
graft: use double quotes for arguments
|
changeset |
files
|
Mon, 04 Apr 2016 06:27:12 +0000 |
timeless |
hghave: add cvsnt
|
changeset |
files
|
Fri, 01 Apr 2016 15:12:50 -0700 |
Kostia Balytskyi |
commands: allow debugobsolete to delete arbitrary obsmarkers
|
changeset |
files
|
Fri, 01 Apr 2016 15:20:31 -0700 |
Kostia Balytskyi |
commands: disallow 'hg debugobsolete --index --rev <smth>'
|
changeset |
files
|
Tue, 05 Apr 2016 18:10:33 +0100 |
Jun Wu |
mercurial: add editorconfig
|
changeset |
files
|
Tue, 05 Apr 2016 10:43:43 -0400 |
Matt Fowles |
parsers: fix istat macro to work with single line if statement
|
changeset |
files
|
Tue, 05 Apr 2016 14:44:18 +0300 |
Maciej Fijalkowski |
pypy: fix setdiscovery test
|
changeset |
files
|
Tue, 05 Apr 2016 17:43:02 +0100 |
Jun Wu |
chg: wrap line at 80 chars
|
changeset |
files
|
Tue, 05 Apr 2016 15:16:01 +0100 |
Jun Wu |
chg: replace abortmsg showing errno with abortmsgerrno
|
changeset |
files
|
Tue, 05 Apr 2016 17:25:39 +0100 |
Jun Wu |
chg: add util function abortmsgerrno to print error with errno
|
changeset |
files
|
Tue, 05 Apr 2016 14:48:09 +0100 |
Jun Wu |
chg: use color in debug/error messages conditionally
|
changeset |
files
|
Mon, 04 Apr 2016 17:45:54 -0700 |
Pierre-Yves David |
revset: force ascending order for baseset initialized from a set
|
changeset |
files
|
Mon, 04 Apr 2016 17:45:15 -0700 |
Pierre-Yves David |
revset: stabilize repr of baseset initialized with a set
|
changeset |
files
|
Mon, 04 Apr 2016 17:27:37 +0100 |
Martijn Pieters |
dispatch: factor out command failure handling into a function
|
changeset |
files
|
Tue, 05 Apr 2016 10:59:46 +0300 |
Maciej Fijalkowski |
pypy: fix overeager pattern matching on mpatchError
|
changeset |
files
|
Thu, 31 Mar 2016 02:05:28 +0000 |
timeless |
mpatch: unify mpatchError (issue5182)
|
changeset |
files
|
Wed, 30 Mar 2016 22:01:47 +0000 |
timeless |
check-code: reject sed ... \\n
|
changeset |
files
|
Sat, 02 Apr 2016 15:56:47 -0700 |
Pierre-Yves David |
hideablerevs: expand docstring to warn about possible traps
|
changeset |
files
|
Sun, 03 Apr 2016 19:47:29 +0900 |
Yuya Nishihara |
hghave: replace relative import of docutils.core
|
changeset |
files
|
Sun, 03 Apr 2016 20:12:59 +0900 |
Yuya Nishihara |
tests: make tinyproxy.py not import sys.argv by name
|
changeset |
files
|
Sun, 03 Apr 2016 20:13:42 +0900 |
Yuya Nishihara |
tests: alias ui as uimod in test-walkrepo
|
changeset |
files
|
Sun, 03 Apr 2016 19:56:59 +0900 |
Yuya Nishihara |
tests: alias ui as uimod in test-ui-config
|
changeset |
files
|
Sun, 03 Apr 2016 19:52:13 +0900 |
Yuya Nishihara |
tests: alias ui as uimod in test-context
|
changeset |
files
|
Sun, 03 Apr 2016 19:48:47 +0900 |
Yuya Nishihara |
tests: alias ui as uimod in test-ancestor
|
changeset |
files
|