sqitchers / sqitch

Sensible database change management
https://sqitch.org
MIT License
2.76k stars 214 forks source link

Tags displayed with extra `@` in `verify` output #66

Closed theory closed 11 years ago

theory commented 11 years ago

Example:

> sqitch verify   
Verifying flipr_test
  * appschema .................. ok
  * users ...................... ok
  * insert_user ................ ok
  * change_pass @@v1.0.0-dev1 .. ok

That last line should have @v1.0.0-dev1, not @@v1.0.0-dev1.

theory commented 11 years ago

Appears in the revert output, too:

> sqitch revert -y
Reverting all changes from flipr_test
  - change_pass ................ ok
  - insert_user ................ ok
  - pgcrypto ................... ok
  - delete_flip @@v1.0.0-dev2 .. ok