[fossil-users] Fossil "stash" does not allow aborting stash by exiting message editor

2013-07-04 Thread James Masters
Hi all, When you type "fossil stash", it prompts you for a stash message similar to "fossil commit". With "commit", you can exit the editor without adding a message, and then it will prompt you with the following message giving you a chance to abort the operation: empty check-in comment. contin

Re: [fossil-users] Fossil commands will not follow through managed symlink dirs

2012-05-15 Thread James Masters
ipp > To: "Fossil SCM user's discussion" > Subject: Re: [fossil-users] Fossil commands will not follow through >managed symlink dirs > Message-ID: > > > Content-Type: text/plain; charset="iso-8859-1" > > On Tue, May 15, 2012 at

[fossil-users] Fossil commands will not follow through managed symlink dirs

2012-05-15 Thread James Masters
Hi all, Please consider the following test (in Linux on version 1.22): % mkdir dir_a % ln -s dir_a dir_b % touch dir_a/foo % fossil add dir_a/foo ADDED dir_a/foo % fossil commit dir_a/foo -m 'adding test' ADDED dir_a/foo ... % fossil ann dir_a/foo % fossil ann dir_b/foo fossil: no such file