log

age author description
Wed, 13 Nov 2019 22:22:31 -0500 Augie Fackler logcmdutil: add a type annotation
Wed, 13 Nov 2019 22:21:38 -0500 Augie Fackler cmdutil: add a pytype annotation to help out some callsites
Tue, 12 Nov 2019 17:47:42 -0500 Matt Harbison hghave: add a check for the `xz` compression utility
Thu, 14 Nov 2019 22:31:21 -0800 Martin von Zweigbergk py3: use '%d' for formatting a revnum in `hg co --date` code
Mon, 18 Nov 2019 17:37:59 +0100 Raphaël Gomès py3: send bytes from Rust-created warning patterns
Mon, 18 Nov 2019 17:34:44 +0100 Raphaël Gomès py3: pass bytes to `configint` and `configbool`
Fri, 15 Nov 2019 10:16:27 -0800 Martin von Zweigbergk templates: make {indent("", " ")} be empty
Fri, 15 Nov 2019 10:16:22 -0800 Martin von Zweigbergk tests: document behavior of indent() with empty first line
Sat, 16 Nov 2019 12:08:02 -0800 Gregory Szorc tests: check for Windows line endings
Sat, 16 Nov 2019 11:54:39 -0800 Gregory Szorc tests: verify that Python scripts are blackened
Sat, 16 Nov 2019 11:53:47 -0800 Gregory Szorc black: blacken scripts
Sat, 16 Nov 2019 11:59:22 -0800 Gregory Szorc doc: don't use mutable default arguments
Thu, 14 Nov 2019 21:58:36 -0800 Martin von Zweigbergk tags: don't check for clean files when checking for dirty working copy
Thu, 14 Nov 2019 21:13:46 -0800 Martin von Zweigbergk branchmap: make "closed" a set from beginning instead of converting from list
Sun, 17 Nov 2019 01:34:52 -0500 Matt Harbison debugextensions: gracefully handle missing __file__ attributes