log mercurial/destutil.py @ 43076:2372284d9457

age author description
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 09 Jan 2019 20:00:35 -0800 rdamazio histedit: crashing with a more useful error message on empty defaultrev stable
Sun, 04 Mar 2018 15:29:41 -0500 Augie Fackler rebase: introduce support for automatically rebasing orphan changes
Fri, 06 Apr 2018 10:48:11 -0700 Martin von Zweigbergk destutil: look up bookmarks only among bookmarks
Thu, 05 Apr 2018 18:02:42 +0200 Boris Feld histedit: simplify desthistedit
Thu, 05 Apr 2018 08:28:12 -0700 Martin von Zweigbergk bookmarks: drop always-None argument from calculateupdate()
Wed, 04 Apr 2018 15:13:32 -0700 Martin von Zweigbergk bookmarks: calculateupdate() returns a bookmark, not a rev
Fri, 19 Jan 2018 17:29:50 +0100 Boris Feld stack: return a sorted smartrev by default
Fri, 19 Jan 2018 17:09:24 +0100 Boris Feld histedit: use the new stack definition for histedit
Fri, 19 Jan 2018 16:52:56 +0100 Boris Feld show: use the new stack definition for show stack
Sat, 01 Jul 2017 22:38:42 -0700 Gregory Szorc show: implement "stack" view
Tue, 27 Jun 2017 01:03:01 +0200 Pierre-Yves David obsutil: move 'successorssets' to the new modules
Tue, 06 Jun 2017 22:17:39 +0530 Pulkit Goyal update: show the commit to which we updated in case of multiple heads (BC)
Thu, 18 May 2017 16:43:56 -0400 Augie Fackler localrepo: extract bookmarkheads method to bookmarks.py
Sun, 19 Feb 2017 20:00:18 +0900 Yuya Nishihara scmutil: proxy revrange() through repo to break import cycles