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
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
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
3 matches
Mail list logo