Re: Dry Run for alembic revision

2014-12-02 Thread Daniel Son
alembic history -r current:head is perfect. Thanks! On Tue, Dec 2, 2014 at 4:28 PM, Michael Bayer wrote: > > > > On Dec 2, 2014, at 4:06 PM, Daniel Son wrote: > > > > Hi, > > > > Is there a way to have a dry run for alembic revision? > > Or a ver

Re: Dry Run for alembic revision

2014-12-02 Thread Michael Bayer
> On Dec 2, 2014, at 4:06 PM, Daniel Son wrote: > > Hi, > > Is there a way to have a dry run for alembic revision? > Or a very easy way to detect an error case via the command. For example, I > have 2 revisions that have just branched and now I need to create a merge

Dry Run for alembic revision

2014-12-02 Thread Daniel Son
Hi, Is there a way to have a dry run for alembic revision? Or a very easy way to detect an error case via the command. For example, I have 2 revisions that have just branched and now I need to create a merge point as the next revision. I'm trying to create a build hook that catches this