On Wed, Mar 21, 2012 at 10:17 PM, Stephan Beal <sgb...@googlemail.com>wrote:

> Doesn't the timeline reveal if anything meaningful was changed? Could you
> not query the timeline (e.g. via scripting fossil json timeline...)?
>
>
Or, more simply:

~> echo $(fossil fossil timeline -n 1) | cut -d'[' -f 2 | cut -d']' -f1
47817fefdf

(the echo/subshell there is to strip the newlines from the output)

That can probably be done more elegantly.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
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