Thu, 14 Nov 2019 14:03:02 -0800 |
Martin von Zweigbergk |
py3: use native string as fallback value for __file__ for consistency
|
Thu, 14 Nov 2019 13:38:17 -0500 |
Augie Fackler |
scmutil: convert status data object from a tuple to an attrs (API)
|
Thu, 14 Nov 2019 15:29:27 -0500 |
Augie Fackler |
perf: bool() elements of dirstate.status return instead of len()
|
Thu, 14 Nov 2019 15:28:44 -0500 |
Augie Fackler |
tags: use field names instead of field numbers on scmutil.status
|
Thu, 14 Nov 2019 15:28:34 -0500 |
Augie Fackler |
subrepo: use field names instead of field numbers on scmutil.status
|
Thu, 14 Nov 2019 15:28:08 -0500 |
Augie Fackler |
revset: use field names instead of field numbers on scmutil.status
|
Thu, 14 Nov 2019 15:27:58 -0500 |
Augie Fackler |
patch: use field names instead of field numbers on scmutil.status
|
Thu, 14 Nov 2019 15:27:50 -0500 |
Augie Fackler |
logcmdutil: use field names instead of field numbers on scmutil.status
|
Thu, 14 Nov 2019 15:27:40 -0500 |
Augie Fackler |
context: use field names instead of field numbers on scmutil.status
|
Thu, 14 Nov 2019 15:27:32 -0500 |
Augie Fackler |
commands: use field names instead of field numbers on scmutil.status
|
Thu, 14 Nov 2019 15:27:20 -0500 |
Augie Fackler |
cmdutil: convert terse status result back to an scmutil.status
|
Thu, 14 Nov 2019 15:26:17 -0500 |
Augie Fackler |
cmdutil: use field names instead of field numbers on scmutil.status
|
Thu, 14 Nov 2019 15:26:05 -0500 |
Augie Fackler |
uncommit: use field names instead of field numbers on scmutil.status
|
Thu, 14 Nov 2019 15:25:57 -0500 |
Augie Fackler |
transplant: use field names instead of field numbers on scmutil.status
|
Thu, 14 Nov 2019 15:25:48 -0500 |
Augie Fackler |
split: use field names instead of field numbers on scmutil.status
|
Thu, 14 Nov 2019 15:25:40 -0500 |
Augie Fackler |
mq: use field names instead of field numbers on scmutil.status
|
Thu, 14 Nov 2019 15:25:26 -0500 |
Augie Fackler |
hgk: use field names instead of field numbers on scmutil.status
|
Thu, 14 Nov 2019 15:24:22 -0500 |
Augie Fackler |
extdiff: use field names instead of field numbers on scmutil.status
|
Wed, 13 Nov 2019 20:32:24 -0500 |
Augie Fackler |
encoding: fix bad type annotation
|
Thu, 14 Nov 2019 13:13:36 -0500 |
Augie Fackler |
branchmap: annotate constructor type for branchcache
|
Wed, 13 Nov 2019 22:30:33 -0500 |
Augie Fackler |
debugcommands: don't shadow the error module
|
Thu, 14 Nov 2019 13:14:02 -0500 |
Augie Fackler |
branchmap: correctly set()-ify list argument
|
Thu, 14 Nov 2019 08:03:26 -0800 |
Martin von Zweigbergk |
utils: move finddirs() to pathutil
|
Wed, 13 Nov 2019 21:52:25 -0500 |
Matt Harbison |
help: create packages for the help text
|
Thu, 14 Nov 2019 11:33:05 +0100 |
Denis Laxalde |
tests: test "hg log" with --line-range and --copies
|
Thu, 14 Nov 2019 11:11:38 +0100 |
Denis Laxalde |
logcmdutil: let getlinerangerevs() return "revs" as a smartset
|
Wed, 13 Nov 2019 17:06:05 +0100 |
Denis Laxalde |
patchbomb: fix wrong argument type when calling mail generator.flatten()
|
Wed, 13 Nov 2019 16:46:28 +0100 |
Denis Laxalde |
mail: move strtolocal call in _addressencode()
|
Wed, 13 Nov 2019 15:23:04 +0100 |
Denis Laxalde |
mail: use a native string for "subtype" value
|
Tue, 12 Nov 2019 22:52:30 +0100 |
Denis Laxalde |
mail: let all charset values be native strings
|
Wed, 13 Nov 2019 22:20:44 +0100 |
Denis Laxalde |
mail: add type hints for pytype
|
Tue, 12 Nov 2019 17:12:16 +0100 |
Denis Laxalde |
mail: fix a bad return type in _encode()
|
Mon, 11 Nov 2019 18:55:42 -0800 |
Gregory Szorc |
packaging: stage files and dynamically generate WiX installer
|
Mon, 11 Nov 2019 19:04:49 -0800 |
Gregory Szorc |
tests: add optional output when wheel is missing
|
Wed, 28 Aug 2019 17:43:56 -0700 |
Martin von Zweigbergk |
py3: replace "%r" by"'%s'% for py3-compatible (and clearer) quoting in chg
|
Tue, 22 Oct 2019 23:21:26 -0700 |
Martin von Zweigbergk |
dirstate: respect request to not list unknown/ignored/clean files (API)
|
Wed, 13 Nov 2019 09:09:42 +0100 |
Denis Laxalde |
py3: pass a bytes value for "msg" to nouideprecwarn()
|
Tue, 12 Nov 2019 15:53:58 -0800 |
Daniel Ploch |
remotefilelog: handle **kwargs correctly when overriding changelog.add()
|
Mon, 11 Nov 2019 18:51:55 -0800 |
Gregory Szorc |
packaging: ship all help .txt files on WiX
|
Wed, 23 Oct 2019 12:31:15 -0700 |
Gregory Szorc |
packaging: install contrib/mq.el on WiX
|
Mon, 11 Nov 2019 16:45:22 -0500 |
Augie Fackler |
fuzz: clean out most of fuzzutil
|
Mon, 11 Nov 2019 16:37:18 -0500 |
Augie Fackler |
fuzz: migrate xdiff fuzzer to use FuzzedDataProvider
|
Mon, 11 Nov 2019 14:48:30 -0500 |
Augie Fackler |
fuzz: migrate bdiff fuzzer to use FuzzedDataProvider
|
Mon, 11 Nov 2019 16:14:35 -0500 |
Augie Fackler |
dirstate: re-blacken file
|
Wed, 06 Nov 2019 16:24:24 +0100 |
Raphaël Gomès |
rust-matchers: remove default implementations for `Matcher` trait
|
Wed, 23 Oct 2019 13:55:12 -0700 |
Gregory Szorc |
packaging: use lower case for RC files
|
Wed, 23 Oct 2019 18:42:19 -0700 |
Gregory Szorc |
packaging: write out editor.rc in Python
|
Wed, 23 Oct 2019 13:25:01 -0700 |
Gregory Szorc |
packaging: stop installing Contributors.txt
|
Wed, 23 Oct 2019 13:21:35 -0700 |
Gregory Szorc |
packaging: remove hg-ssh.8.html from Inno installer
|
Wed, 23 Oct 2019 13:00:14 -0700 |
Gregory Szorc |
packaging: install .rc files to hgrc.d
|
Thu, 07 Nov 2019 11:13:31 +0100 |
Raphaël Gomès |
rust: introduce SIZE_FROM_OTHER_PARENT constant
|
Thu, 07 Nov 2019 10:32:26 +0100 |
Raphaël Gomès |
rust-status: refactor dispatch case for normal files
|
Thu, 07 Nov 2019 10:23:42 +0100 |
Raphaël Gomès |
rust-status: return a ParallelIterator instead of a Vec from stat_dmap_entries
|
Wed, 06 Nov 2019 13:43:18 +0100 |
Raphaël Gomès |
rust-status: improve status performance
|
Sat, 09 Nov 2019 12:55:56 +0900 |
Yuya Nishihara |
bookmarks: accept explicit -r 'wdir()' when adding new bookmarks (issue6218)
|
Sat, 09 Nov 2019 12:44:00 +0900 |
Yuya Nishihara |
bookmarks: use changectx instead of remembering hex of hidden revision
|
Sat, 09 Nov 2019 12:32:20 +0900 |
Yuya Nishihara |
bookmarks: resolve target revision out of the bookmarks loop
|
Sat, 09 Nov 2019 12:09:50 +0900 |
Yuya Nishihara |
bookmarks: fix handling of multiple bookmarks with one to be deactivated
|
Tue, 12 Nov 2019 11:05:03 +0100 |
Denis Laxalde |
py3: avoid iterating over a literal bytes in highlight
stable
|
Mon, 11 Nov 2019 22:10:26 +0900 |
Yuya Nishihara |
import-checker: allow 'from typing import ...'
|