mercurial/destutil.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Sat, 15 Jan 2022 09:08:41 +0300 Anton Shestakov destutil: if wdp is obsolete, update to the closest non-obsolete ancestor
Fri, 07 Jan 2022 11:53:23 +0300 Anton Shestakov branchmap: skip obsolete revisions while computing heads
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Tue, 10 Nov 2020 09:14:01 -0800 Martin von Zweigbergk destutil: raise more specific error when histedit.defaultrev is empty
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Tue, 08 Oct 2019 19:35:30 -0700 Kyle Lippincott destutil: provide hint on rebase+merge for how to specify destination/rev
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
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
Mon, 13 Feb 2017 11:32:09 -0800 Martin von Zweigbergk destutil: drop now-unused "check" parameter from destupdate()
Thu, 09 Feb 2017 09:52:32 -0800 Martin von Zweigbergk destutil: remove duplicate check and leave it to merge.update()
Tue, 07 Feb 2017 13:11:30 -0800 Martin von Zweigbergk destutil: remove dead code about non-linear updates
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Fri, 02 Sep 2016 21:49:33 +0000 timeless update: use single quotes in use warning
Tue, 05 Apr 2016 07:30:01 +0200 liscju update: fix bare --clean to work on new branch (issue5003) (BC)
Sat, 30 Apr 2016 18:41:08 +0200 Pierre-Yves David destutil: add the ability to specify a search space for rebase destination stable
Fri, 15 Apr 2016 20:37:11 +0900 Yuya Nishihara update: resurrect bare update from null parent to tip-most branch head
Tue, 05 Apr 2016 06:53:33 +0200 liscju update: fix bare update to work on new branch
Tue, 29 Mar 2016 23:59:32 +0900 FUJIWARA Katsunori destutil: show message and hint at updating to the closed head as warning
Tue, 29 Mar 2016 23:59:32 +0900 FUJIWARA Katsunori destutil: make messages at updating to the closed head usual form
Mon, 07 Mar 2016 03:14:19 +0900 FUJIWARA Katsunori destutil: choose non-closed branch head at first (BC)
Wed, 24 Feb 2016 23:00:33 +0900 FUJIWARA Katsunori destutil: show message about other branch heads, even if on a closed head
Wed, 24 Feb 2016 23:00:33 +0900 FUJIWARA Katsunori destutil: use cached branch information instead of query for efficiency
Wed, 24 Feb 2016 23:00:33 +0900 FUJIWARA Katsunori destutil: replace wc.branch() invocations by cached value for efficiency
Wed, 24 Feb 2016 23:00:32 +0900 FUJIWARA Katsunori destutil: remove redundant examination
Wed, 24 Feb 2016 23:00:32 +0900 FUJIWARA Katsunori destutil: add new local variable to increase readability
Sun, 14 Feb 2016 13:25:59 +0000 Pierre-Yves David rebase: choose default destination the same way as 'hg merge' (BC)
Tue, 09 Feb 2016 23:35:21 +0000 Pierre-Yves David destutil: ensure we offer 'hg update' hint when not at head in all cases
Tue, 09 Feb 2016 23:30:41 +0000 Pierre-Yves David destutil: add more precise error classes for destmerge
Mon, 08 Feb 2016 22:58:15 +0000 Pierre-Yves David destutil: allow to disable the "on head check" in destmerge
Mon, 08 Feb 2016 19:32:29 +0100 Pierre-Yves David destutil: allow to specify an explicit source for the merge
Mon, 08 Feb 2016 18:12:06 +0100 Pierre-Yves David destutil: remove current head from list of candidates early
Mon, 08 Feb 2016 17:53:44 +0100 Pierre-Yves David destutil: add an 'action' layer to the destmerge message dictionary
Mon, 08 Feb 2016 17:34:32 +0100 Pierre-Yves David destutil: document various failure cases
Mon, 08 Feb 2016 14:56:28 +0100 Pierre-Yves David destutil: consistently retrieve 'p1' and 'branch'
Mon, 08 Feb 2016 14:55:58 +0100 Pierre-Yves David merge: give priority to "not at head" failures for bare 'hg merge'
Tue, 09 Feb 2016 21:14:37 +0000 Pierre-Yves David destutil: extract all 'mergedest' abort messages into a dictionary
Tue, 02 Feb 2016 15:24:11 +0000 Pierre-Yves David update: change default destination to tipmost descendant (issue4673) (BC)
Tue, 02 Feb 2016 14:49:02 +0000 Pierre-Yves David update: warn about other topological heads on bare update
Thu, 24 Dec 2015 10:16:30 -0800 Gregory Szorc destutil: use scmutil.revrange for desthistedit (issue5001)
Sat, 12 Dec 2015 13:32:25 -0500 Gregory Szorc destutil: use absolute_import
Sat, 24 Oct 2015 19:56:39 +0100 Gregory Szorc histedit: pick an appropriate base changeset by default (BC)
Thu, 15 Oct 2015 03:15:54 +0100 Pierre-Yves David destmerge: extract logic based on branch heads in its own function
Thu, 15 Oct 2015 03:13:14 +0100 Pierre-Yves David destmerge: extract logic based on bookmark into its own function
Thu, 15 Oct 2015 03:00:09 +0100 Pierre-Yves David destupdate: have a generic and extensible way to run each step
Thu, 15 Oct 2015 02:33:09 +0100 Pierre-Yves David destupdate: extract logic based on branch in its own function
less more (0) -60 tip