Sometimes when developing custom Drupal modules it becomes useful to test only one hook_update_N() implementation but there are already many others added after that. This simple patch will force Drupal to perform only selected update for specified module:
