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
|
Sun, 27 Mar 2016 20:31:56 +0900 |
Yuya Nishihara |
templater: add parsing and expansion rules to process "templatealias" section
|
Sun, 27 Mar 2016 20:29:03 +0900 |
Yuya Nishihara |
templater: add function to parse whole string as template expression
|
Tue, 29 Mar 2016 17:27:34 +0900 |
Yuya Nishihara |
parser: factor out _trygetfunc() that extracts function name and arguments
|
Tue, 29 Mar 2016 17:21:11 +0900 |
Yuya Nishihara |
parser: make _getalias() return (alias, pattern-args) pair
|
Tue, 29 Mar 2016 16:50:16 +0900 |
Yuya Nishihara |
parser: drop redundant comparison between alias declaration tree and pattern
|
Thu, 14 Apr 2016 14:26:37 +0000 |
timeless |
patchbomb: fix public-is-missing hint
|
Thu, 14 Apr 2016 14:36:52 +0000 |
timeless |
tests: clarify patchbomb repo is public not remote
|
Wed, 13 Apr 2016 13:51:39 +0000 |
timeless |
run-tests: set HGMODULEPOLICY for --pure
|
Thu, 14 Apr 2016 15:26:18 -0400 |
Nathaniel Manista |
cmdutil: avoid recycling variable name "name" in namespaces code
|
Tue, 05 Apr 2016 06:53:33 +0200 |
liscju |
update: fix bare update to work on new branch
|
Wed, 13 Apr 2016 09:56:51 +0200 |
liscju |
remove: fix --force option help description (issue5177)
|
Tue, 05 Apr 2016 17:39:59 +0100 |
Martijn Pieters |
logtoprocess: new experimental extension
|
Wed, 13 Apr 2016 00:16:21 +0200 |
Mads Kiilerich |
convert: keep converted hg parents that are outside convert.hg.revs (BC)
|
Thu, 24 Mar 2016 16:01:07 -0700 |
Mads Kiilerich |
tests: coverage of ancestry with convert in multiple non-overlapping steps
|
Mon, 29 Feb 2016 22:58:15 +0900 |
Yuya Nishihara |
revset: rename findaliases() to expandaliases()
|
Tue, 29 Mar 2016 16:30:59 +0900 |
Yuya Nishihara |
parser: add short comment how aliases are expanded in phases
|
Tue, 29 Mar 2016 16:19:31 +0900 |
Yuya Nishihara |
parser: reorder alias expansion routine to return early
|
Mon, 29 Feb 2016 22:15:44 +0900 |
Yuya Nishihara |
parser: move functions that process alias expansion to rule-set class
|
Mon, 29 Feb 2016 22:10:48 +0900 |
Yuya Nishihara |
revset: unindent codes in _getalias() function
|
Mon, 29 Feb 2016 19:24:15 +0900 |
Yuya Nishihara |
parser: extract helper that creates a dict of aliases
|
Mon, 29 Feb 2016 18:33:30 +0900 |
Yuya Nishihara |
parser: construct alias object by rule-set class
|
Fri, 08 Apr 2016 16:42:43 +0200 |
santiagopim |
graphmod: shorten graph
|
Mon, 11 Apr 2016 12:06:18 -0700 |
Jason Gauci |
tests: ensure that 'hg update' is disabled during histedit (issue3655)
|
Tue, 12 Apr 2016 00:34:02 -0400 |
Matt Harbison |
test-remove: drop a useless Windows specific conditional
|
Tue, 15 Mar 2016 23:04:35 -0400 |
Matt Harbison |
test-blackbox: add missing glob for Windows
|
Tue, 15 Mar 2016 21:56:01 -0400 |
Matt Harbison |
test-largefiles: stabilize output for Windows
|
Tue, 15 Mar 2016 21:47:43 -0400 |
Matt Harbison |
test-import: fix output on Windows
|
Tue, 15 Mar 2016 21:45:32 -0400 |
Matt Harbison |
test-install: fix output on Windows
|
Thu, 07 Apr 2016 00:34:07 +0000 |
timeless |
check-code: reject import urllib
|
Wed, 06 Apr 2016 23:22:12 +0000 |
timeless |
pycompat: switch to util.urlreq/util.urlerr for py3 compat
|
Thu, 07 Apr 2016 00:05:48 +0000 |
timeless |
pycompat: add util.urlerr util.urlreq classes for py3 compat
|
Sun, 20 Mar 2016 16:49:56 -0700 |
Yuya Nishihara |
test-progress: disable mocking-time tests on chg
|
Sun, 20 Mar 2016 14:55:56 -0700 |
Yuya Nishihara |
hghave: add "chg" flag to skip tests that can't be compatible with chg
|
Wed, 06 Apr 2016 19:09:12 +0000 |
timeless |
tests: add new test for #! shebang lines
|
Sun, 27 Mar 2016 13:00:28 -0700 |
Mads Kiilerich |
largefiles: introduce push --lfrev to control which revisions are pushed
|
Wed, 13 Apr 2016 01:45:45 +0200 |
Mads Kiilerich |
largefiles: don't access repo.changelog directly in getlfilestoupload
|
Wed, 13 Apr 2016 01:09:11 +0200 |
Mads Kiilerich |
localrepo: refactor prepushoutgoinghook to take a pushop
|
Tue, 29 Mar 2016 00:08:25 +0900 |
Yuya Nishihara |
parser: unify parser function of alias declaration and definition
|
Tue, 29 Mar 2016 00:05:14 +0900 |
Yuya Nishihara |
revset: unify function that parses alias declaration and definition
|
Mon, 29 Feb 2016 18:10:07 +0900 |
Yuya Nishihara |
parser: move alias definition parser to common rule-set class
|
Mon, 29 Feb 2016 18:00:51 +0900 |
Yuya Nishihara |
parser: move _relabelaliasargs() to common rule-set class
|
Mon, 29 Feb 2016 17:54:03 +0900 |
Yuya Nishihara |
parser: move alias declaration parser to common rule-set class
|
Sun, 03 Apr 2016 16:55:23 +0900 |
Yuya Nishihara |
parser: add stub class that will host alias parsing and expansion
|
Mon, 29 Feb 2016 17:43:39 +0900 |
Yuya Nishihara |
revset: narrow scope of "except ParseError" block in _parsealiasdecl()
|
Tue, 12 Apr 2016 04:06:50 -0700 |
Kostia Balytskyi |
obsstore: move delete function from obsstore class to repair module
|
Tue, 12 Apr 2016 03:40:53 -0700 |
Kostia Balytskyi |
debugobsolete: style fixes to debugobsolete that slipped from original commit
|
Wed, 09 Mar 2016 10:47:33 -0500 |
Matt Mackall |
import: document --exact behavior in more detail
|
Mon, 11 Apr 2016 19:46:50 +0200 |
Adrian Buehlmann |
util: add doctest to datestr()
|
Tue, 12 Apr 2016 00:30:28 +0200 |
Florent Gallaire |
date: fix boundary check of negative integer
|
Sun, 10 Apr 2016 22:00:34 +0100 |
Jun Wu |
chg: server exited with code 0 without being connectable is an error
|
Fri, 08 Apr 2016 23:33:28 -0700 |
Oleg Afanasyev |
shelve: refactor directory name into constant
|
Sun, 10 Apr 2016 20:55:37 +0000 |
timeless |
pycompat: switch to util.stringio for py3 compat
|
Sun, 10 Apr 2016 21:32:08 +0000 |
timeless |
py3: use multi-line import in test-wireproto.py
|
Sun, 10 Apr 2016 21:32:05 +0000 |
timeless |
py3: use absolute_import in test-hgweb-non-interactive.t
|
Sun, 10 Apr 2016 21:32:01 +0000 |
timeless |
py3: use absolute_import in test-hgweb-no-request-uri.t
|
Sun, 10 Apr 2016 21:31:58 +0000 |
timeless |
py3: use absolute_import in test-hgweb-no-path-info.t
|
Mon, 11 Apr 2016 00:18:27 +0100 |
Jun Wu |
chg: use fsetcloexec instead of closing lockfd manually
|
Mon, 11 Apr 2016 00:17:17 +0100 |
Jun Wu |
chg: extract the logic of setting FD_CLOEXEC to a utility function
|
Sun, 10 Apr 2016 03:14:32 +0100 |
Jun Wu |
chg: add fchdirx as a utility function
|
Sun, 10 Apr 2016 22:58:11 +0100 |
Jun Wu |
chg: check lockfd at freecmdserveropts
|
Sun, 10 Apr 2016 23:56:00 +0100 |
Jun Wu |
chg: add sockdirfd to cmdserveropts
|
Sun, 10 Apr 2016 21:56:05 +0100 |
Jun Wu |
chg: fix spelling in the error message about error waiting for cmdserver
|
Sun, 10 Apr 2016 11:02:58 -0700 |
Gregory Szorc |
sslutil: document and slightly refactor validation logic
|
Sun, 10 Apr 2016 11:00:41 -0700 |
Gregory Szorc |
sslutil: require a server hostname when wrapping sockets (API)
|
Sun, 10 Apr 2016 10:59:45 -0700 |
Gregory Szorc |
sslutil: move and document verify_mode assignment
|
Sun, 10 Apr 2016 10:54:53 -0700 |
Gregory Szorc |
tests: use --insecure instead of web.cacerts=!
|
Sun, 10 Apr 2016 10:58:47 -0700 |
Gregory Szorc |
help: remove references to "Python 2.6 or later"
|
Mon, 04 Apr 2016 02:05:10 -0700 |
Kostia Balytskyi |
commands: make --rev and --index compatible in debugobsolete
|
Sun, 03 Apr 2016 19:38:57 +0900 |
Yuya Nishihara |
tests: enable import checker for tests/**.py files
|
Tue, 05 Apr 2016 23:38:00 +0900 |
Yuya Nishihara |
tests: stop direct symbol import of mercurial modules in test-status-inprocess
|
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
|
Tue, 05 Apr 2016 04:26:20 +0000 |
timeless |
run-tests: handle empty tests
|
Tue, 12 Jan 2016 09:30:57 +0000 |
timeless |
docchecker: try to reject single quotes
|
Thu, 03 Mar 2016 03:32:44 +0000 |
timeless |
docchecker: report context line at most once
|
Wed, 06 Jan 2016 20:45:50 +0000 |
timeless |
tests: splitting test-gendoc.t into per file tests
|
Tue, 05 Apr 2016 23:21:17 +0900 |
Yuya Nishihara |
test-hgweb-auth: stop direct symbol import of mercurial.error.Abort
|
Tue, 05 Apr 2016 23:20:04 +0900 |
Yuya Nishihara |
test-hgweb-auth: alias ui as uimod
|
Tue, 05 Apr 2016 23:18:52 +0900 |
Yuya Nishihara |
test-hg-parseurl: stop direct symbol import of mercurial.hg.parseurl
|
Tue, 05 Apr 2016 23:17:43 +0900 |
Yuya Nishihara |
test-filelog: alias ui as uimod
|
Tue, 05 Apr 2016 23:17:05 +0900 |
Yuya Nishihara |
test-duplicateoptions: alias ui as uimod
|
Tue, 05 Apr 2016 23:16:16 +0900 |
Yuya Nishihara |
test-filecache: alias ui as uimod
|
Tue, 05 Apr 2016 23:15:49 +0900 |
Yuya Nishihara |
test-filecache: sort import lines
|
Tue, 05 Apr 2016 23:13:52 +0900 |
Yuya Nishihara |
test-ctxmanager: stop direct symbol import of mercurial.util
|
Tue, 05 Apr 2016 23:10:13 +0900 |
Yuya Nishihara |
test-batching: stop direct symbol import of mercurial modules
|
Wed, 06 Jan 2016 17:18:18 +0000 |
timeless |
children: use double quotes for arguments
|
Tue, 12 Jan 2016 09:30:39 +0000 |
timeless |
largefiles: use double quotes for arguments
|