Skip to content

Commit

Permalink
Forgot another test I meant to add.
Browse files Browse the repository at this point in the history
- Phil
  • Loading branch information
pdibowitz committed Dec 20, 2007
1 parent 4afaf05 commit 35e4673
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/spine-data-dictionary
Expand Up @@ -361,6 +361,9 @@ my $base_rev = $data->{rev};
if ($base_rev == $rev) {
debug("Base rev and rev are the same");
exit;
} elsif ($base_rev > $rev) {
print("Going back in time is bad! No, I will not! You cannot make me!\n");
exit 1;
}
debug("base_rev: $base_rev, rev: $rev");

Expand Down

0 comments on commit 35e4673

Please sign in to comment.