Files @ 5fba3778431c
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/migrate/versioning/__init__.py

Marcin Kuzminski
#590 Add GET flag that controls the way the diff are generated, for pull requests we want to use non-bundle based diffs,
That are far better for doing code reviews. The /compare url still uses bundle compare for full comparision including the incoming changesets.
- Fixed tests
1
2
3
4
5
"""
   This package provides functionality to create and manage
   repositories of database schema changesets and to apply these
   changesets to databases.
"""