log tests/test-bookmarks-pushpull.t @ 23253:8d84b7a2dd91

age author description
Wed, 05 Nov 2014 17:25:00 +0000 Pierre-Yves David bookmarks: fix formatting of exchange message (issue4439) stable
Fri, 24 Oct 2014 17:24:46 -0500 Gregory Szorc exchange: don't report failure from identical bookmarks stable
Tue, 14 Oct 2014 13:34:25 -0700 Durham Goode obsolete: update tests to use obsolete options
Sun, 28 Sep 2014 14:07:56 -0700 Pierre-Yves David pull: merge bookmark updates and imports
Sat, 27 Sep 2014 20:51:53 -0700 Pierre-Yves David push: gather all bookmark decisions together
Wed, 06 Aug 2014 11:43:59 -0500 Matt Mackall tests: replace exit 80 with #require
Sat, 08 Mar 2014 19:02:39 +1100 Stephen Lee discovery: if a push would create a new head, mention the bookmark name if any
Wed, 14 May 2014 12:49:55 -0700 Siddharth Agarwal update: when deactivating a bookmark, print a message
Mon, 11 Nov 2013 21:16:54 +1100 Stephen Lee bookmarks: allow push -B to create a new remote head (issue2372)
Thu, 03 Oct 2013 23:16:06 +0900 FUJIWARA Katsunori push: hide description about "-f" in the hint to prevent from using it easily
Fri, 26 Jul 2013 13:34:51 -0700 Wojciech Lopata bookmarks: update only proper bookmarks on push -r/-B (issue 3973) stable
Fri, 29 Mar 2013 19:54:06 -0700 Siddharth Agarwal pull: list bookmarks before pulling changesets (issue3873)
Sun, 27 Jan 2013 14:24:37 -0600 Kevin Bullock bookmarks: don't use bookmarks.listbookmarks in local computations stable
Sun, 27 Jan 2013 11:29:14 -0600 Kevin Bullock bookmarks: show active bookmark even if not at working dir stable
Mon, 21 Jan 2013 12:58:59 -0600 Kevin Bullock test-bookmarks-pushpull.t: don't set bookmark active unnecessarily stable
Tue, 15 Jan 2013 02:59:12 +0100 Mads Kiilerich bookmarks: process pulled remote bookmarks in sorted order
Sun, 16 Dec 2012 20:50:57 +0100 Mads Kiilerich debugpushkey: list keys sorted
Mon, 29 Oct 2012 14:02:30 +0100 Adrian Buehlmann clone: show status "updating to bookmark @" stable
Sat, 27 Oct 2012 16:39:47 -0500 Matt Mackall bookmarks: backed out new message from changeset 52c7e171e355 stable
Fri, 26 Oct 2012 14:53:31 +0200 Thomas Arendsen Hein clone: print bookmark name when clone activates a bookmark stable
Fri, 26 Oct 2012 14:37:03 +0200 Thomas Arendsen Hein clone: activate @ bookmark if updating to it stable
Thu, 25 Oct 2012 23:43:52 +0200 Pierre-Yves David bookmark: prevent crashing when a successor is unknown locally (issue3680) stable
Thu, 25 Oct 2012 23:36:03 +0200 Pierre-Yves David bookmark: complexity pull-push test to have deeper tree stable
Mon, 15 Oct 2012 23:54:54 -0400 David M. Carr bookmarks: when @ bookmark diverges, don't double the @ sign (BC)
Sun, 26 Aug 2012 01:28:22 +0200 Pierre-Yves David bookmark: take successors into account when updating (issue3561)
Sun, 26 Aug 2012 00:25:33 +0200 Pierre-Yves David checkheads: check successors for new heads in both missing and common
Wed, 08 Aug 2012 18:10:30 +0200 Mads Kiilerich check-code: fix check for trailing whitespace on empty lines
Wed, 08 Aug 2012 18:10:16 +0200 Mads Kiilerich check-code: fix check for trailing whitespace on sh command lines
Sat, 28 Jul 2012 13:33:06 +0200 Pierre-Yves David pushkey: do not exchange obsole markers if feature is disabled stable
Fri, 06 Jul 2012 14:11:58 -0500 Augie Fackler test-bookmarks-pushpull.t: verify correct push -B behavior