Commit 5e41fd30 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a9f90ffa
......@@ -170,10 +170,10 @@ def test_wcfs():
Z = _()
Z.tidv = []
def commit():
print 'commit'
last._p_changed = 1
transaction.commit()
tid = last._p_serial
print 'commit -> %s' % h(tid)
Z.head = tid
Z.tidv.append(tid)
return tid
......@@ -185,9 +185,7 @@ def test_wcfs():
def wcsync():
while len(Z.wctidv) < len(Z.tidv):
l = wc_zhead.readline()
print '\n\n\n'
print '> zhead read: %r' % l
print
#print '> zhead read: %r' % l
l = l.rstrip('\n')
wctid = fromhex(l)
i = len(Z.wctidv)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment