|
13 | 13 | from git_machete.config import MacheteConfig, SquashMergeDetection |
14 | 14 | from git_machete.constants import (INITIAL_COMMIT_COUNT_FOR_LOG, |
15 | 15 | TOTAL_COMMIT_COUNT_FOR_LOG) |
16 | | -from git_machete.exceptions import (InteractionStopped, MacheteException, |
17 | | - UnexpectedMacheteException) |
18 | 16 | from git_machete.git_operations import (HEAD, AnyBranchName, AnyRevision, |
19 | 17 | BranchPair, ForkPointOverrideData, |
20 | 18 | FullCommitHash, GitContext, |
21 | 19 | LocalBranchShortName, |
22 | 20 | RemoteBranchShortName, |
23 | 21 | SyncToRemoteStatus) |
24 | | -from git_machete.utils import (bold, debug, dim, excluding, flat_map, fmt, |
25 | | - get_pretty_choices, get_second, |
26 | | - join_paths_posix, relpath_posix, tupled, warn) |
| 22 | +from git_machete.utils import (InteractionStopped, MacheteException, |
| 23 | + UnexpectedMacheteException, bold, debug, dim, |
| 24 | + excluding, flat_map, fmt, get_pretty_choices, |
| 25 | + get_second, join_paths_posix, relpath_posix, |
| 26 | + tupled, warn) |
27 | 27 |
|
28 | 28 |
|
29 | 29 | class PickRoot(Enum): |
|
0 commit comments