Skip to content

Commit b3deec6

Browse files
committed
Update status snapshots and tests for simplified base line
1 parent 001a062 commit b3deec6

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

crates/but/tests/but/command/absorb.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ k0 a.txt│
299299
┊│ d3:0 A B
300300
├╯
301301
302-
┴ 0dc3733 (common base) [origin/main] 2000-01-02 add M
302+
┴ 0dc3733 [origin/main] 2000-01-02 add M
303303
304304
Hint: run `but diff` to see uncommitted changes and `but stage <file>` to stage them to a branch
305305
@@ -351,7 +351,7 @@ Hint: you can run `but undo` to undo these changes
351351
┊│ d3:0 A B
352352
├╯
353353
354-
┴ 0dc3733 (common base) [origin/main] 2000-01-02 add M
354+
┴ 0dc3733 [origin/main] 2000-01-02 add M
355355
356356
Hint: run `but help` for all commands
357357
@@ -464,7 +464,7 @@ Hint: you can run `but undo` to undo these changes
464464
┊● d3e2ba3 add B
465465
├╯
466466
467-
┴ 0dc3733 (common base) [origin/main] 2000-01-02 add M
467+
┴ 0dc3733 [origin/main] 2000-01-02 add M
468468
469469
Hint: run `but help` for all commands
470470
@@ -581,7 +581,7 @@ Hint: you can run `but undo` to undo these changes
581581
┊● d3e2ba3 add B
582582
├╯
583583
584-
┴ 0dc3733 (common base) [origin/main] 2000-01-02 add M
584+
┴ 0dc3733 [origin/main] 2000-01-02 add M
585585
586586
Hint: run `but diff` to see uncommitted changes and `but stage <file>` to stage them to a branch
587587

crates/but/tests/but/command/snapshots/status/long-cli-ids.stdout.term.svg

Lines changed: 1 addition & 1 deletion
Loading

crates/but/tests/but/command/snapshots/status/remote-and-local-files.stdout.term.svg

Lines changed: 1 addition & 1 deletion
Loading

crates/but/tests/but/command/snapshots/status/two-worktrees/status-with-worktrees-verbose.stdout.term.svg

Lines changed: 1 addition & 1 deletion
Loading

crates/but/tests/but/command/snapshots/status/two-worktrees/status-with-worktrees.stdout.term.svg

Lines changed: 1 addition & 1 deletion
Loading

crates/but/tests/but/command/status.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ fn json_shows_paths_as_strings() -> anyhow::Result<()> {
178178
"cliId": "",
179179
"commitId": "0dc37334a458df421bf67ea806103bf5004845dd",
180180
"createdAt": "2000-01-02T00:00:00+00:00",
181-
"message": "add M ",
181+
"message": "add M",
182182
"authorName": "author",
183183
"authorEmail": "author@example.com",
184184
"conflicted": null,
@@ -191,7 +191,7 @@ fn json_shows_paths_as_strings() -> anyhow::Result<()> {
191191
"cliId": "",
192192
"commitId": "0dc37334a458df421bf67ea806103bf5004845dd",
193193
"createdAt": "2000-01-02T00:00:00+00:00",
194-
"message": "add M ",
194+
"message": "add M",
195195
"authorName": "author",
196196
"authorEmail": "author@example.com",
197197
"conflicted": null,

crates/but/tests/but/journey.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Learn more at https://docs.gitbutler.com/cli-overview
142142
╭┄zz [unstaged changes]
143143
┊ no changes
144144
145-
┴ 6f66116 (common base) [gb-local/main] 2000-01-02 Initial empty commit
145+
┴ 6f66116 [gb-local/main] 2000-01-02 Initial empty commit
146146
147147
Hint: run `but branch new` to create a new branch to work on
148148

crates/but/tests/but/snapshots/from-workspace/status01-verbose.stdout.term.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)