Skip to content

Commit

Permalink
无法重排/压缩的错误提示
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaloop committed Dec 13, 2024
1 parent e4ea35c commit e11ce4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/ui/history/compare.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export class CompareSidebar extends React.Component<
) {
defaultErrorHandler(
new Error(
`Unable to reorder. Reordering replays all commits up to the last one required for the reorder. A merge commit cannot exist among those commits.`
`无法重排。重排操作需要逐个重新应用所有需要调整顺序的提交,这中间不能有合并提交。`
),
this.props.dispatcher
)
Expand Down Expand Up @@ -684,7 +684,7 @@ export class CompareSidebar extends React.Component<
) {
defaultErrorHandler(
new Error(
`Unable to squash. Squashing replays all commits up to the last one required for the squash. A merge commit cannot exist among those commits.`
`无法压缩。压缩操作需要逐个重新应用所有需要调整顺序的提交,这中间不能有合并提交。`
),
this.props.dispatcher
)
Expand Down

0 comments on commit e11ce4d

Please sign in to comment.