On Wed, Sep 9, 2015 at 7:19 AM, Luca Ferrari <fluca1...@infinito.it> wrote:
>
> Some DVCS, like hg, use both an hash and a sequential number.


As I recall (been a few years since I last used hg), the numbers were
"relative" to the output of hg's equivalent to "timeline".

Assuming I am remembering correctly, if Fossil had this feature, you could
do something like:

    $ fossil timeline -N -n 3
    0  [d28be5063a] *CURRENT* Fix linker parameter file
    1  [10a5af61c1] Alt code for HS interface
    2  [5250e3796e] Increase speed threshold
    $ fossil info 1
    uuid:         10a5af61c1fc25060ad428de9c82e3615b45f6c8 ...

The numbers, of course, could change after any sync or commit.
_______________________________________________
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