git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eric Sunshine <sunshine@sunshineco.com>
To: Felipe Contreras <felipe.contreras@gmail.com>
Cc: Git List <git@vger.kernel.org>,
	Junio C Hamano <gitster@pobox.com>, Jeff King <peff@peff.net>
Subject: Re: [PATCH 33/47] remote-hg: add test for new bookmark special
Date: Tue, 14 May 2013 17:09:31 -0400	[thread overview]
Message-ID: <CAPig+cS0eA8wZfUWz2MQooUzrdw8h4RWcaR4haeZHQJkL+nS9g@mail.gmail.com> (raw)
In-Reply-To: <1368506230-19614-34-git-send-email-felipe.contreras@gmail.com>

On Tue, May 14, 2013 at 12:36 AM, Felipe Contreras
<felipe.contreras@gmail.com> wrote:
> From the point of view of Mercurial, this creates a new branch head, and
> requires a forced push.
>
> Ideally, whoever, we would want it to work just like in git; new

Did you mean s/whoever/however/ ?

> branches can be pushed without problems.
>
> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>

  reply	other threads:[~2013-05-14 21:09 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-14  4:36 [PATCH 00/47] remote-hg: fixes for next Felipe Contreras
2013-05-14  4:36 ` [PATCH 01/47] remote-hg: trivial cleanups Felipe Contreras
2013-05-14  4:36 ` [PATCH 02/47] remote-hg: get rid of unused exception checks Felipe Contreras
2013-05-14  4:36 ` [PATCH 03/47] remote-hg: enable track-branches in hg-git mode Felipe Contreras
2013-05-14  4:36 ` [PATCH 04/47] remote-hg: add new get_config_bool() helper Felipe Contreras
2013-05-14  4:36 ` [PATCH 05/47] remote-hg: fix new branch creation Felipe Contreras
2013-05-14  4:36 ` [PATCH 06/47] remote-hg: disable forced push by default Felipe Contreras
2013-05-14  4:36 ` [PATCH 07/47] remote-hg: don't push fake 'master' bookmark Felipe Contreras
2013-05-14  4:36 ` [PATCH 08/47] remote-hg: update bookmarks when pulling Felipe Contreras
2013-05-14  4:36 ` [PATCH 09/47] remote-hg: test: be a little more quiet Felipe Contreras
2013-05-14  4:36 ` [PATCH 10/47] remote-hg: trivial reorganization Felipe Contreras
2013-05-14  4:36 ` [PATCH 11/47] remote-helpers: test: cleanup white-spaces Felipe Contreras
2013-05-14  4:36 ` [PATCH 12/47] remote-helpers: test: cleanup style Felipe Contreras
2013-05-14  4:36 ` [PATCH 13/47] remote-helpers: tests: general improvements Felipe Contreras
2013-05-14  4:36 ` [PATCH 14/47] remote-helpers: test: simplify remote URLs Felipe Contreras
2013-05-14  4:36 ` [PATCH 15/47] remote-hg: test: simplify previous branch checkout Felipe Contreras
2013-05-14  4:36 ` [PATCH 16/47] remote-hg: load all extensions Felipe Contreras
2013-05-14 21:12   ` Eric Sunshine
2013-05-14  4:36 ` [PATCH 17/47] remote-hg: use a shared repository store Felipe Contreras
2013-05-14  4:36 ` [PATCH 18/47] remote-hg: shuffle some code Felipe Contreras
2013-05-14  4:36 ` [PATCH 19/47] remote-hg: improve node traversing Felipe Contreras
2013-05-14  4:36 ` [PATCH 20/47] remote-hg: add version checks to the marks Felipe Contreras
2013-05-14  4:36 ` [PATCH 21/47] remote-hg: switch from revisions to SHA-1 noteids Felipe Contreras
2013-05-14  4:36 ` [PATCH 22/47] remote-hg: upgrade version 1 marks Felipe Contreras
2013-05-14  4:36 ` [PATCH 23/47] remote-hg: ensure remote rebasing works Felipe Contreras
2013-05-14  4:36 ` [PATCH 24/47] remote-hg: trivial cleanups Felipe Contreras
2013-05-14  4:36 ` [PATCH 25/47] remote-hg: improve progress calculation Felipe Contreras
2013-05-14  4:36 ` [PATCH 26/47] remote-hg: always point HEAD to master Felipe Contreras
2013-05-14  4:36 ` [PATCH 27/47] remote-bzr: simplify test checks Felipe Contreras
2013-05-14  4:36 ` [PATCH 28/47] remote-hg: add check_bookmark() test helper Felipe Contreras
2013-05-14  4:36 ` [PATCH 29/47] remote-hg: add remote tests Felipe Contreras
2013-05-14  4:36 ` [PATCH 30/47] remote-hg: add test to push new bookmark Felipe Contreras
2013-05-14  4:36 ` [PATCH 31/47] remote-hg: add test for diverged push Felipe Contreras
2013-05-14  4:36 ` [PATCH 32/47] remote-hg: add test for bookmark diverge Felipe Contreras
2013-05-14  4:36 ` [PATCH 33/47] remote-hg: add test for new bookmark special Felipe Contreras
2013-05-14 21:09   ` Eric Sunshine [this message]
2013-05-14  4:36 ` [PATCH 34/47] remote-hg: add test for big push Felipe Contreras
2013-05-14  4:36 ` [PATCH 35/47] remote-hg: add test for failed double push Felipe Contreras
2013-05-14  4:36 ` [PATCH 36/47] remote-hg: reorganize bookmark handling Felipe Contreras
2013-05-14  4:37 ` [PATCH 37/47] remote-hg: force remote bookmark push selectively Felipe Contreras
2013-05-14  4:37 ` [PATCH 38/47] remote-hg: only update necessary revisions Felipe Contreras
2013-05-14  4:37 ` [PATCH 39/47] remote-hg: implement custom push() Felipe Contreras
2013-05-14  4:37 ` [PATCH 40/47] remote-hg: implement custom checkheads() Felipe Contreras
2013-05-14  4:37 ` [PATCH 41/47] remote-hg: pass around revision refs Felipe Contreras
2013-05-14  4:37 ` [PATCH 42/47] remote-hg: check diverged bookmarks Felipe Contreras
2013-05-14  4:37 ` [PATCH 43/47] remote-hg: simplify branch_tip() Felipe Contreras
2013-05-14  4:37 ` [PATCH 44/47] remote-hg: improve branch listing Felipe Contreras
2013-05-14  4:37 ` [PATCH 45/47] remote-hg: use remote 'default' not local one Felipe Contreras
2013-05-14  4:37 ` [PATCH 46/47] remote-hg: improve lightweight tag author Felipe Contreras
2013-05-14  4:37 ` [PATCH 47/47] remote-hg: remove files before modifications Felipe Contreras

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPig+cS0eA8wZfUWz2MQooUzrdw8h4RWcaR4haeZHQJkL+nS9g@mail.gmail.com \
    --to=sunshine@sunshineco.com \
    --cc=felipe.contreras@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=peff@peff.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).