Mercurial > hg
graph
-
genosxversion: don't give up if we can't find a path to hg libraries stableTue, 01 Sep 2020 10:33:10 -0400, by Augie Fackler
-
tests: fix test-demandimport.py on Python 3.9 stableWed, 02 Sep 2020 01:30:56 +0200, by Manuel Jacob
-
merge with stableTue, 01 Sep 2020 09:46:15 -0400, by Augie Fackler
-
mercurial: force LF endings for *.py, *.{c,h} and *.t in .editorconfigMon, 24 Aug 2020 12:39:48 -0400, by Matt Harbison
-
hooklib: update documentation of changeset_obsoletedfor for changed hook typeTue, 18 Aug 2020 22:21:00 +0800, by Aay Jay Chan
-
worker: don't expose readinto() on _blockingreader since pickle is pickyFri, 14 Aug 2020 20:45:49 -0700, by Martin von Zweigbergk
-
test: add `test-repo` requirement to `test-check-format` (issue6395) stable 5.5.1Thu, 27 Aug 2020 09:06:35 +0200, by Pierre-Yves David
-
commit: clear mergestate also with --amend (issue6304)Tue, 18 Aug 2020 15:03:57 -0700, by Martin von Zweigbergk
-
tests: add test showing that merge state is not cleared by amendTue, 18 Aug 2020 14:26:49 -0700, by Martin von Zweigbergk
-
requirements: introduce constants for `shared` and `relshared` requirementsTue, 11 Aug 2020 13:43:43 +0530, by Pulkit Goyal
-
mergestate: replace `addmergedother()` with generic `addcommitinfo()` (API)Mon, 10 Aug 2020 15:47:21 +0530, by Pulkit Goyal
-
merge: introduce `addcommitinfo()` on mergeresult objectMon, 10 Aug 2020 15:38:45 +0530, by Pulkit Goyal
-
merge: use collections.defaultdict() for mergeresult.commitinfoMon, 10 Aug 2020 15:34:27 +0530, by Pulkit Goyal
-
mergestate: use _stateextras instead of merge records for commit related infoMon, 10 Aug 2020 15:29:02 +0530, by Pulkit Goyal
-
mergestate: use collections.defaultdict(dict) for _stateextrasMon, 10 Aug 2020 15:09:44 +0530, by Pulkit Goyal
-
hgweb: minimize scope of a try-block in staticfile()Mon, 03 Aug 2020 23:41:50 -0700, by Martin von Zweigbergk
-
hgweb: ignore web.templates config when guessing mime type for static contentMon, 03 Aug 2020 23:38:50 -0700, by Martin von Zweigbergk
-
hgweb: let staticfile() look up path from default location unless providedSat, 22 Aug 2020 16:03:44 -0700, by Martin von Zweigbergk
-
hgweb: handle None from templatedir() equally bad in webcommands.pyMon, 03 Aug 2020 22:40:05 -0700, by Martin von Zweigbergk
-
posixworker: avoid creating workers that end up getting no workThu, 13 Aug 2020 10:37:25 -0700, by Martin von Zweigbergk
-
revert: remove dangerous `parents` argument from `cmdutil.revert()`Mon, 10 Aug 2020 21:46:47 -0700, by Martin von Zweigbergk
-
requirements: introduce a set of working directory specific requirementsMon, 10 Aug 2020 18:08:15 -0700, by Pulkit Goyal
-
localrepo: move requirements constant to requirements moduleSat, 08 Aug 2020 16:37:59 +0530, by Pulkit Goyal
-
requirements: introduce new requirements related moduleSat, 08 Aug 2020 16:24:12 +0530, by Pulkit Goyal
-
repository: introduce constant for treemanifest requirement and use itSat, 08 Aug 2020 15:48:17 +0530, by Pulkit Goyal
-
tests: make flag parsing test more future safeTue, 21 Jul 2020 22:13:54 +0200, by Joerg Sonnenberger