Change syntax for size-assertion slices. This is an incompatible change.
authorMichael Vrable <vrable@cs.hmc.edu>
Wed, 5 Feb 2014 04:20:09 +0000 (20:20 -0800)
committerMichael Vrable <vrable@cs.hmc.edu>
Wed, 5 Feb 2014 04:20:09 +0000 (20:20 -0800)
Simplify the syntax by replacing the [=nnn] syntax with just [nnn].  Slices
that do not specify a size are written [0+nnn]; the old backup tool has
been doing this already since about v0.8.  Before that point, [nnn] was a
shorthand for [0+nnn], and will be mis-interpreted by modern tools.


No differences found