Snapshot format change: extend the slice syntax with a length-only form.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 12 Dec 2007 18:16:39 +0000 (10:16 -0800)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Wed, 12 Dec 2007 18:16:39 +0000 (10:16 -0800)
Change slice format so that in addition to <start>+<length>, it is possible
to specify just <length>.  This isn't needed (0+<length>) could be used
instead, but looks more pleasing if lengths are specified more frequently
on objects.  Also update the various tools to correctly parse the new
syntax.

This is part of the new v0.6 format.


No differences found