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
|
Wed, 25 Jan 2012 20:03:46 +0100 |
David Soria Parra |
bookmarks: respect --debug during incoming/outgoing
stable
|
Wed, 18 Jan 2012 14:56:52 -0600 |
Matt Mackall |
bookmarks: backout locking change in 12dea4d998ec
|
Fri, 13 Jan 2012 02:30:43 +0100 |
Mads Kiilerich |
bookmarks: primarily use repo lock, not wlock
|
Wed, 16 Nov 2011 15:29:57 -0600 |
Kevin Bullock |
bookmarks: update and updatecurrentbookmark return status
|
Wed, 07 Dec 2011 16:19:39 -0600 |
Matt Mackall |
bookmarks: mark divergent bookmarks with book@pathalias when source in [paths]
|
Tue, 06 Dec 2011 14:17:33 -0600 |
Matt Mackall |
bookmarks: shadow divergent bookmarks of foo with foo@n
|
Wed, 12 Oct 2011 11:09:57 -0500 |
Augie Fackler |
bookmarks: delegate writing to the repo just like reading
|
Thu, 25 Aug 2011 20:21:04 -0400 |
Greg Ward |
atomictempfile: make close() consistent with other file-like objects.
|
Mon, 25 Jul 2011 15:07:09 -0500 |
Augie Fackler |
bookmarks: use getattr instead of hasattr
|
Wed, 06 Jul 2011 19:25:56 -0500 |
Matt Mackall |
bookmarks: simplify warning code
|
Wed, 06 Jul 2011 19:25:56 -0500 |
Matt Mackall |
bookmarks: drop superfluous strip
|