On Mon, Apr 18, 2011 at 3:44 AM, Arjen Markus <arjen.mar...@deltares.nl> wrote:
> Hello,
>
> I have a few comments (and not realy much more than that) on the
> way Fossil implements the editing of commit messages:
>
> - I noticed that the choice of editor seems to be a global setting
>   in the repository. At least, that is the behaviour I observe
>   with one repository (but that may be peculiar to that particular
>   project). As editors are a highly personal choice, I would expect
>   this to be a user-defined setting.
>

if you call fossil settings from outside a checkouted repository, or
if you specify "-global" to the settings subcommand, it will be saved
globally for the current user..

it is saved on a $HOME/.fossil on unix sytem and on
%HOME%\AppData\_fossil on windows (or something like that)


[snip]

-- 
Martin
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to