lazygit/pkg/integration/tests/sync
Stefan Haller 2c9b4770bc Keep same branch selected when refreshing branches
This wasn't necessary before, because the only available branch sorting option
was by recency, so the sort order couldn't change except by checking out
branches. Now, you can sort by committer date, so the branch order can change by
fetching; in this case it's important to keep the same branch selected. One
important use case is to rebase the checked-out branch onto master; you select
master, press "f" to fetch it (this can now change its position in the list),
and then press "r" to rebase. To make this work smoothly it's important to keep
master selected after pressing "f".
2024-01-19 09:25:07 +01:00
..
fetch_prune.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
fetch_when_sorted_by_date.go Keep same branch selected when refreshing branches 2024-01-19 09:25:07 +01:00
force_push.go Show correct keybindings in force-push prompt 2023-07-31 11:38:52 +02:00
force_push_multiple_matching.go Show correct keybindings in force-push prompt 2023-07-31 11:38:52 +02:00
force_push_multiple_upstream.go Show correct keybindings in force-push prompt 2023-07-31 11:38:52 +02:00
pull.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
pull_and_set_upstream.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
pull_merge.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
pull_merge_conflict.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
pull_rebase.go Fix pull rebase tests 2023-07-10 15:09:17 +02:00
pull_rebase_conflict.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
pull_rebase_interactive_conflict.go Fix pull rebase tests 2023-07-10 15:09:17 +02:00
pull_rebase_interactive_conflict_drop.go Fix pull rebase tests 2023-07-10 15:09:17 +02:00
push.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
push_and_auto_set_upstream.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
push_and_set_upstream.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
push_follow_tags.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
push_no_follow_tags.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
push_tag.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
push_with_credential_prompt.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
rename_branch_and_pull.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
shared.go cleanup integration test code 2023-02-26 12:54:13 +11:00