On Thu, 10 Sep 2015 11:29:15 -0400 Ron W <[email protected]> wrote:
[...] > Personally, I would find some kind of relative specification more > useful. For example, if I could say "fossil gdiff --from cur-3" and > get a diff between the current check out and the revision 3 commits > before the revision the check out is from - along the same branch. That's what Git does (see ^N and ~N revision suffixes) [1]. Actually, its revision modifiers can do way more than that. Mercurial's revsets [2] are also quite powerful. 1. https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html 2. http://hg.intevation.org/mercurial/crew/file/tip/mercurial/help/revsets.txt _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

