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
|
Wed, 11 May 2016 01:56:59 +0000 |
timeless |
readlink: use print_function
|
Fri, 06 May 2016 01:15:07 +0000 |
timeless |
tests: test-addremove-similar.t use print() for py3
|
Fri, 06 May 2016 00:45:31 +0000 |
timeless |
tests: add coverage for run-tests.py --whitelist
|
Tue, 05 Apr 2016 01:35:36 +0000 |
timeless |
hg: limit HGUNICODEPEDANTRY to py2
|
Fri, 13 May 2016 02:58:15 +0530 |
Pulkit Goyal |
py3: make i18n/hggettext use print_function
|
Fri, 13 May 2016 02:56:13 +0530 |
Pulkit Goyal |
py3: make i18n/hggettext use absolute_import
|
Fri, 13 May 2016 02:41:35 +0530 |
Pulkit Goyal |
py3: make doc/docchecker use print_function
|
Fri, 13 May 2016 02:40:39 +0530 |
Pulkit Goyal |
py3: make doc/docchecker use absolute_import
|
Fri, 13 May 2016 02:23:45 +0530 |
Pulkit Goyal |
py3: make contrib/undumprevlog use absolute_import
|
Fri, 13 May 2016 02:16:32 +0530 |
Pulkit Goyal |
py3: make contrib/dumprevlog use print_function
|
Fri, 13 May 2016 02:14:49 +0530 |
Pulkit Goyal |
py3: make contrib/dumprevlog use absolute_import
|
Fri, 13 May 2016 02:13:14 +0530 |
Pulkit Goyal |
py3: make contrib/check-commit use print_function
|
Fri, 13 May 2016 02:11:57 +0530 |
Pulkit Goyal |
py3: make contrib/check-commit use absolute_import
|
Thu, 12 May 2016 01:03:19 +0100 |
Jun Wu |
hgcia: remove hgcia (BC)
|
Fri, 13 May 2016 03:31:07 +0530 |
Pulkit Goyal |
py3: make tests/hghave use absolute_import
|
Fri, 13 May 2016 03:28:44 +0530 |
Pulkit Goyal |
py3: make tests/f use absolute_import
|
Fri, 13 May 2016 03:26:28 +0530 |
Pulkit Goyal |
py3: make tests/dummyssh use absolute_import
|
Fri, 13 May 2016 03:18:04 +0530 |
Pulkit Goyal |
py3: make raise statement python3 compatible
|
Mon, 16 May 2016 17:21:25 -0500 |
Matt Mackall |
Added signature for changeset aaabed77791a
stable
|
Mon, 16 May 2016 17:21:19 -0500 |
Matt Mackall |
Added tag 3.8.2 for changeset aaabed77791a
stable
|
Fri, 13 May 2016 07:19:59 +0900 |
FUJIWARA Katsunori |
help: search section of help topic by translated section name correctly
stable 3.8.2
|
Fri, 13 May 2016 07:19:59 +0900 |
FUJIWARA Katsunori |
patch: show lower-ed translated message correctly
stable
|
Fri, 13 May 2016 03:09:30 +0530 |
Pulkit Goyal |
py3: make i18n/posplit use print_function
|
Fri, 13 May 2016 03:08:46 +0530 |
Pulkit Goyal |
py3: make i18n/posplit use absolute_import
|
Thu, 12 May 2016 09:39:14 -0400 |
Augie Fackler |
wireproto: optimize handling of large batch responses
|
Thu, 05 May 2016 19:32:51 +0200 |
Pierre-Yves David |
cleanup: replace False identity testing with an explicit token object
|
Wed, 11 May 2016 09:31:47 +0200 |
Pierre-Yves David |
devel: officially deprecate dirstate.write without transaction argument
|
Wed, 11 May 2016 09:31:47 +0200 |
Pierre-Yves David |
devel: officially deprecate update without destination
|
Wed, 11 May 2016 09:34:59 +0200 |
Pierre-Yves David |
devel: fix a typo in a deprecation warning
|
Wed, 11 May 2016 09:31:47 +0200 |
Pierre-Yves David |
devel: officially deprecate old style revset
|
Wed, 11 May 2016 01:46:11 +0000 |
timeless |
check-code: handle py3 open divergence
|
Wed, 11 May 2016 01:44:39 +0000 |
timeless |
check-code: switch to opener
|
Wed, 11 May 2016 01:39:07 +0000 |
timeless |
check-code: handle range/xrange divergence
|
Wed, 11 May 2016 01:56:08 +0000 |
timeless |
check-code: fix py3 complaint about \NNN being invalid unicode
|
Thu, 05 May 2016 09:12:26 +0000 |
timeless |
hghave: switch from iteritems to items
|
Thu, 05 May 2016 09:07:01 +0000 |
timeless |
hghave: matchoutput needs to use bytes for regexp
|
Tue, 03 May 2016 12:36:44 +0900 |
Yuya Nishihara |
revset: make dagrange preserve order of input set
|
Thu, 05 May 2016 09:26:09 +0000 |
timeless |
tests: mark test-check-pyflakes.t as requiring hg1.0+
|
Thu, 05 May 2016 17:06:54 -0700 |
Mateusz Kwapich |
dirstate: make backup methods public
|
Fri, 06 May 2016 08:45:56 -0500 |
Kevin Bullock |
check-code: add a rule banning `env -u`
|
Fri, 06 May 2016 08:41:24 -0500 |
Kevin Bullock |
subrepo: use unset instead of env -u to fix test on BSDs (issue5229)
|
Wed, 04 May 2016 20:11:59 +0100 |
Martijn Pieters |
graphmod: partial edge styling
|
Sun, 24 Apr 2016 14:21:38 +0300 |
Maciej Fijalkowski |
pure: write a really lazy version of pure indexObject
|
Sat, 07 May 2016 14:12:23 +0100 |
Jun Wu |
dispatch: always load extensions before running shell aliases (issue5230)
|
Mon, 09 May 2016 21:13:50 -0400 |
Augie Fackler |
httpclient: update to upstream revision 2995635573d2
|
Fri, 06 May 2016 19:52:21 +0800 |
Anton Shestakov |
crecord: call prevsibling() and nextsibling() directly
|
Thu, 28 Apr 2016 10:37:47 -0400 |
Jordi GutiƩrrez Hermoso |
dispatch: add fail-* family of hooks
|
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
|
Sat, 07 May 2016 19:59:30 +0200 |
liscju |
import-checker: recognize relative imports from parents of current package
|
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
|
Mon, 02 May 2016 12:09:00 +0900 |
Yuya Nishihara |
revset: factor out public optimize() function from recursion
|
Mon, 02 May 2016 12:47:09 +0900 |
Yuya Nishihara |
revset: introduce temporary variables in optimize() where they look better
|
Mon, 02 May 2016 11:50:48 +0900 |
Yuya Nishihara |
revset: construct arguments of only() against matched tree
|
Mon, 02 May 2016 11:27:26 +0900 |
Yuya Nishihara |
revset: unnest isonly() closure from optimize()
|
Thu, 05 May 2016 00:46:31 -0700 |
Gregory Szorc |
sslutil: stop checking for web.cacerts=! (BC)
|
Thu, 05 May 2016 00:40:01 -0700 |
Gregory Szorc |
dispatch: stop setting web.cacerts=! to indicate --insecure
|
Thu, 05 May 2016 00:38:18 -0700 |
Gregory Szorc |
sslutil: use CA loaded state to drive validation logic
|
Thu, 05 May 2016 00:37:28 -0700 |
Gregory Szorc |
sslutil: handle ui.insecureconnections in validator
|
Thu, 05 May 2016 00:35:45 -0700 |
Gregory Szorc |
sslutil: check for ui.insecureconnections in sslkwargs
|
Thu, 05 May 2016 00:34:22 -0700 |
Gregory Szorc |
dispatch: set ui.insecureconnections when --insecure is used
|
Thu, 05 May 2016 00:33:38 -0700 |
Gregory Szorc |
ui: add an instance flag to hold --insecure bit
|
Thu, 05 May 2016 00:32:43 -0700 |
Gregory Szorc |
sslutil: make sslkwargs code even more explicit
|
Wed, 04 May 2016 23:38:34 -0700 |
Gregory Szorc |
sslutil: move code examining _canloaddefaultcerts out of _defaultcacerts
|
Wed, 04 May 2016 23:01:49 -0700 |
Gregory Szorc |
sslutil: further refactor sslkwargs
|
Thu, 05 May 2016 00:31:11 -0700 |
Gregory Szorc |
sslutil: document and slightly refactor sslkwargs
|
Fri, 06 May 2016 11:31:29 -0400 |
Augie Fackler |
localrepo: remove a couple of local type aliases
|
Fri, 06 May 2016 14:22:17 -0400 |
Augie Fackler |
cmdutil: typo fix in comment
|
Thu, 05 May 2016 21:14:12 -0400 |
Matt Harbison |
tests: add globs for Windows
|
Sat, 07 May 2016 14:51:32 +0100 |
Jun Wu |
chgserver: add [alias] to confighash
|
Sun, 08 May 2016 10:43:41 +0200 |
Pierre-Yves David |
devel: use the 'config' argument for the dirstate normalisation develwarn
|
Sun, 08 May 2016 10:43:41 +0200 |
Pierre-Yves David |
devel: use the new 'config' argument for the update develwarn
|
Sun, 08 May 2016 10:43:41 +0200 |
Pierre-Yves David |
devel: use the new 'config' argument for the revset develwarn
|
Sun, 08 May 2016 10:43:41 +0200 |
Pierre-Yves David |
devel: use the new 'config' argument for the dirstate develwarn
|
Sun, 08 May 2016 10:43:41 +0200 |
Pierre-Yves David |
devel: use the new 'config' argument of the develwarn in deprecwarn
|
Sun, 08 May 2016 10:43:41 +0200 |
Pierre-Yves David |
develwarn: move config gating inside the develwarn function
|
Sun, 08 May 2016 22:28:09 -0400 |
Matt Harbison |
help: fix the display for `hg help internals.revlogs` (issue5227)
stable
|
Fri, 06 May 2016 14:09:11 -0700 |
Sean Farley |
builddeb: add distroseries to tagged versions
stable
|
Sun, 01 May 2016 15:26:41 -0700 |
Sean Farley |
debian: forgot to make debian/rules executable in 6b95a623ec90
stable
|
Sat, 30 Apr 2016 21:21:34 -0700 |
Sean Farley |
debian: add wish to suggests
stable
|
Fri, 06 May 2016 23:03:41 -0700 |
Sean Farley |
hg-ssh: copy doc string to man page
stable
|
Fri, 06 May 2016 17:53:06 -0500 |
Matt Mackall |
progress: stop excessive clearing (issue4801)
stable
|
Fri, 06 May 2016 23:57:56 +0100 |
Jun Wu |
chgserver: remove _clearenvaliases
|
Sat, 07 May 2016 00:16:58 +0100 |
Jun Wu |
dispatch: defer environment variable resolution in alias commands (BC)
|
Tue, 03 May 2016 16:33:25 -0400 |
Augie Fackler |
rollback: add a config knob for entirely disabling the command
|
Tue, 03 May 2016 09:49:54 -0700 |
Martin von Zweigbergk |
templater: add separate() template function
|
Wed, 04 May 2016 21:01:49 -0400 |
Augie Fackler |
bookmarks: jettison bmstore's write() method per deprecation policy
|
Thu, 05 May 2016 15:12:43 -0500 |
Matt Mackall |
merge with stable
|
Thu, 05 May 2016 16:29:31 +0200 |
Pierre-Yves David |
deprecation: gate deprecation warning behind devel configuration
stable
|
Thu, 05 May 2016 19:51:35 +0800 |
Anton Shestakov |
crecord: update downarrowshiftevent() docstring, remove todo
|
Thu, 05 May 2016 19:40:40 +0800 |
Anton Shestakov |
crecord: remove things that don't happen in functions from their docstrings
|
Thu, 05 May 2016 18:13:25 +0800 |
Anton Shestakov |
crecord: remove skipfolded keyword argument from patchnode.previtem()
|
Thu, 05 May 2016 15:19:37 +0800 |
Anton Shestakov |
crecord: update a copy-pasted comment in downarrowshiftevent()
|
Thu, 05 May 2016 16:38:24 +0200 |
Pierre-Yves David |
crecord: drop the version condition for amend
|
Thu, 05 May 2016 11:19:52 +0800 |
Anton Shestakov |
crecord: add/remove blank lines (coding style)
|
Wed, 04 May 2016 21:02:03 -0400 |
Augie Fackler |
localrepo: jettison parents() method per deprecation policy (API)
|
Sun, 17 Apr 2016 13:06:44 +0900 |
Yuya Nishihara |
revset: define _parsealias() in _aliasrules class
|
Sun, 17 Apr 2016 13:03:23 +0900 |
Yuya Nishihara |
revset: factor out common parsing function
|
Sun, 17 Apr 2016 12:57:27 +0900 |
Yuya Nishihara |
revset: inline _tokenizealias() into _parsealias()
|
Sun, 10 Apr 2016 07:28:26 +0000 |
timeless |
store: treat range as a generator instead of a list for py3 compat
|
Wed, 04 May 2016 18:18:24 +0100 |
Jun Wu |
ui: add new config option for help text width
|
Tue, 03 May 2016 15:26:51 +0000 |
timeless |
tests: test histedit base command plan help
|
Tue, 03 May 2016 23:48:31 +0200 |
liscju |
largefiles: makes verify batching stat calls to remote
|
Tue, 03 May 2016 23:31:32 +0200 |
liscju |
largefiles: change basestore._verifyfile to take list of files to check
|
Wed, 04 May 2016 22:44:30 -0400 |
Augie Fackler |
bookmarks: properly invalidate volatile sets when writing bookmarks
stable
|
Thu, 05 May 2016 15:41:37 +0200 |
Augie Fackler |
test-obsolete: update extension in test to actually work
stable
|
Thu, 05 May 2016 20:57:38 +0900 |
Mike Hommey |
bundle2: properly request phases during getbundle
stable
|
Mon, 11 Apr 2016 21:33:07 +0000 |
timeless |
rebase: handle successor targets (issue5198)
|
Wed, 04 May 2016 06:44:44 +0900 |
Mike Hommey |
debugbundle: add tests for debugbundle output with bundle2
|
Wed, 04 May 2016 10:46:27 -0500 |
Nathan Goldbaum |
revert: mention ui.origbackuppath in the command help
|
Sat, 30 Apr 2016 18:40:34 -0700 |
Sean Farley |
help: wrap ".orig" in rst quotes
|
Sun, 17 Apr 2016 12:31:06 +0900 |
Yuya Nishihara |
parser: shorten prefix of alias parsing errors
|
Sun, 17 Apr 2016 12:20:57 +0900 |
Yuya Nishihara |
parser: rephrase "'$' not for alias arguments" message
|
Mon, 18 Apr 2016 17:54:02 +0900 |
Mike Hommey |
debugbundle: handle the --all option for bundle2
|
Mon, 02 May 2016 15:22:16 -0700 |
Tony Tung |
manifest: improve filesnotin performance by using lazymanifest diff
|
Tue, 19 Apr 2016 11:00:15 +0100 |
Christian Ebert |
keyword: replace use of _filerev with _filenode
|
Tue, 03 May 2016 10:41:17 -0500 |
Matt Mackall |
merge with stable
|
Sun, 01 May 2016 14:36:12 -0500 |
Matt Mackall |
Added signature for changeset a56296f55a5e
stable
|
Sun, 01 May 2016 14:36:11 -0500 |
Matt Mackall |
Added tag 3.8.1 for changeset a56296f55a5e
stable
|
Wed, 06 Apr 2016 22:57:46 -0500 |
Blake Burkhart |
convert: pass absolute paths to git (SEC)
stable 3.8.1
|
Sun, 01 May 2016 13:52:26 -0500 |
Matt Mackall |
Added signature for changeset f85de28eae32
stable
|
Sun, 01 May 2016 13:52:25 -0500 |
Matt Mackall |
Added tag 3.8 for changeset f85de28eae32
stable
|
Sat, 30 Apr 2016 21:21:17 -0700 |
Sean Farley |
debian: alphabetize build deps
stable 3.8
|
Sat, 30 Apr 2016 17:26:48 -0700 |
Sean Farley |
debian: fix lintian warning about debhelper
stable
|
Sat, 30 Apr 2016 17:29:12 -0700 |
Sean Farley |
builddeb: remove chmod as lintian tells us
stable
|
Sat, 30 Apr 2016 11:51:45 -0700 |
Sean Farley |
builddeb: use codename in version
stable
|
Sat, 30 Apr 2016 18:39:39 +0200 |
Pierre-Yves David |
rebase: restrict rebase destination to the pulled set (issue5214)
stable
|
Sat, 30 Apr 2016 18:41:08 +0200 |
Pierre-Yves David |
destutil: add the ability to specify a search space for rebase destination
stable
|
Sat, 30 Apr 2016 09:26:47 -0700 |
Gregory Szorc |
sslutil: restore old behavior not requiring a hostname argument (issue5210)
stable
|
Thu, 28 Apr 2016 16:38:15 -0500 |
Matt Mackall |
tests: test a variety of cache invariants
stable
|
Thu, 28 Apr 2016 16:26:18 -0500 |
Matt Mackall |
repoview: ignore unwritable hidden cache
stable
|
Thu, 28 Apr 2016 15:40:43 -0500 |
Matt Mackall |
tags: silence hgtagsfnodes reading failures
stable
|
Thu, 28 Apr 2016 15:35:54 -0500 |
Matt Mackall |
tags: silence cache parsing errors
stable
|
Sun, 01 May 2016 00:12:56 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 18c1b107898e
stable
|
Wed, 27 Apr 2016 01:07:40 -0700 |
Sean Farley |
ubuntu-xenial-ppa: add makefile rule
stable
|
Wed, 27 Apr 2016 01:02:56 -0700 |
Sean Farley |
ubuntu-wily-ppa: add makefile rule
stable
|
Wed, 27 Apr 2016 00:27:10 -0700 |
Sean Farley |
ubuntu-trusty-ppa: add makefile rule
stable
|
Wed, 27 Apr 2016 00:18:18 -0700 |
Sean Farley |
ubuntu-xenial: add makefile rule to build deb
stable
|
Wed, 27 Apr 2016 00:10:49 -0700 |
Sean Farley |
ubuntu-wily: add makefile rule to build deb
stable
|
Tue, 26 Apr 2016 23:33:17 -0700 |
Sean Farley |
make: turn ubuntu docker into template
stable
|
Wed, 27 Apr 2016 14:02:18 -0700 |
Sean Farley |
revsets: add docs for '%' operator
stable
|
Wed, 27 Apr 2016 19:24:31 -0700 |
Adam Simpkins |
graft: fix printing of --continue command
stable
|
Fri, 29 Apr 2016 14:14:00 -0500 |
Kevin Bullock |
hghave: remove unused check for bdist_mpkg
stable
|
Wed, 27 Apr 2016 10:20:36 -0500 |
Kevin Bullock |
osx: create a modern package including manpages
stable
|
Wed, 27 Apr 2016 11:45:55 -0400 |
Augie Fackler |
hghave: add check for OS X packaging tools
stable
|
Mon, 18 Apr 2016 23:59:55 -0400 |
Augie Fackler |
tests: add test for Mac OS X package construction
stable
|
Mon, 18 Apr 2016 23:59:28 -0400 |
Augie Fackler |
osx: add support for keeping mpkgs
stable
|
Mon, 18 Apr 2016 23:57:22 -0400 |
Augie Fackler |
osx: add support for dumping built dmg into OUTPUTDIR
stable
|
Mon, 18 Apr 2016 23:55:58 -0400 |
Augie Fackler |
hghave: add check for bdist_mpkg
stable
|
Wed, 27 Apr 2016 22:45:52 -0400 |
Matt Harbison |
verify: don't init subrepo when missing one is referenced (issue5128) (API)
stable
|
Thu, 28 Apr 2016 08:52:13 -0700 |
Gregory Szorc |
setup: detect Python DLL filename from loaded DLL
stable
|
Wed, 27 Apr 2016 09:23:39 -0700 |
Gregory Szorc |
exewrapper: add .dll to LoadLibrary() argument
stable
|
Wed, 27 Apr 2016 14:02:54 -0700 |
Martin von Zweigbergk |
update: correct description of --check option
stable
|
Tue, 26 Apr 2016 15:32:59 -0700 |
Adam Simpkins |
util: fix race in makedirs()
stable
|
Sun, 24 Apr 2016 21:35:30 +0900 |
Yuya Nishihara |
chg: initialize sockdirfd to -1 instead of AT_FDCWD
stable
|
Fri, 22 Apr 2016 13:38:02 -0500 |
Matt Mackall |
bdiff: further restrain potential quadratic performance
stable
|
Thu, 21 Apr 2016 22:04:11 -0500 |
Matt Mackall |
bdiff: balance recursion to avoid quadratic behavior (issue4704)
stable
|
Thu, 21 Apr 2016 21:05:26 -0500 |
Matt Mackall |
bdiff: deal better with duplicate lines
stable
|
Thu, 21 Apr 2016 21:53:18 -0500 |
Matt Mackall |
bdiff: fix latent normalization bug
stable
|
Thu, 21 Apr 2016 21:46:31 -0500 |
Matt Mackall |
bdiff: fold in shift calculation in normalize
stable
|
Thu, 21 Apr 2016 21:37:13 -0500 |
Matt Mackall |
bdiff: unify duplicate normalize loops
stable
|
Mon, 25 Apr 2016 16:34:02 -0700 |
Siddharth Agarwal |
make: backout changeset 51f5fae84e43
stable
|
Thu, 01 Jan 1970 00:00:00 +0000 |
timeless |
tests: test-lock-badness.t message could come later
stable
|
Sat, 23 Apr 2016 12:47:57 -0700 |
Sean Farley |
dockerdeb: pass the rest of the args to the builder script
stable
|
Sat, 23 Apr 2016 12:47:39 -0700 |
Sean Farley |
dockerdeb: fix incorrect number of shifts
stable
|
Thu, 21 Apr 2016 10:11:20 -0400 |
Augie Fackler |
make: use shell-command assignment instead of $(eval ...)
stable
|
Thu, 21 Apr 2016 10:10:48 -0400 |
Augie Fackler |
make: do assignment and export in a single statement
stable
|
Thu, 21 Apr 2016 10:05:14 -0400 |
Augie Fackler |
make: alter how we compute compiler flags for setup.py
stable
|
Sat, 23 Apr 2016 16:11:05 +0900 |
Yuya Nishihara |
revset: unindent "if True" block in sort()
stable
|
Sat, 23 Apr 2016 16:09:30 +0900 |
Yuya Nishihara |
revset: make sort() do dumb multi-pass sorting for multiple keys (issue5218)
stable
|
Thu, 24 Mar 2016 22:55:56 +0900 |
Yuya Nishihara |
log: fix status template to list copy source per dest (issue5155)
stable
|
Wed, 20 Apr 2016 16:33:13 +0100 |
Martijn Pieters |
graphmod: disable graph styling when HGPLAIN is set (issue5212)
stable
|
Wed, 20 Apr 2016 18:26:29 +0100 |
Martijn Pieters |
graphmod: fix seen state handling for > 2 parents (issue5174)
stable
|
Wed, 20 Apr 2016 21:33:02 +0000 |
timeless |
httpclient: reverse accidental damage from 86db5cb55d46
stable
|
Thu, 21 Apr 2016 04:30:18 +0000 |
timeless |
tests: tolerate http2
stable
|
Sat, 16 Apr 2016 13:02:13 -0700 |
Sean Farley |
make: add rule for building an ubuntu ppa
stable
|
Sat, 16 Apr 2016 13:01:47 -0700 |
Sean Farley |
builddeb: add flag for a source-only deb
stable
|
Sat, 16 Apr 2016 17:06:11 -0700 |
Sean Farley |
builddeb: create source archive for ubuntu
stable
|
Fri, 15 Apr 2016 15:44:00 -0700 |
Sean Farley |
builddeb: ignore vcs and build results
stable
|
Fri, 15 Apr 2016 14:28:26 -0700 |
Sean Farley |
builddeb: copy over .gz and .dsc files
stable
|
Fri, 15 Apr 2016 14:27:42 -0700 |
Sean Farley |
builddeb: ignore errors about find not finding files
stable
|
Sat, 16 Apr 2016 12:42:53 -0700 |
Sean Farley |
builddeb: use the os codename instead of 'unstable'
stable
|
Sat, 16 Apr 2016 12:33:21 -0700 |
Sean Farley |
builddeb: use sed -i
stable
|
Sun, 17 Apr 2016 10:36:40 -0700 |
Sean Farley |
dockerdeb: redirect 'cd' in export command to /dev/null
stable
|
Sat, 26 Mar 2016 18:50:56 +0900 |
Yuya Nishihara |
help: avoid using "$n" parameter in revsetalias example
stable
|
Sun, 17 Apr 2016 10:39:17 -0700 |
Sean Farley |
debian: add missing netbase dependency
stable
|
Sat, 16 Apr 2016 14:24:25 -0700 |
Sean Farley |
debian: add missing zip/unzip dependencies
stable
|
Fri, 15 Apr 2016 13:53:23 -0700 |
Sean Farley |
debian: add missing python-docutils dependency
stable
|
Fri, 15 Apr 2016 13:46:16 -0700 |
Sean Farley |
debian: add missing python-all-dev dependency
stable
|
Thu, 14 Apr 2016 15:15:49 +0000 |
timeless |
patchbomb: use single quotes around command hint
stable
|
Sun, 10 Apr 2016 01:28:52 +0100 |
Jun Wu |
chg: forward SIGWINCH to worker
stable
|
Sat, 16 Apr 2016 18:09:42 -0500 |
Matt Mackall |
Added signature for changeset 740156eedf2c
stable
|
Sat, 16 Apr 2016 18:09:34 -0500 |
Matt Mackall |
Added tag 3.8-rc for changeset 740156eedf2c
stable
|
Sat, 16 Apr 2016 18:06:48 -0500 |
Matt Mackall |
merge default into stable for 3.8 code freeze
stable 3.8-rc
|
Fri, 15 Apr 2016 13:10:34 -0700 |
Sean Farley |
make: remove packages directory in clean rule
|
Fri, 15 Apr 2016 11:51:57 -0700 |
Sean Farley |
make: add forgotten hgext3rd to clean rule
|
Fri, 15 Apr 2016 11:51:41 -0700 |
Sean Farley |
make: add chg to clean rule
|
Sat, 16 Apr 2016 11:17:06 -0700 |
Sean Farley |
test-docker-packaging: add new line to test output
|
Fri, 15 Apr 2016 14:47:32 -0700 |
Sean Farley |
tests: relax pattern matching for newer docker
|
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
|
Thu, 14 Apr 2016 15:20:11 +0000 |
timeless |
fetch: use single quotes around command hint
|
Thu, 14 Apr 2016 15:19:57 +0000 |
timeless |
graft: use single quotes around command hint
|
Thu, 14 Apr 2016 15:18:59 +0000 |
timeless |
config: use single quotes around command hint
|
Thu, 14 Apr 2016 15:17:15 +0000 |
timeless |
debugcreatestreamclonebundle: use single quotes around command hint
|
Sat, 16 Apr 2016 09:02:37 -0700 |
Gregory Szorc |
transaction: clear callback instances after usage
|
Sat, 16 Apr 2016 09:00:15 -0700 |
Gregory Szorc |
lock: clear postrelease hooks list after usage
|
Sun, 27 Mar 2016 21:05:55 +0900 |
Yuya Nishihara |
ui: drop template aliases by HGPLAIN
|
Sun, 27 Mar 2016 20:59:36 +0900 |
Yuya Nishihara |
templater: load and expand aliases by template engine (API) (issue4842)
|
Sun, 03 Apr 2016 13:23:40 +0900 |
Yuya Nishihara |
templater: inline compiletemplate() function into engine
|
Sun, 10 Apr 2016 17:23:09 +0900 |
Yuya Nishihara |
templater: factor out function that creates templater from string template
|
Sun, 03 Apr 2016 23:26:48 +0900 |
Yuya Nishihara |
templater: separate function to create templater from map file (API)
|
Sun, 03 Apr 2016 23:18:30 +0900 |
Yuya Nishihara |
templater: extract function that loads template map file
|
Sun, 03 Apr 2016 23:22:43 +0900 |
Yuya Nishihara |
templater: demote "base" directory of map file to local variable
|
Mon, 04 Apr 2016 22:50:50 +0900 |
Yuya Nishihara |
notify: do not load style file if template is specified (BC)
|
Mon, 04 Apr 2016 22:48:34 +0900 |
Yuya Nishihara |
bugzilla: do not load style file if template is specified (BC)
|
Sat, 16 Apr 2016 15:14:25 -0500 |
Matt Mackall |
subrepo: disable localizations when calling Git (issue5176)
|
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
|
Fri, 15 Apr 2016 22:53:53 -0400 |
Matt Harbison |
test-shelve: shorten a long path so it works on Windows
|
Fri, 15 Apr 2016 22:37:52 -0400 |
Matt Harbison |
test-convert-git: skip tests with invalid path characters on Windows
|
Fri, 15 Apr 2016 22:23:34 -0400 |
Matt Harbison |
test-subrepo-git: add globs for Windows
|
Thu, 14 Apr 2016 02:41:15 -0700 |
Pierre-Yves David |
hook: report untrusted hooks as failure (issue5110) (BC)
|
Thu, 14 Apr 2016 17:03:49 -0700 |
Pierre-Yves David |
hook: split config reading further
|
Thu, 14 Apr 2016 02:28:46 -0700 |
Pierre-Yves David |
hook: small refactor to store hooks as dict instead of list
|
Fri, 15 Apr 2016 17:43:47 +0000 |
timeless |
mail: retain hostname for sslutil.wrapsocket (issue5203)
|
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:37:29 -0700 |
Pierre-Yves David |
crecord: cleanup the remains of commit confirmation
|
Thu, 14 Apr 2016 01:27:18 -0700 |
Pierre-Yves David |
crecord: drop the extra confirmation screen
|
Fri, 15 Apr 2016 20:37:11 +0900 |
Yuya Nishihara |
update: resurrect bare update from null parent to tip-most branch head
|
Tue, 12 Apr 2016 14:43:36 +0000 |
timeless |
tests: run import-checker with tests .t files
|
Tue, 12 Apr 2016 21:43:56 +0000 |
timeless |
import-checker: parse python code from .t files
|
Wed, 13 Apr 2016 16:34:59 +0000 |
timeless |
import-checker: track filenames for SyntaxErrors
|
Wed, 13 Apr 2016 16:36:19 +0000 |
timeless |
import-checker: track SyntaxErrors
|
Mon, 11 Apr 2016 22:34:04 +0000 |
timeless |
import-checker: refactor source reading
|
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
|
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
|
Tue, 12 Jan 2016 09:30:24 +0000 |
timeless |
graft: use double quotes for arguments
|
Mon, 04 Apr 2016 06:27:12 +0000 |
timeless |
hghave: add cvsnt
|
Fri, 01 Apr 2016 15:12:50 -0700 |
Kostia Balytskyi |
commands: allow debugobsolete to delete arbitrary obsmarkers
|
Fri, 01 Apr 2016 15:20:31 -0700 |
Kostia Balytskyi |
commands: disallow 'hg debugobsolete --index --rev <smth>'
|
Tue, 05 Apr 2016 18:10:33 +0100 |
Jun Wu |
mercurial: add editorconfig
|
Tue, 05 Apr 2016 10:43:43 -0400 |
Matt Fowles |
parsers: fix istat macro to work with single line if statement
|
Tue, 05 Apr 2016 14:44:18 +0300 |
Maciej Fijalkowski |
pypy: fix setdiscovery test
|
Tue, 05 Apr 2016 17:43:02 +0100 |
Jun Wu |
chg: wrap line at 80 chars
|
Tue, 05 Apr 2016 15:16:01 +0100 |
Jun Wu |
chg: replace abortmsg showing errno with abortmsgerrno
|
Tue, 05 Apr 2016 17:25:39 +0100 |
Jun Wu |
chg: add util function abortmsgerrno to print error with errno
|
Tue, 05 Apr 2016 14:48:09 +0100 |
Jun Wu |
chg: use color in debug/error messages conditionally
|
Mon, 04 Apr 2016 17:45:54 -0700 |
Pierre-Yves David |
revset: force ascending order for baseset initialized from a set
|
Mon, 04 Apr 2016 17:45:15 -0700 |
Pierre-Yves David |
revset: stabilize repr of baseset initialized with a set
|
Mon, 04 Apr 2016 17:27:37 +0100 |
Martijn Pieters |
dispatch: factor out command failure handling into a function
|
Tue, 05 Apr 2016 10:59:46 +0300 |
Maciej Fijalkowski |
pypy: fix overeager pattern matching on mpatchError
|
Thu, 31 Mar 2016 02:05:28 +0000 |
timeless |
mpatch: unify mpatchError (issue5182)
|
Wed, 30 Mar 2016 22:01:47 +0000 |
timeless |
check-code: reject sed ... \\n
|
Sat, 02 Apr 2016 15:56:47 -0700 |
Pierre-Yves David |
hideablerevs: expand docstring to warn about possible traps
|
Sun, 03 Apr 2016 19:47:29 +0900 |
Yuya Nishihara |
hghave: replace relative import of docutils.core
|
Sun, 03 Apr 2016 20:12:59 +0900 |
Yuya Nishihara |
tests: make tinyproxy.py not import sys.argv by name
|
Sun, 03 Apr 2016 20:13:42 +0900 |
Yuya Nishihara |
tests: alias ui as uimod in test-walkrepo
|
Sun, 03 Apr 2016 19:56:59 +0900 |
Yuya Nishihara |
tests: alias ui as uimod in test-ui-config
|
Sun, 03 Apr 2016 19:52:13 +0900 |
Yuya Nishihara |
tests: alias ui as uimod in test-context
|
Sun, 03 Apr 2016 19:48:47 +0900 |
Yuya Nishihara |
tests: alias ui as uimod in test-ancestor
|
Sun, 03 Apr 2016 20:11:41 +0900 |
Yuya Nishihara |
tests: sort import lines in tinyproxy.py
|
Sun, 03 Apr 2016 19:41:00 +0900 |
Yuya Nishihara |
tests: sort import lines in failfilemerge.py
|
Sun, 03 Apr 2016 19:40:05 +0900 |
Yuya Nishihara |
tests: sort import lines in dumbhttp.py
|
Mon, 04 Apr 2016 01:59:57 +0100 |
Jun Wu |
chgserver: change random state after fork
|
Mon, 04 Apr 2016 02:36:05 +0100 |
Jun Wu |
chg: make connect debug message less repetitive
|
Mon, 04 Apr 2016 03:17:59 +0100 |
Jun Wu |
chgserver: use relative path at socket.bind
|
Mon, 04 Apr 2016 01:10:51 +0100 |
Jun Wu |
chgserver: move args copying logic to the correct place
|
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
|
Fri, 01 Apr 2016 13:20:47 +0000 |
timeless |
hghave: add hg06..hg39
|
Fri, 01 Apr 2016 13:19:29 +0000 |
timeless |
hghave: use checkvers for bzr114
|
Fri, 01 Apr 2016 13:04:41 +0000 |
timeless |
hghave: replace has_svn13/has_svn15 with checkvers
|
Fri, 01 Apr 2016 13:04:16 +0000 |
timeless |
hghave: add checkvers function
|
Mon, 04 Apr 2016 02:17:36 +0000 |
timeless |
hghave: add docstring for check
|
Fri, 01 Apr 2016 13:19:58 +0000 |
timeless |
hghave: update cvs112 description
|
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
|
Sun, 03 Apr 2016 17:10:12 +0300 |
Robert Stanca |
py3: use absolute_import in test-filelog.py
|
Sun, 03 Apr 2016 17:06:40 +0300 |
Robert Stanca |
py3: use print_function in test-filecache.py
|
Sun, 03 Apr 2016 17:01:07 +0300 |
Robert Stanca |
py3: use absolute_import in test-filecache.py
|
Sun, 03 Apr 2016 16:58:43 +0300 |
Robert Stanca |
py3: use print_function in test-duplicateoptions.py
|
Sun, 03 Apr 2016 16:56:15 +0300 |
Robert Stanca |
py3: use absolute_import in test-duplicateoptions.py
|
Sun, 03 Apr 2016 16:34:55 +0300 |
Robert Stanca |
py3: lexicographical order imports and print_function in test-context.py
|
Sun, 03 Apr 2016 08:26:57 +0100 |
Maciej Fijalkowski |
pypy: fix overspecific test checks
|
Sun, 03 Apr 2016 10:02:58 +0300 |
Robert Stanca |
tests: lexicographical imports in silenttestrunner.py
|
Sun, 03 Apr 2016 06:20:17 +0300 |
Robert Stanca |
py3: use absolute_import in test-context.py
|
Sun, 03 Apr 2016 06:16:17 +0300 |
Robert Stanca |
py3: use print_function in test-bdiff.py
|
Sun, 03 Apr 2016 06:12:18 +0300 |
Robert Stanca |
py3: use absolute_import in test-bdiff.py
|
Sun, 03 Apr 2016 06:10:52 +0300 |
Robert Stanca |
py3: use print_function in test-batching.py
|