all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Bill Wohler <wohler@newt.com>
Cc: emacs-devel@gnu.org
Subject: Re: Bzr Emacs question
Date: Sat, 24 Nov 2012 19:34:38 +0200	[thread overview]
Message-ID: <83pq32zyz5.fsf@gnu.org> (raw)
In-Reply-To: <23373.1353776529@olgas.newt.com>

> Date: Sat, 24 Nov 2012 09:02:09 -0800
> From: Bill Wohler <wohler@newt.com>
> 
> I want to make an MH-E 8.3.1 release that corresponds to the Emacs 24.1
> release. I thought that I would do this:
> 
>     bzr tag -r emacs-24.1 mh-e-8.3.1
> 
> But then when I run the following to get the proper workspace for
> creating a release:
> 
>     bzr up -r mh-e-8.3.1
> 
> I get this error:
> 
>     bzr: ERROR: branch has no revision cyd@gnu.org-20120610074146-e2dmv3euiqbajrxt                        
>     bzr update --revision only works for a revision in the branch history
> 
> What is wrong?

A tag is not a revision-id by itself.  Try

  bzr up -r tag:mh-e-8.3.1

(And I'm not sure you really want "up" and not some other command, but
that's another story.)

> On a related note, what command should I use to confirm the revision of
> the workspace? "svn info" provides this information but "bzr info" does
> not.

Does "bzr revno" do what you want?



  reply	other threads:[~2012-11-24 17:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-24 17:02 Bzr Emacs question Bill Wohler
2012-11-24 17:34 ` Eli Zaretskii [this message]
2012-11-24 17:47   ` Bill Wohler
2012-11-24 18:12     ` Eli Zaretskii
2012-11-24 18:22       ` Bill Wohler
2012-11-24 20:43         ` Eli Zaretskii
2012-11-24 20:49           ` Bill Wohler
2012-11-24 18:47   ` Bill Wohler
2012-11-24 19:50 ` Bill Wohler

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=83pq32zyz5.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=wohler@newt.com \
    /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.