emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bzr Emacs question


From: Eli Zaretskii
Subject: Re: Bzr Emacs question
Date: Sat, 24 Nov 2012 19:34:38 +0200

> Date: Sat, 24 Nov 2012 09:02:09 -0800
> From: Bill Wohler <address@hidden>
> 
> 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 address@hidden                        
>     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 via email to

[Prev in Thread] Current Thread [Next in Thread]