File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ import * as React from "react";
33import * as Ink from "ink-cjs" ;
44
55import { Brackets } from "~/app/Brackets" ;
6+ import { Command } from "~/app/Command" ;
67import { FormatText } from "~/app/FormatText" ;
78import { MultiSelect } from "~/app/MultiSelect" ;
89import { Parens } from "~/app/Parens" ;
910import { Store } from "~/app/Store" ;
1011import { TextInput } from "~/app/TextInput" ;
11- import { Command } from "~/app/Command" ;
1212import { colors } from "~/core/colors" ;
1313import { gs_short_id } from "~/core/gs_short_id" ;
1414import { invariant } from "~/core/invariant" ;
Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ import fs from "node:fs/promises";
22import path from "node:path" ;
33
44import { Store } from "~/app/Store" ;
5+ import * as CommitMetadata from "~/core/CommitMetadata" ;
56import * as Metadata from "~/core/Metadata" ;
67import { cli } from "~/core/cli" ;
78import { get_tmp_dir } from "~/core/get_tmp_dir" ;
89import { invariant } from "~/core/invariant" ;
910import { safe_rm } from "~/core/safe_rm" ;
1011
11- import * as CommitMetadata from "~/core/CommitMetadata" ;
12-
1312// https://git-revise.readthedocs.io/en/latest/man.html#interactive-mode
1413//
1514// # Interactive Revise Todos(4 commands)
You can’t perform that action at this time.
0 commit comments