Fri, 19 Feb 2016 22:28:09 +0100 |
liscju |
bookmarks: add 'hg push -B .' for pushing the active bookmark (issue4917)
|
Fri, 15 Jan 2016 13:14:45 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in _writeactive
|
Fri, 15 Jan 2016 13:14:45 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in _writerepo
|
Wed, 11 Nov 2015 21:18:02 -0500 |
Augie Fackler |
bmstore: add handling of the active bookmark
|
Tue, 01 Dec 2015 13:08:05 -0500 |
Augie Fackler |
bookmarks: make _readactive safe when readlines raises ENOENT
|
Sat, 05 Dec 2015 23:34:07 -0800 |
Pierre-Yves David |
bookmark: deprecate 'bmstore.write' method
|
Wed, 11 Nov 2015 21:03:48 -0500 |
Augie Fackler |
bmstore: close file in a finally block in _writerepo
|
Wed, 11 Nov 2015 21:01:23 -0500 |
Augie Fackler |
bmstore: add basic clean-state tracking
|
Wed, 11 Nov 2015 20:45:38 -0500 |
Augie Fackler |
bookmarks: hoist getbkfile out of bmstore class
|
Wed, 11 Nov 2015 20:43:25 -0500 |
Augie Fackler |
bookmarks: document getbkfile method
|
Tue, 17 Nov 2015 12:49:57 -0800 |
Laurent Charignon |
bookmarks: use repo._bookmarks.recordchange instead of repo._bookmarks.write
|
Sat, 17 Oct 2015 00:58:46 +0200 |
Mads Kiilerich |
spelling: trivial spell checking
|
Thu, 08 Oct 2015 01:41:30 +0900 |
FUJIWARA Katsunori |
bookmarks: use recordchange instead of writing if transaction is active
|
Sat, 01 Aug 2015 05:43:39 -0700 |
Laurent Charignon |
devel-warn: issue a warning when writing bookmarks without holding the wlock
|
Fri, 07 Aug 2015 19:49:21 -0700 |
Gregory Szorc |
bookmarks: use absolute_import
|
Wed, 01 Jul 2015 01:09:57 -0700 |
Pierre-Yves David |
bookmark: remove the "touch changelog" hack
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Sat, 13 Jun 2015 00:51:43 -0700 |
Laurent Charignon |
repoview: invalidate 'visible' filtered revisions when bookmarks change
|
Thu, 11 Jun 2015 17:19:48 -0700 |
Pierre-Yves David |
bookmark: informs of failure to upgrade a bookmark
|
Tue, 14 Apr 2015 12:53:48 -0700 |
Ryan McElroy |
bookmarks: rename current to active in variables and comments
|
Fri, 15 May 2015 09:55:47 -0500 |
Matt Mackall |
bookmarks: use try/except/finally
|
Tue, 14 Apr 2015 12:45:15 -0700 |
Ryan McElroy |
bookmarks: simplify iscurrent to isactivewdirparent (API)
|
Tue, 14 Apr 2015 13:31:50 -0700 |
Ryan McElroy |
bookmarks: remove unused updatecurrentbookmark function (API)
|
Tue, 14 Apr 2015 13:17:33 -0700 |
Ryan McElroy |
bookmarks: rename bookmarkcurrent to activebookmark (API)
|
Mon, 13 Apr 2015 23:03:13 -0700 |
Ryan McElroy |
bookmarks: rename readcurrent to readactive (API)
|
Mon, 13 Apr 2015 22:27:01 -0700 |
Ryan McElroy |
bookmarks: rename setcurrent to activate (API)
|
Mon, 13 Apr 2015 21:53:37 -0700 |
Ryan McElroy |
bookmarks: rename unsetcurrent to deactivate (API)
|
Tue, 21 Apr 2015 21:02:08 -0300 |
Wagner Bruna |
bookmarks: add i18n hints to bookmark sync states
stable
|
Wed, 08 Apr 2015 02:56:19 +0900 |
FUJIWARA Katsunori |
bookmarks: show detailed status about outgoing bookmarks
|
Wed, 08 Apr 2015 02:56:19 +0900 |
FUJIWARA Katsunori |
bookmarks: show detailed status about incoming bookmarks
|