Tue, 21 Mar 2017 06:50:28 -0700 |
Ryan McElroy |
bookmarks: use tryunlink
|
Tue, 21 Feb 2017 01:21:00 +0900 |
FUJIWARA Katsunori |
bookmarks: check HG_PENDING strictly
|
Sun, 18 Dec 2016 01:34:41 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 1 of 5)
|
Fri, 09 Dec 2016 03:22:26 -0800 |
Stanislau Hlebik |
bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)
|
Tue, 22 Nov 2016 01:33:31 -0800 |
Stanislau Hlebik |
bookmarks: rename `compare()` to `comparebookmarks()` (API)
|
Thu, 17 Nov 2016 00:59:41 -0800 |
Stanislau Hlebik |
bookmarks: use listbinbookmarks() in listbookmarks()
|
Thu, 17 Nov 2016 00:59:41 -0800 |
Stanislau Hlebik |
bookmarks: introduce listbinbookmarks()
|
Mon, 13 Jun 2016 23:50:26 +0200 |
liscju |
bookmarks: abort 'push -B .' when no active bookmark
|
Fri, 03 Jun 2016 00:44:20 +0900 |
FUJIWARA Katsunori |
bookmarks: make writing files out avoid ambiguity of file stat
|
Wed, 04 May 2016 21:01:49 -0400 |
Augie Fackler |
bookmarks: jettison bmstore's write() method per deprecation policy
|
Wed, 04 May 2016 22:44:30 -0400 |
Augie Fackler |
bookmarks: properly invalidate volatile sets when writing bookmarks
stable
|
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
|
Wed, 08 Apr 2015 02:56:19 +0900 |
FUJIWARA Katsunori |
bookmarks: show outgoing bookmarks more exactly
|
Wed, 08 Apr 2015 02:56:19 +0900 |
FUJIWARA Katsunori |
bookmarks: show incoming bookmarks more exactly
|
Thu, 19 Mar 2015 23:36:06 +0900 |
FUJIWARA Katsunori |
bookmarks: rewrite comparing bookmarks in commands.summary() by compare()
|
Thu, 19 Mar 2015 23:36:05 +0900 |
FUJIWARA Katsunori |
bookmarks: remove useless diff()
|
Thu, 19 Mar 2015 23:36:05 +0900 |
FUJIWARA Katsunori |
bookmarks: add outgoing() to replace diff() for outgoing bookmarks
|
Thu, 19 Mar 2015 23:36:05 +0900 |
FUJIWARA Katsunori |
bookmarks: add incoming() to replace diff() for incoming bookmarks
|
Tue, 17 Mar 2015 18:20:24 +0900 |
FUJIWARA Katsunori |
bookmarks: reuse @number bookmark, if it refers changeset referred remotely
|
Tue, 17 Mar 2015 18:20:24 +0900 |
FUJIWARA Katsunori |
bookmarks: check @pathalias suffix before available @number for efficiency
|
Tue, 17 Mar 2015 18:20:24 +0900 |
FUJIWARA Katsunori |
bookmarks: prevent divergent bookmark from being updated unexpectedly
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi GutiƩrrez Hermoso |
style: kill ersatz if-else ternary operators
|
Sun, 18 Jan 2015 02:38:57 +0100 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Thu, 15 Jan 2015 23:17:12 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.opener
|
Tue, 02 Dec 2014 20:31:19 -0800 |
Ryan McElroy |
bookmarks: factor out repository lookup from writing bookmarks file
|
Thu, 27 Nov 2014 00:24:25 -0800 |
Ryan McElroy |
bookmarks: factor out bookmark file opening for easier extensibility
|
Sun, 28 Sep 2014 21:27:48 -0700 |
Pierre-Yves David |
bookmark: read pending data when appropriate
|
Fri, 17 Oct 2014 20:53:42 -0700 |
Pierre-Yves David |
transaction: use 'location' instead of 'vfs' objects for file generation
|
Wed, 05 Nov 2014 17:25:00 +0000 |
Pierre-Yves David |
bookmarks: fix formatting of exchange message (issue4439)
stable
|
Fri, 24 Oct 2014 10:40:37 -0700 |
Gregory Szorc |
bookmarks: explicitly track identical bookmarks
stable
|
Sun, 12 Oct 2014 08:29:31 -0700 |
Pierre-Yves David |
bookmarks: inform transaction-related hooks that some bookmarks were moved
|
Sun, 28 Sep 2014 17:35:33 -0700 |
Pierre-Yves David |
push: update bookmarks (on server) within a transaction
|
Sun, 28 Sep 2014 15:21:38 -0700 |
Pierre-Yves David |
pull: perform bookmark updates in the transaction
|
Sun, 28 Sep 2014 00:41:55 -0700 |
Pierre-Yves David |
bookmark: add a `bmstore.recordupdate` to plug bookmarks into the transaction
|
Sat, 27 Sep 2014 03:10:33 -0700 |
Pierre-Yves David |
bookmarks: split bookmark serialization and file handling
|
Sun, 28 Sep 2014 14:07:56 -0700 |
Pierre-Yves David |
pull: merge bookmark updates and imports
|
Sun, 28 Sep 2014 13:43:31 -0700 |
Pierre-Yves David |
pull: gather explicit bookmark pulls with bookmark updates
|
Fri, 26 Sep 2014 23:04:35 -0700 |
Pierre-Yves David |
bookmark: remove now unused `pushtoremote` function
|
Thu, 02 Oct 2014 12:16:07 -0500 |
Pierre-Yves David |
bookmarks: allow `updatefromremote` to be quiet
|
Thu, 02 Oct 2014 16:43:50 -0500 |
Matt Mackall |
bookmarks: fix divergent bookmark path normalization
|
Fri, 26 Sep 2014 11:31:15 -0700 |
Pierre-Yves David |
bookmark: make the search for divergent names more robust
|
Tue, 26 Aug 2014 04:58:41 -0700 |
Durham Goode |
bookmarks: allow pushkey if new equals current
|
Tue, 08 Jul 2014 14:45:55 -0500 |
Matt Mackall |
bookmarks: avoid deleting primary bookmarks on rebase
stable
|
Thu, 30 Jan 2014 17:46:51 -0800 |
Pierre-Yves David |
push: move bookmarks exchange in the exchange module
|
Wed, 15 Jan 2014 17:48:48 -0600 |
Sean Farley |
update: consider successor changesets when moving active bookmark
|
Fri, 15 Nov 2013 18:41:40 -0800 |
Siddharth Agarwal |
bookmarks: make setcurrent with None an error
|
Fri, 15 Nov 2013 18:28:57 -0800 |
Siddharth Agarwal |
bmstore.write: use unsetcurrent instead of setcurrent with None
|
Fri, 08 Nov 2013 12:45:52 +0900 |
FUJIWARA Katsunori |
bookmarks: rewrite pushing bookmarks in "localrepository.push()" by "compare()"
|
Fri, 08 Nov 2013 12:45:52 +0900 |
FUJIWARA Katsunori |
bookmarks: rewrite pushing local bookmarks in "commands.push()" by "compare()"
|
Fri, 08 Nov 2013 12:45:52 +0900 |
FUJIWARA Katsunori |
bookmarks: rewrite "updatefromremote()" by "compare()"
|
Fri, 08 Nov 2013 12:45:52 +0900 |
FUJIWARA Katsunori |
bookmarks: add function to centralize the logic to compare bookmarks
|
Thu, 24 Oct 2013 01:49:56 +0800 |
Mads Kiilerich |
spelling: random spell checker fixes
stable
|
Tue, 15 Oct 2013 00:51:04 +0900 |
FUJIWARA Katsunori |
bookmarks: use "vfs.utime()" instead of "os.utime()"
|
Tue, 15 Oct 2013 00:51:04 +0900 |
FUJIWARA Katsunori |
bookmarks: use "vfs.unlink()" instead of "util.unlink()"
|
Thu, 01 Aug 2013 21:43:14 -0500 |
Kevin Bullock |
bookmarks: pull --update updates to active bookmark if it moved (issue4007)
stable 2.7
|
Wed, 01 May 2013 15:34:45 -0500 |
Sean Farley |
bookmarks: resolve divergent bookmarks when moving active bookmark forward
stable
|
Tue, 16 Apr 2013 15:16:33 +0200 |
Pierre-Yves David |
obsolete: extract foreground computation from bookmark.validdest
|
Fri, 29 Mar 2013 19:54:06 -0700 |
Siddharth Agarwal |
pull: list bookmarks before pulling changesets (issue3873)
|
Fri, 29 Mar 2013 18:28:59 -0700 |
Siddharth Agarwal |
bookmarks.updatefromremote: rename local rb to remotemarks
|
Wed, 30 Jan 2013 15:35:00 -0800 |
Siddharth Agarwal |
bookmarks: factor out delete divergent code
stable
|
Sun, 27 Jan 2013 15:13:53 -0600 |
Kevin Bullock |
bookmarks: hide bookmarks on filtered revs from listkeys
stable
|
Mon, 21 Jan 2013 13:47:10 -0600 |
Kevin Bullock |
update: update to current bookmark if it moved out from under us (issue3682)
stable
|
Tue, 15 Jan 2013 02:59:12 +0100 |
Mads Kiilerich |
bookmarks: process pulled remote bookmarks in sorted order
|
Fri, 07 Dec 2012 11:30:38 -0600 |
Kevin Bullock |
bookmarks: spelling correction in docstring
|
Mon, 08 Oct 2012 17:26:23 +0200 |
Pierre-Yves David |
clfilter: `bookmark.validdest` should run on unfiltered repo
|
Wed, 07 Nov 2012 16:21:39 -0600 |
Augie Fackler |
bookmarks: introduce a bmstore to manage bookmark persistence
|
Wed, 24 Oct 2012 18:11:17 +0200 |
Pierre-Yves David |
bookmark: remove useless line in `validdest`
|
Wed, 24 Oct 2012 17:55:21 +0200 |
Pierre-Yves David |
bookmark: issue a single call to `allsuccessors` per loop
|
Wed, 24 Oct 2012 17:26:40 +0200 |
Pierre-Yves David |
bookmark: simplify mutability check in `validdest`
|
Fri, 26 Oct 2012 09:29:50 +0200 |
Thomas Arendsen Hein |
bookmark: simplify nodemap check introduced in the previous changeset
stable
|
Thu, 25 Oct 2012 23:43:52 +0200 |
Pierre-Yves David |
bookmark: prevent crashing when a successor is unknown locally (issue3680)
stable
|
Tue, 16 Oct 2012 15:49:58 +0200 |
Pierre-Yves David |
obsolete: have `allsuccessors` takes a list of nodes
|
Fri, 19 Oct 2012 00:30:11 +0200 |
Pierre-Yves David |
obsolete: rename `anysuccessors` into `allsuccessors`
|
Wed, 17 Oct 2012 17:23:39 -0500 |
Kevin Bullock |
bookmarks: use scmutil.checknewlabel
|
Wed, 17 Oct 2012 16:32:43 -0500 |
Kevin Bullock |
bookmarks: disallow bookmarks named 'tip', '.', or 'null'
|
Wed, 17 Oct 2012 17:03:01 -0500 |
Kevin Bullock |
bookmarks: abort directly on invalid name
|
Mon, 15 Oct 2012 23:54:54 -0400 |
David M. Carr |
bookmarks: when @ bookmark diverges, don't double the @ sign (BC)
|
Wed, 10 Oct 2012 01:29:56 +0200 |
Mads Kiilerich |
spelling: fix minor spell checker issues
|
Sat, 22 Sep 2012 14:53:50 +0900 |
FUJIWARA Katsunori |
bookmarks: rename arguments/variables for source code readability
|
Tue, 18 Sep 2012 21:39:12 +0900 |
FUJIWARA Katsunori |
bookmarks: use "changectx.descendant()" for efficient descendant examination
|
Tue, 18 Sep 2012 21:39:12 +0900 |
FUJIWARA Katsunori |
bookmarks: avoid redundant creation/assignment of "validdests" in "validdest()"
|
Sun, 26 Aug 2012 01:28:22 +0200 |
Pierre-Yves David |
bookmark: take successors into account when updating (issue3561)
|
Sun, 26 Aug 2012 00:28:56 +0200 |
Pierre-Yves David |
bookmarks: extract valid destination logic in a dedicated function
|
Wed, 15 Aug 2012 22:39:18 +0200 |
Mads Kiilerich |
fix wording and not-completely-trivial spelling errors and bad docstrings
|
Sun, 13 May 2012 14:04:04 +0200 |
Brodie Rao |
localrepo: add branchtip() method for faster single-branch lookups
|
Sat, 12 May 2012 21:28:10 +0200 |
David Soria Parra |
bookmarks: delete divergent bookmarks on merge
|
Sat, 12 May 2012 17:00:01 +0200 |
Levi Bard |
bookmarks: pull new bookmarks from remote by default (BC)
|
Thu, 03 May 2012 16:03:08 -0500 |
Matt Mackall |
bookmarks: catch the proper exception for missing revisions
stable 2.2.1
|
Wed, 21 Mar 2012 16:39:38 -0500 |
Kevin Bullock |
bookmarks: clone non-divergent bookmarks with @ in them
stable
|
Wed, 29 Feb 2012 09:34:19 +0100 |
Gilles Moris |
bookmarks: restore python 2.4 compatibility
stable
|
Tue, 28 Feb 2012 23:47:46 +0200 |
Idan Kamara |
update: delete bookmarks.current when explicitly updating to a rev (issue3276)
stable
|