Add the ability to start at a non-zero height, and allow for appending to an existing file.
(note that I don't know much Python, this is based on a quick Google result of xrange()'s behavior, and copying the style of max_height...)
Add the ability to start at a non-zero height, and allow for appending to an existing file.
(note that I don't know much Python, this is based on a quick Google result of xrange()'s behavior, and copying the style of max_height...)
Add the ability to start at a non-zero height, and allow for appending to
an existing file.
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/7a29fb59405e32b6274ad1830687e936cab1999f for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
ACK... you've tested it and it successfully appended?