Mercurial > hg
log mercurial/stack.py @ 44884:d044b66d8429
age | author | description |
---|---|---|
Sun, 06 Oct 2019 09:48:39 -0400 | Augie Fackler | formatting: byteify all mercurial/ and hgext/ string literals |
Sat, 05 Oct 2019 10:29:34 -0400 | Augie Fackler | style: run a patched black on a subset of mercurial |
Sun, 22 Sep 2019 14:33:56 +0700 | Anton Shestakov | stack: use repo.revs() instead of revsetlang.formatspec() + scmutil.revrange() |
Thu, 18 Jul 2019 17:07:34 +0800 | Anton Shestakov | stack: remove unnecessary reverse() predicate |
Fri, 19 Jan 2018 17:29:50 +0100 | Boris Feld | stack: return a sorted smartrev by default |
Fri, 19 Jan 2018 15:25:06 +0100 | Boris Feld | stack: add a new module for stack-related commands |