1 | diff -rN old-tahoe/src/allmydata/immutable/encode.py new-tahoe/src/allmydata/immutable/encode.py |
---|
2 | 640c640 |
---|
3 | < self.set_status("Done") |
---|
4 | --- |
---|
5 | > self.set_status("Finished") |
---|
6 | diff -rN old-tahoe/src/allmydata/immutable/upload.py new-tahoe/src/allmydata/immutable/upload.py |
---|
7 | 841c841 |
---|
8 | < self._status.set_status("Done") |
---|
9 | --- |
---|
10 | > self._status.set_status("Finished") |
---|
11 | 1041c1041 |
---|
12 | < self._upload_status.set_status("Done") |
---|
13 | --- |
---|
14 | > self._upload_status.set_status("Finished") |
---|
15 | diff -rN old-tahoe/src/allmydata/mutable/publish.py new-tahoe/src/allmydata/mutable/publish.py |
---|
16 | 823c823 |
---|
17 | < self._status.set_status("Done") |
---|
18 | --- |
---|
19 | > self._status.set_status("Finished") |
---|
20 | diff -rN old-tahoe/src/allmydata/mutable/retrieve.py new-tahoe/src/allmydata/mutable/retrieve.py |
---|
21 | 540c540 |
---|
22 | < self._status.set_status("Done") |
---|
23 | --- |
---|
24 | > self._status.set_status("Finished") |
---|
25 | diff -rN old-tahoe/src/allmydata/mutable/servermap.py new-tahoe/src/allmydata/mutable/servermap.py |
---|
26 | 1011c1011 |
---|
27 | < self._status.set_status("Done") |
---|
28 | --- |
---|
29 | > self._status.set_status("Finished") |
---|