log hgext/hgk.py @ 48393:1a8a70b4b0ad

age author description
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Mon, 06 Apr 2020 15:19:09 -0700 Kyle Lippincott hgk: remove a "b" used on a kwargs expansion, the keys are strs
Sun, 01 Dec 2019 18:46:10 -0500 Matt Harbison cleanup: fix docstring formatting
Thu, 14 Nov 2019 15:25:26 -0500 Augie Fackler hgk: use field names instead of field numbers on scmutil.status
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Sun, 06 Oct 2019 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
Sun, 06 Oct 2019 10:51:16 -0400 Augie Fackler cleanup: mark some ui.(status|note|warn|write) calls as not needing i18n
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Tue, 06 Mar 2018 02:05:25 -0600 Yuya Nishihara hgk: stop using util.bytesinput() to read a single line from stdin
Thu, 01 Mar 2018 23:51:32 +0530 Pulkit Goyal py3: use '%d' instead of '%s' for ints
Mon, 23 Oct 2017 00:03:27 +0530 Pulkit Goyal py3: handle keyword arguments in hgext/hgk.py