contrib: clean up all-revsets.txt file
I forgot to cleanup a handful of them when I originally created the file.
--- a/contrib/all-revsets.txt Thu Jun 18 17:06:18 2015 +0800
+++ b/contrib/all-revsets.txt Wed Jun 17 16:29:46 2015 -0700
@@ -88,11 +88,11 @@
# Used in revision ceaf04bb14ff
0:1000
# Used in revision 262e6ad93885
-revset #0: not public()
-revset #1: (tip~1000::) - public()
-revset #2: not public() and branch("default")
+not public()
+(tip~1000::) - public()
+not public() and branch("default")
# Used in revision 15412bba5a68
-revset #0: 0::tip
+0::tip
## all the revsets from this section have been taken from the former central file
# for revset's benchmarking, they are undocumented for this reason.