Shelve extension does not work with crew

Bastian Doetsch bastian.doetsch at gmx.de
Mon Nov 24 09:56:31 CST 2008


Am Montag, den 24.11.2008, 10:05 +0000 schrieb TK Soh:
[snip]

> >
> > I feel it'd be simpler if we can use a common option name for --target
> > and --source.
> >
> > How about this:
> >
> > hg shelve -q <shelfname> file1 file2 file3 and
> > hg unshelve -q <shelf-name>
> 
> shelf-name should be supplied via an option, to make it optional.
> That'd also avoid getting mix up with the files in shelve command.


Okay, then I'd just name it --shelf, but I don't care too much how it's
named, as long as it's available.


> 
> >> which would do something like:
> >>
> >> hg import .hg/shelve-backup/<shelf-name>
> >
> > Actually the diffs are save to .hg/shelve file. The .hg/shelve-backup/
> > directory is for storing the backup file during the shelve/unshelve
> > operations.


So the diffs are saved to only one file, right? I guess, that our Java
implementation is already compatible then, we'd just have to change the
filepath where to store the changes.

Bastian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial-devel/attachments/20081124/42459503/attachment.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://selenic.com/pipermail/mercurial-devel/attachments/20081124/42459503/attachment.pgp 


More information about the Mercurial-devel mailing list