~cjwatson/turnip:log-missing-stop

Last commit made on 2016-05-24
Get this branch:
git clone -b log-missing-stop https://git.launchpad.net/~cjwatson/turnip
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Branch information

Name:
log-missing-stop
Repository:
lp:~cjwatson/turnip

Recent commits

56c15c5... by Colin Watson

Make log API ignore a missing stop commit

Determining whether the stop commit exists in advance requires an extra
round-trip, and clients are likely to just fall back to omitting the
stop commit anyway. start_time and end_time provide an alternative way
to bound the set of commits which can be used in addition to a
possibly-missing stop commit.

ee4cd2f... by Colin Watson

Add start_time and end_time parameters to log API

This is useful for bounding the set of commits returned in cases where
we may not have a reliable stop commit.

d36ef09... by Colin Watson

Merge remote-tracking branch 'blr/turnip-system-deps'

* Improve developer setup instructions.
* Add system-dependencies.txt.

4d48551... by Colin Watson

Merge remote-tracking branch 'blr/fix-rst-warnings'

* Correct invalid RST in README.
* Add RST validation to lint target.
* Add docutils 0.12.
* Remove unused import ConnectionDone.

71b66c9... by Colin Watson

Do proper quoting in test_repo_get_diff_extended_revision

e5b0f36... by Kit Randel

Add system-deps; Update readme with setup instructions.

ea5cee3... by Kit Randel

Use title heading.

fca26cd... by Kit Randel

Add docutils 0.12.

d869f58... by Kit Randel

Remove unused import ConnectionDone.

4377806... by Kit Randel

Add rst validity check to lint target.