Skip to content

Commit 51f82e7

Browse files
committed
---
yaml --- r: 24504 b: refs/heads/master c: 73ec5f0 h: refs/heads/master v: v3
1 parent 12e47b8 commit 51f82e7

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 04a3d9514ce5a3d0db0c96f619a6499aa4234fa9
2+
refs/heads/master: 73ec5f09b072734f68b7f784f2343568bd4c3bd9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/etc/snapshot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ def parse_line(n, line):
6868

6969
match = re.match(r"([ST]) (\d{4}-\d{2}-\d{2}) ([a-fA-F\d]+)\s*$", line);
7070
if (not match):
71-
raise Exception("%s:%d:E syntax error" % (snapshotfile, n))
71+
raise Exception("%s:%d:%s:E syntax error: line = %s"
72+
% (snapshotfile, n, hash, line))
7273
return {"type": "snapshot",
7374
"date": match.group(2),
7475
"rev": match.group(3)}

trunk/src/snapshots.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
S 2012-10-07 d301dd3
2-
macos-i386 c9dfce9f231f22969b7e7995c1f39fcf86f81b2b
3-
macos-x86_64 3b1f6fd43fe03d7af334eeb111bc384428c4cd3d
2+
macos-i386 c9dfce9f231f22969b7e7995c1f39fcf86f81b2b
3+
macos-x86_64 3b1f6fd43fe03d7af334eeb111bc384428c4cd3d
44
freebsd-x86_64 784ac161fee0351281e3edfefc81a0c1b5d068b5
5-
linux-i386 4d945d7e0de4e4544928ed5aa111d1508522c697
6-
linux-x86_64 9bea5436042dd4bb7e682d3a10d0d51c3590b531
7-
winnt-i386 62de5eea3eba70a2f4a2b4d42c72aa2fa75f999a
5+
linux-i386 4d945d7e0de4e4544928ed5aa111d1508522c697
6+
linux-x86_64 9bea5436042dd4bb7e682d3a10d0d51c3590b531
7+
winnt-i386 62de5eea3eba70a2f4a2b4d42c72aa2fa75f999a
88

99
S 2012-10-05 937f8f4
1010
macos-i386 8b5ddc78b3004e539c6fbe224e492e4a6a1bc867

0 commit comments

Comments
 (0)