log

age author description
Mon, 25 May 2020 22:47:12 -0400 Valentin Gatien-Baron sshpeer: make client print (likely) server errors on stderr (BC)
Mon, 25 May 2020 20:02:15 -0400 Valentin Gatien-Baron sshpeer: add test showing that -q silences remote errors
Tue, 26 May 2020 07:03:11 -0400 Valentin Gatien-Baron scmutil: speed up relativization of paths when it's a no-op
Mon, 18 May 2020 16:00:26 -0400 Augie Fackler context: implement mergestate() method
Mon, 18 May 2020 14:59:59 -0400 Augie Fackler mergestate: split out merge state handling code from main merge module
Mon, 18 May 2020 12:45:45 -0400 Augie Fackler tests: add coverage for repo.changelog.children() in the git extension
Mon, 18 May 2020 12:41:16 -0400 Augie Fackler tests: add coverage for repo.changelog.findmissing() in test-git-interop.t
Mon, 18 May 2020 13:18:05 -0400 Augie Fackler relnotes: add API change note per request in D8502
Tue, 26 May 2020 08:07:24 -0700 Martin von Zweigbergk merge with stable
Sun, 17 May 2020 18:33:45 -0400 Valentin Gatien-Baron grep: grep the working copy faster
Sun, 17 May 2020 13:10:54 -0400 Valentin Gatien-Baron grep: stop computing information for --diff when unnecessary
Sun, 17 May 2020 12:52:43 -0400 Valentin Gatien-Baron grep: don't go in an infinite loop when given empty regex
Sun, 17 May 2020 12:49:12 -0400 Valentin Gatien-Baron grep: improve test coverage
Thu, 27 Feb 2020 09:54:34 -0800 Steve Fink phabricator: avoid passing None to pycompat.fsdecode
Sun, 17 May 2020 12:23:03 -0400 Valentin Gatien-Baron setup: stop asking cargo to spam
Mon, 11 May 2020 21:54:05 +0200 Romain DEP. git: implement some changelog methods
Mon, 11 May 2020 21:56:11 +0200 Romain DEP. git: avoid looking-up parents for the null commit
Mon, 11 May 2020 21:56:43 +0200 Romain DEP. git: fix probable missing return
Sun, 17 May 2020 12:28:32 -0400 Valentin Gatien-Baron rust: fix warning about unnecessary mut
Tue, 14 Apr 2020 06:09:14 +0200 Pierre-Yves David upgrade: support upgrade and downgrade from persistent nodemap
Tue, 12 May 2020 11:39:50 +0200 Raphaël Gomès status: also support for `traversedir` callback in the Rust fast-path
Tue, 12 May 2020 11:37:55 +0200 Raphaël Gomès rust-hg-cpython: update status bridge with the new `traversedir` support
Tue, 12 May 2020 11:36:52 +0200 Raphaël Gomès rust-status: collect traversed directories if required
Tue, 12 May 2020 12:41:28 +0200 Raphaël Gomès rust-status: don't dispatch unknown file when traversing if not listing unknowns
Tue, 12 May 2020 10:03:51 +0200 Raphaël Gomès status: update comment to reflect the more recent situation
Fri, 01 May 2020 01:32:08 +0200 Joerg Sonnenberger hooks: provide access to transaction changes for internal hooks
Thu, 07 May 2020 23:54:37 +0200 Raphaël Gomès rust-regex: add test for verbatim regex syntax
Thu, 07 May 2020 23:53:12 +0200 Raphaël Gomès rust-regex: prevent nonsensical `.*.*` pattern from happening
Thu, 07 May 2020 23:52:08 +0200 Raphaël Gomès rust-regex: fix issues with regex anchoring and performance
Thu, 07 May 2020 16:56:03 -0400 Augie Fackler diff: avoid going from contexts to nodes and back