all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: Chong Yidong <cyd@stupidchicken.com>
Cc: emacs-devel@gnu.org
Subject: Re: Equivalent of release tags with bzr?
Date: Wed, 30 Dec 2009 00:16:18 +0200	[thread overview]
Message-ID: <87r5qdxw7h.fsf@kobe.laptop> (raw)
In-Reply-To: <878wclfso7.fsf@stupidchicken.com> (Chong Yidong's message of "Tue, 29 Dec 2009 15:10:00 -0500")

On Tue, 29 Dec 2009 15:10:00 -0500, Chong Yidong <cyd@stupidchicken.com> wrote:
> With CVS, I would tag each pretest with a cvs tag, with
> `cvs tag EMACS_PRETEST_XX_YY_ZZ'.  Now that we have moved to Bzr, what
> should be the corresponding procedure?

You can just run "bzr tag EMACS_PRETEST_XX_YY_ZZ".  This will not show
up as a commit in the history, but the new tags will be visible in the
output of "bzr tags".

If the branch you tagged is a _bound_ branch, the tag will be sent to
the remote branch too.

If your local branch is not bound, then you can "bzr push" it.  You can
ignore the slightly misleading message "bzr push" will show.  For some
reason bzr treats tags in a special way reports that "no revisions have
been pushed", but the tag is installed in the remote repository as one
would expect.





  parent reply	other threads:[~2009-12-29 22:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-29 20:10 Equivalent of release tags with bzr? Chong Yidong
2009-12-29 20:43 ` Christian Faulhammer
2009-12-29 21:46 ` Juanma Barranquero
2009-12-29 21:59 ` Óscar Fuentes
2009-12-29 22:16 ` Giorgos Keramidas [this message]
2009-12-31  5:50   ` Ken Raeburn
2009-12-31  9:40     ` Andreas Schwab
2009-12-31 12:40       ` Christian Faulhammer
2009-12-31 13:51     ` Giorgos Keramidas

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=87r5qdxw7h.fsf@kobe.laptop \
    --to=keramida@ceid.upatras.gr \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.