recently, a (desirable) change was introduced that after

fossil clone http://userid@server/repo myclone.fossil

the local default user is set to `userid' instead of the local user name,
which is usually the preferred behavior in my view. however, sometimes it
is still desirable to have a different local default user (be it the local
user account name or full name). in this situation I see the following
behaviour:

after the above clone operation plus

fossil user new localname
fossil user default localname

all commits appear in the timeline with user "localname" (as they should).

however, tickets and wiki changes appear in the timeline as coming from
user `userid' (i.e. the user having done the clone).

I would think that the "default user" setting should be respected here,
too, or am I mistaken?

j.
_______________________________________________
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