log

age author description
Fri, 17 Jul 2020 14:58:22 +0200 Manuel Jacob windows: handle file-like objects without isatty() method
Fri, 17 Jul 2020 08:21:31 +0200 Manuel Jacob exchange: check actually missing revs for obsolete / unstable revs (issue6372)
Fri, 17 Jul 2020 07:59:20 +0200 Manuel Jacob tests: test that push doesn’t complain about unstable changesets if no changes
Fri, 17 Jul 2020 03:53:19 -0700 Rodrigo Damazio Bovendorp diff: move no-eol text constant to a common location
Fri, 17 Jul 2020 02:31:42 -0700 Rodrigo Damazio Bovendorp revert: fix interactive reverting of end-of-file newline changes
Thu, 16 Jul 2020 14:16:53 -0400 Matt Harbison phabricator: clarify the multiple heads/roots error message for phabsend
Tue, 14 Jul 2020 13:35:54 -0700 Daniel Ploch error: normalize "unresolved conflicts" error messages with a custom class
Mon, 13 Jul 2020 16:42:44 -0700 Daniel Ploch error: unify the error message formats for 'rebase' and 'unshelve'
Wed, 01 Apr 2020 08:42:00 -0500 Augie Fackler debugcommands: create new debugantivirusrunning command
Fri, 17 Jul 2020 03:28:52 +0200 Manuel Jacob windows: always work around EINVAL in case of broken pipe for stdout / stderr
Fri, 17 Jul 2020 00:37:33 +0200 Manuel Jacob tests: make pipes / PTYs non-inheritable in test-stdio.py
Thu, 16 Jul 2020 23:49:04 +0200 Manuel Jacob util: enhance `nullcontextmanager` to be able to return __enter__ result
Fri, 17 Jul 2020 03:12:29 +0200 Manuel Jacob windows: augment docstring of `winstdout` class
Fri, 17 Jul 2020 09:20:48 +0200 Manuel Jacob discovery: change users of `outgoing.missingheads` to `outgoing.ancestorsof`
Wed, 15 Jul 2020 11:38:54 +0200 Manuel Jacob discovery: fix docstring of `outgoing` class