2014-10-23 21:55 GMT+02:00 Stefan Bellon <[email protected]>:
> On Sun, 19 Oct, Stefan Bellon wrote:
> > - zFree = mprintf("[%S] %s%s", zId, zPrefix, zCom);
> > + if (verboseFlag){
> > + zFree = mprintf("[%s] %s%s", zId, zPrefix, zCom);
> > + }else{
> > + zFree = mprintf("[%S] %s%s", zId, zPrefix, zCom);
> > + }
>
> *bump*
>
> Does anybody of the fossil maintainers have any comment regarding this?
> I'd very much like to see a %s (i.e. full UUID output) in the timeline
> in addition to the shortened %S format. I'd be fine with using
> -v/-verbose for that, but I wouldn't mind another option.
>
> Comments?
>
>
Because of consistance I would prefer every Displayed UUID to have
a short format (%S), while every hyperlink containing an UUID
would use the full length. That means, I would prefer to keep
this part as it is now by default. Sorry .... ;-(
Re-using the -v/--verbose option wouldn't be a good idea either,
as this options is used for displaying the modified files in addition.
That leaves implementing an additional option as the only
viable one, IMHO. I don't see an important use for that, but
don't let that stop you from implementing this!
Regards,
Jan Nijtmans
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users