Question
Set Revision Scheme to be -.1 , A , A.1 ... B, B.1
I am trying to setup a revision scheme to be:
-.1 ... A, A.1 ... B, B.1
I'm almost there but what I currently have is:
-1 ... A.0 , A.1 ... B.0, B.1
I am setting: wt.series.IntegerSeries.min = 0 but I rather that just be nothing and then iterate to 1.. How can I get this to work?

