Confirmed users
295
edits
No edit summary |
No edit summary |
||
| Line 86: | Line 86: | ||
// Also while the individual changes may not be large, this could have | // Also while the individual changes may not be large, this could have | ||
// a high write frequency | // a high write frequency | ||
diffs-saved-to-live:[ | diffs-saved-to-live:[{ | ||
timestamp:2009-04-06-12-10-00, | |||
"u:ycxraw:-\nF:12:sharer/sharer_project/test.txt\nd:12:" | creator:kdangoor, | ||
diff:"u:ycxraw:-\nF:11:sharer/sharer_project/test.txt\nd:11:=7+inserted", | |||
status:null | |||
}, { | |||
timestamp:2009-04-06-12-10-30, | |||
creator:jwalker, | |||
diff:"u:ycxraw:-\nF:12:sharer/sharer_project/test.txt\nd:12:", | |||
status:"Bug #42" | |||
} | |||
], | ], | ||
| Line 96: | Line 104: | ||
// coalesced. We should certainly use an external diff format rather | // coalesced. We should certainly use an external diff format rather | ||
// than mobwite for this | // than mobwite for this | ||
diffs-tip-to-saved:[ | diffs-tip-to-saved:[{ | ||
timestamp:2009-04-06-01-12-00, | |||
creator:dalmaer, | |||
diff:"24,25d23\n< \n< alert('hello');\n27c25\n< alert('world');\n---\n", | |||
status:"Bug #42" | |||
} | |||
], | ], | ||
| Line 107: | Line 119: | ||
} | } | ||
} | } | ||
TODO: Work out how fast-append might work with pickling | TODO: Work out how fast-append might work with pickling | ||