Mercurial > hg
graph
-
context: implement mergestate() methodMon, 18 May 2020 16:00:26 -0400, by Augie Fackler
-
mergestate: split out merge state handling code from main merge moduleMon, 18 May 2020 14:59:59 -0400, by Augie Fackler
-
tests: add coverage for repo.changelog.children() in the git extensionMon, 18 May 2020 12:45:45 -0400, by Augie Fackler
-
tests: add coverage for repo.changelog.findmissing() in test-git-interop.tMon, 18 May 2020 12:41:16 -0400, by Augie Fackler
-
relnotes: add API change note per request in D8502Mon, 18 May 2020 13:18:05 -0400, by Augie Fackler
-
merge with stableTue, 26 May 2020 08:07:24 -0700, by Martin von Zweigbergk
-
grep: grep the working copy fasterSun, 17 May 2020 18:33:45 -0400, by Valentin Gatien-Baron
-
grep: stop computing information for --diff when unnecessarySun, 17 May 2020 13:10:54 -0400, by Valentin Gatien-Baron
-
grep: don't go in an infinite loop when given empty regexSun, 17 May 2020 12:52:43 -0400, by Valentin Gatien-Baron
-
grep: improve test coverageSun, 17 May 2020 12:49:12 -0400, by Valentin Gatien-Baron
-
phabricator: avoid passing None to pycompat.fsdecodeThu, 27 Feb 2020 09:54:34 -0800, by Steve Fink
-
setup: stop asking cargo to spamSun, 17 May 2020 12:23:03 -0400, by Valentin Gatien-Baron
-
git: implement some changelog methodsMon, 11 May 2020 21:54:05 +0200, by Romain DEP.
-
git: avoid looking-up parents for the null commitMon, 11 May 2020 21:56:11 +0200, by Romain DEP.
-
git: fix probable missing returnMon, 11 May 2020 21:56:43 +0200, by Romain DEP.
-
rust: fix warning about unnecessary mutSun, 17 May 2020 12:28:32 -0400, by Valentin Gatien-Baron
-
upgrade: support upgrade and downgrade from persistent nodemapTue, 14 Apr 2020 06:09:14 +0200, by Pierre-Yves David
-
status: also support for `traversedir` callback in the Rust fast-pathTue, 12 May 2020 11:39:50 +0200, by Raphaël Gomès
-
rust-hg-cpython: update status bridge with the new `traversedir` supportTue, 12 May 2020 11:37:55 +0200, by Raphaël Gomès
-
rust-status: collect traversed directories if requiredTue, 12 May 2020 11:36:52 +0200, by Raphaël Gomès
-
rust-status: don't dispatch unknown file when traversing if not listing unknownsTue, 12 May 2020 12:41:28 +0200, by Raphaël Gomès
-
status: update comment to reflect the more recent situationTue, 12 May 2020 10:03:51 +0200, by Raphaël Gomès
-
hooks: provide access to transaction changes for internal hooksFri, 01 May 2020 01:32:08 +0200, by Joerg Sonnenberger
-
rust-regex: add test for verbatim regex syntaxThu, 07 May 2020 23:54:37 +0200, by Raphaël Gomès
-
rust-regex: prevent nonsensical `.*.*` pattern from happeningThu, 07 May 2020 23:53:12 +0200, by Raphaël Gomès
-
rust-regex: fix issues with regex anchoring and performanceThu, 07 May 2020 23:52:08 +0200, by Raphaël Gomès
-
diff: avoid going from contexts to nodes and backThu, 07 May 2020 16:56:03 -0400, by Augie Fackler
-
setup: raise minimum Python version to 2.7.4 stableFri, 15 May 2020 00:53:37 +0200, by Manuel Jacob
-
fsmonitor: coerce `clock` variable to byte-string (issue6321) stableTue, 19 May 2020 16:18:41 -0400, by Connor Sheehan
-
py3: change default priority and length used for sorting hooks to be compatible with python 3 stableThu, 14 May 2020 23:14:24 -0400, by Charles Chamberlain