monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] case insensitive file names


From: Nathaniel Smith
Subject: Re: [Monotone-devel] case insensitive file names
Date: Sat, 28 Jun 2008 02:01:26 -0700
User-agent: Mutt/1.5.13 (2006-08-11)

On Tue, Jun 24, 2008 at 08:43:40AM -0400, Stephen Leake wrote:
> My actual use case was this: if I have a workspace that is nominally
> at the head of branch 'main', and I start messing around, then realize
> I really should be working on branch 'experimental', I want to do:
> 
> mtn "just switch to experimental, and don't bother me!"
> 
> which is approximated by:
> 
> mtn ls --missing > files_i_deleted.log
> mtn revert --missing
> mtn update --branch experimental
> some_painful_shell_script.sh files_i_deleted.log
> 
> I'd rather just do 'mtn update --branch experimental' :).

I'm not sure I follow what you want, but it sounds like
 mtn drop --missing
 mtn update -r h:experimental
should do it?  If you want the files to be gone, why use revert to put
them back before updating?

-- Nathaniel

-- 
Electrons find their paths in subtle ways.




reply via email to

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