| 673 | |
| 674 | |
| 675 | class GitCommand( |
| 676 | RewriteMixin, |
| 677 | ActiveBranchMixin, |
| 678 | |
| 679 | RemotesMixin, # depends on BranchesMixin |
| 680 | BranchesMixin, |
| 681 | CheckoutDiscardMixin, |
| 682 | |
| 683 | StatusMixin, # depends on HistoryMixin |
| 684 | HistoryMixin, |
| 685 | |
| 686 | IgnoreMixin, |
| 687 | MergeMixin, |
| 688 | StageUnstageMixin, |
| 689 | StashMixin, |
| 690 | TagsMixin, |
| 691 | _GitCommand |
| 692 | ): |
| 693 | pass |
no outgoing calls