emacs-devel
[Top][All Lists]
Advanced

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

Re: support for bzr shelve/unshelve in vc-dir


From: Óscar Fuentes
Subject: Re: support for bzr shelve/unshelve in vc-dir
Date: Thu, 03 Dec 2009 18:24:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Dan Nicolaescu <address@hidden> writes:

[snip]

>   > > I couldn't find a way to display the content of a shelf, so support for
>   > > that is missing.
>   > 
>   > As mentioned on a previous message, `bzr shelf1 list' should do what you
>   > need. It is from bzrtools, which is a popular plugin. However, the
>   > command either is broken or I don't know how to use it. I'll ask on the
>   > bazaar ml.
>
> bzr shelf1 list doesn't even show shelves created with bzr shelve...

Someone told me that bzrtools' `shelf1' only works with bzrtools'
`shelve1'. It is incompatible with with bzr's `shelve'. For looking at
the changes on a shelve1, you need `bzr shelf1 list', which lists the
patches, and `bzr shelf1 show PATCH', which actually shows the patch:

address@hidden:~/dev/other/bzr-emacs/trunk$ bzr shelve1 --all
Shelving to 1/00: "Changes shelved on 2009-12-03 18:12:08"

address@hidden:~/dev/other/bzr-emacs/trunk$ bzr shelf1 list
Patches on shelf '1':                                   
 00: Changes shelved on 2009-12-03 18:12:08             

address@hidden:~/dev/other/bzr-emacs/trunk$ bzr shelf1 show 00
# Shelved patch: Changes shelved on 2009-12-03 18:12:08
--- INSTALL     2009-09-13 22:15:10 +0000
+++ INSTALL     2009-12-03 17:12:01 +0000
@@ -811,3 +811,4 @@

 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+foo
--- README      2009-06-21 04:46:07 +0000
+++ README      2009-12-03 17:12:01 +0000
@@ -107,3 +107,4 @@

 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+zoo






reply via email to

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