log mercurial/bookmarks.py @ 38538:2f7104984857

age author description
Sun, 01 Jul 2018 22:22:07 +0900 Yuya Nishihara bookmarks: add support for log-like template keywords and functions
Sat, 05 May 2018 11:42:42 +0900 Yuya Nishihara bookmarks: cache reverse mapping (issue5868)
Sat, 05 May 2018 11:44:43 +0900 Yuya Nishihara bookmarks: make argument names of _set/_del() more specific
Sat, 05 May 2018 11:34:03 +0900 Yuya Nishihara bookmarks: extract function that looks up bookmark names by node
Sat, 05 May 2018 11:21:41 +0900 Yuya Nishihara bookmarks: hide dict behind bmstore class
Fri, 13 Apr 2018 11:19:39 -0700 Gregory Szorc bookmarks: use command executor for wire protocol commands
Fri, 06 Apr 2018 11:29:30 -0700 Martin von Zweigbergk bookmarks: introduce a repo._bookmarks.changectx(mark) method and use it
Fri, 06 Apr 2018 11:28:26 -0700 Martin von Zweigbergk bookmarks: use isrevsymbol() for detecting collision with existing symbol
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
Tue, 03 Apr 2018 08:46:58 -0700 Martin von Zweigbergk bookmarks: switch from repo.changectx('.') to repo['.']
Fri, 02 Mar 2018 00:19:16 -0500 Augie Fackler bookmarks: fix a repr in a message on Python 3
Mon, 26 Feb 2018 13:34:35 -0800 Gregory Szorc bookmarks: write bookmarks file deterministically
Fri, 02 Feb 2018 23:20:55 -0500 Matt Harbison bookmarks: drop deprecated methods (API)
Tue, 16 Jan 2018 14:28:57 +0100 Boris Feld bookmarks: display the obsfate of hidden revision we create a bookmark on
Fri, 14 Jul 2017 19:59:10 +0200 Boris Feld bookmark: deprecate direct update of a bookmark value
Mon, 15 Jan 2018 00:16:11 +0530 Pulkit Goyal bookmarks: calculate visibility exceptions only once
Fri, 05 Jan 2018 22:28:06 +0530 Pulkit Goyal bookmarks: add bookmarks to hidden revs if directaccess config is set
Wed, 10 Jan 2018 10:49:12 -0800 Martin von Zweigbergk bookmarks: use context managers for locks and transaction in pushbookmark()
Wed, 10 Jan 2018 10:47:13 -0800 Martin von Zweigbergk bookmarks: use context managers for lock and transaction in update()
Sun, 15 Oct 2017 14:59:55 +0200 Boris Feld bookmark: add methods to binary encode and decode bookmark values
Tue, 10 Oct 2017 17:53:42 +0200 Boris Feld bookmark: add a dedicated txnclose-bookmark hook
Mon, 10 Jul 2017 21:49:37 +0200 Boris Feld bookmark: deprecate direct del of a bookmark value
Mon, 10 Jul 2017 21:47:34 +0200 Boris Feld bookmark: deprecate direct set of a bookmark value
Mon, 10 Jul 2017 20:26:53 +0200 Boris Feld bookmark: track bookmark changes at the transaction level
Mon, 10 Jul 2017 20:10:03 +0200 Boris Feld bookmark: deprecate 'recordchange' in favor of 'applychanges'
Mon, 10 Jul 2017 20:06:15 +0200 Boris Feld bookmark: drop deletedivergent
Mon, 10 Jul 2017 20:02:32 +0200 Boris Feld bookmark: use 'divergent2delete' in checkconflict
Mon, 10 Jul 2017 19:12:25 +0200 Boris Feld bookmark: use 'divergent2delete' when updating a bookmark
Mon, 10 Jul 2017 19:08:17 +0200 Boris Feld bookmark: split out target computation from 'deletedivergent'