atlas.change_control.begin_change_set
Details
Type: function
File: atlas/change_control.py
Lines: 132–181
Signature: (conn: sqlite3.Connection, config: CodebaseConfig, task_id: str | None=None, description: str='', operator: str | None=None) -> ChangeSet
Docstring
Begin a new change set.
Children
| Name | Type | Line |
|---|---|---|
| atlas.change_control.begin_change_set.cursor | attribute | 140 |
| atlas.change_control.begin_change_set.sequence | attribute | 144 |
| atlas.change_control.begin_change_set.change_set_id | attribute | 145 |
| atlas.change_control.begin_change_set.codebase_row | attribute | 148 |
| atlas.change_control.begin_change_set.before_revision_id | attribute | 151 |