File: __init__.py

package info (click to toggle)
git-revise 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 344 kB
  • sloc: python: 2,505; makefile: 16
file content (7 lines) | stat: -rw-r--r-- 215 bytes parent folder | download
1
2
3
4
5
6
7
"""
gitrevise is a library for efficiently working with changes in git repositories.
It holds an in-memory copy of the object database and supports efficient
in-memory merges and rebases.
"""

__version__ = "0.7.0"