Mercurial > hg
graph
-
transplant: use field names instead of field numbers on scmutil.statusThu, 14 Nov 2019 15:25:57 -0500, by Augie Fackler
-
split: use field names instead of field numbers on scmutil.statusThu, 14 Nov 2019 15:25:48 -0500, by Augie Fackler
-
mq: use field names instead of field numbers on scmutil.statusThu, 14 Nov 2019 15:25:40 -0500, by Augie Fackler
-
hgk: use field names instead of field numbers on scmutil.statusThu, 14 Nov 2019 15:25:26 -0500, by Augie Fackler
-
extdiff: use field names instead of field numbers on scmutil.statusThu, 14 Nov 2019 15:24:22 -0500, by Augie Fackler
-
encoding: fix bad type annotationWed, 13 Nov 2019 20:32:24 -0500, by Augie Fackler
-
branchmap: annotate constructor type for branchcacheThu, 14 Nov 2019 13:13:36 -0500, by Augie Fackler
-
debugcommands: don't shadow the error moduleWed, 13 Nov 2019 22:30:33 -0500, by Augie Fackler
-
branchmap: correctly set()-ify list argumentThu, 14 Nov 2019 13:14:02 -0500, by Augie Fackler
-
utils: move finddirs() to pathutilThu, 14 Nov 2019 08:03:26 -0800, by Martin von Zweigbergk
-
help: create packages for the help textWed, 13 Nov 2019 21:52:25 -0500, by Matt Harbison
-
tests: test "hg log" with --line-range and --copiesThu, 14 Nov 2019 11:33:05 +0100, by Denis Laxalde
-
logcmdutil: let getlinerangerevs() return "revs" as a smartsetThu, 14 Nov 2019 11:11:38 +0100, by Denis Laxalde
-
patchbomb: fix wrong argument type when calling mail generator.flatten()Wed, 13 Nov 2019 17:06:05 +0100, by Denis Laxalde
-
mail: move strtolocal call in _addressencode()Wed, 13 Nov 2019 16:46:28 +0100, by Denis Laxalde
-
mail: use a native string for "subtype" valueWed, 13 Nov 2019 15:23:04 +0100, by Denis Laxalde
-
mail: let all charset values be native stringsTue, 12 Nov 2019 22:52:30 +0100, by Denis Laxalde
-
mail: add type hints for pytypeWed, 13 Nov 2019 22:20:44 +0100, by Denis Laxalde
-
mail: fix a bad return type in _encode()Tue, 12 Nov 2019 17:12:16 +0100, by Denis Laxalde
-
packaging: stage files and dynamically generate WiX installerMon, 11 Nov 2019 18:55:42 -0800, by Gregory Szorc
-
tests: add optional output when wheel is missingMon, 11 Nov 2019 19:04:49 -0800, by Gregory Szorc
-
py3: replace "%r" by"'%s'% for py3-compatible (and clearer) quoting in chgWed, 28 Aug 2019 17:43:56 -0700, by Martin von Zweigbergk
-
dirstate: respect request to not list unknown/ignored/clean files (API)Tue, 22 Oct 2019 23:21:26 -0700, by Martin von Zweigbergk
-
py3: pass a bytes value for "msg" to nouideprecwarn()Wed, 13 Nov 2019 09:09:42 +0100, by Denis Laxalde
-
remotefilelog: handle **kwargs correctly when overriding changelog.add()Tue, 12 Nov 2019 15:53:58 -0800, by Daniel Ploch
-
packaging: ship all help .txt files on WiXMon, 11 Nov 2019 18:51:55 -0800, by Gregory Szorc
-
packaging: install contrib/mq.el on WiXWed, 23 Oct 2019 12:31:15 -0700, by Gregory Szorc
-
fuzz: clean out most of fuzzutilMon, 11 Nov 2019 16:45:22 -0500, by Augie Fackler
-
fuzz: migrate xdiff fuzzer to use FuzzedDataProviderMon, 11 Nov 2019 16:37:18 -0500, by Augie Fackler
-
fuzz: migrate bdiff fuzzer to use FuzzedDataProviderMon, 11 Nov 2019 14:48:30 -0500, by Augie Fackler
-
dirstate: re-blacken fileMon, 11 Nov 2019 16:14:35 -0500, by Augie Fackler
-
rust-matchers: remove default implementations for `Matcher` traitWed, 06 Nov 2019 16:24:24 +0100, by Raphaël Gomès
-
packaging: use lower case for RC filesWed, 23 Oct 2019 13:55:12 -0700, by Gregory Szorc
-
packaging: write out editor.rc in PythonWed, 23 Oct 2019 18:42:19 -0700, by Gregory Szorc
-
packaging: stop installing Contributors.txtWed, 23 Oct 2019 13:25:01 -0700, by Gregory Szorc
-
packaging: remove hg-ssh.8.html from Inno installerWed, 23 Oct 2019 13:21:35 -0700, by Gregory Szorc
-
packaging: install .rc files to hgrc.dWed, 23 Oct 2019 13:00:14 -0700, by Gregory Szorc
-
rust: introduce SIZE_FROM_OTHER_PARENT constantThu, 07 Nov 2019 11:13:31 +0100, by Raphaël Gomès
-
rust-status: refactor dispatch case for normal filesThu, 07 Nov 2019 10:32:26 +0100, by Raphaël Gomès
-
rust-status: return a ParallelIterator instead of a Vec from stat_dmap_entriesThu, 07 Nov 2019 10:23:42 +0100, by Raphaël Gomès
-
rust-status: improve status performanceWed, 06 Nov 2019 13:43:18 +0100, by Raphaël Gomès
-
bookmarks: accept explicit -r 'wdir()' when adding new bookmarks (issue6218)Sat, 09 Nov 2019 12:55:56 +0900, by Yuya Nishihara
-
bookmarks: use changectx instead of remembering hex of hidden revisionSat, 09 Nov 2019 12:44:00 +0900, by Yuya Nishihara
-
bookmarks: resolve target revision out of the bookmarks loopSat, 09 Nov 2019 12:32:20 +0900, by Yuya Nishihara
-
bookmarks: fix handling of multiple bookmarks with one to be deactivatedSat, 09 Nov 2019 12:09:50 +0900, by Yuya Nishihara
-
py3: avoid iterating over a literal bytes in highlight stableTue, 12 Nov 2019 11:05:03 +0100, by Denis Laxalde
-
import-checker: allow 'from typing import ...'Mon, 11 Nov 2019 22:10:26 +0900, by Yuya Nishihara
-
match: drop support for passing '.' for root dir to visit*() methodsTue, 29 Oct 2019 23:33:34 -0700, by Martin von Zweigbergk
-
tests: use time.time() for relative start and stop timesWed, 16 Oct 2019 21:31:40 -0700, by Gregory Szorc
-
tests: rename stopped and started variables to reflect timesWed, 16 Oct 2019 21:25:08 -0700, by Gregory Szorc
-
revset: simplify checkstatus() by using any()Wed, 30 Oct 2019 00:00:21 -0700, by Martin von Zweigbergk
-
rebase: check for unfinished ops even when inmemory (issue6214)Wed, 06 Nov 2019 18:28:11 -0800, by Kyle Lippincott
-
status: move initialization closer togetherFri, 18 Oct 2019 23:18:47 -0700, by Martin von Zweigbergk
-
largefiles: avoid dynamically subclassing context instancesSat, 19 Oct 2019 00:15:41 -0700, by Martin von Zweigbergk
-
relnotes: copy "next" to "5.2" and clear "next" stableTue, 05 Nov 2019 13:31:40 -0800, by Martin von Zweigbergk
-
py3: avoid `b'%s' % type(...)` in a ProgrammingError stableFri, 08 Nov 2019 10:13:05 -0800, by Martin von Zweigbergk
-
largefiles: delete unused repo.status_nolfiles()Fri, 18 Oct 2019 22:08:20 -0700, by Martin von Zweigbergk
-
largefiles: use context manager for wlock in repo.status() overrideFri, 18 Oct 2019 21:36:19 -0700, by Martin von Zweigbergk
-
largefiles: allow "lfstatus" context manager to set value to FalseFri, 18 Oct 2019 17:52:19 -0700, by Martin von Zweigbergk
-
largefiles: move lfstatus context manager to lfutilFri, 18 Oct 2019 17:46:37 -0700, by Martin von Zweigbergk