Re: [fossil-users] fossil stash diff aborts

2013-10-25 Thread Richard Hipp
Further to the issue below, I've noticed yesterday that "fossil stash diff N" shows an inverted diff from what I expected. In other words it shows the differences from my working check-out to the indicated stash, rather than the differences from the indicated stash to my working checkout. I'll sp

[fossil-users] fossil stash diff aborts

2013-10-25 Thread Matt Welland
I have two stashed bundles and tried to do a diff on one of them: fossil stash diff 3 . fossil: ./src/blob.c:187: blob_reset: Assertion `(pBlob)->xRealloc==blobReallocMalloc || (pBlob)->xRealloc==blobReallocStatic' failed. Aborted Doing: fossil stash apply 3 worked fine. The diff on the ot