I noticed that the testbot is pulling an old version of the 7.x-6.x branch for the Twitter module. For example, https://qa.drupal.org/pifr/test/1117298 runs the "git log --oneline -1" command and returns the following:

e9650db Issue #2022485 by DamienMcKenna, Elijah Lynn: Improve status message upon posting to Twitter.

However, when I run that against the current codebase it shows:

37a8186 Issue #1967798 by DamienMcKenna: Updated README.txt to explain about the OAuth reqs.

The e9650db commit is eleven commits out of date.

Comments

DamienMcKenna created an issue. See original summary.

damienmckenna’s picture

Status: Active » Closed (works as designed)

This was user error - I had cloned a local repo to work on the 7.x-6.x branch, the changes hadn't actually been pushed upstream to d.o yet. Duh.