log hgext3rd/topic/stack.py @ 4814:48b30ff742cb

age author description
Tue, 06 Aug 2019 15:06:38 +0200 Raphaël Gomès python3: use format-source to run byteify-strings in .py files
Tue, 06 Aug 2019 11:17:38 +0200 Raphaël Gomès python3: add byte prefix for objects that look like kwargs but aren't
Fri, 12 Jul 2019 10:26:41 -0700 Martin von Zweigbergk py3: convert exceptions to bytes using pycompat.bytestr()
Tue, 28 May 2019 16:46:18 +0800 Anton Shestakov stack: remove 'topic.' prefix from colors/labels
Sat, 18 May 2019 16:56:47 +0800 Anton Shestakov stack: handle hash sizes when --debug flag is provided
Fri, 17 May 2019 17:50:25 +0800 Anton Shestakov stack: always provide (full) node hash to non-default --template
Fri, 17 May 2019 17:42:06 +0800 Anton Shestakov stack: remove unnecessary prefix from stack output with non-default --template
Fri, 17 May 2019 17:59:58 +0800 Anton Shestakov stack: provide context to formatter with non-default --template
Sat, 11 May 2019 17:14:32 +0800 Anton Shestakov stack: leverage labelsgen() to produce all needed labels for fm.write()
Wed, 08 May 2019 16:00:34 +0800 Anton Shestakov stack: check if stack is empty more pythonically
Wed, 08 May 2019 15:57:54 +0800 Anton Shestakov stack: implement __bool__ and __nonzero__
Sun, 05 May 2019 17:39:46 +0800 Anton Shestakov stack: get stack data directly from stack and remove stackdata()
Sun, 05 May 2019 16:14:53 +0800 Anton Shestakov stack: use stack._revs instead of stack.revs[1:] in external children revset
Wed, 10 Apr 2019 18:20:33 +0800 Anton Shestakov stack: rename troubledcount to unstablecount
Sat, 06 Apr 2019 15:50:15 +0200 Anton Shestakov stack: improve set combination logic