migrate switch tab from menu test

This commit is contained in:
Jesse Duffield
2023-02-19 13:29:04 +11:00
parent 56424eb1aa
commit 6ee20840b2
24 changed files with 29 additions and 51 deletions

View File

@@ -1 +0,0 @@
72068e9a852a790a9b867e8b5d21cb4ede3ba4d7

View File

@@ -1,8 +0,0 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[user]
email = CI@example.com
name = CI

View File

@@ -1 +0,0 @@
Unnamed repository; edit this file 'description' to name the repository.

View File

@@ -1,6 +0,0 @@
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~

View File

@@ -1,3 +0,0 @@
0000000000000000000000000000000000000000 e0aeb3ba0b32392aaf7d88a5190aca76be967225 CI <CI@example.com> 1623779969 +0200 commit (initial): file0
e0aeb3ba0b32392aaf7d88a5190aca76be967225 72068e9a852a790a9b867e8b5d21cb4ede3ba4d7 CI <CI@example.com> 1623779969 +0200 commit: file0
72068e9a852a790a9b867e8b5d21cb4ede3ba4d7 72068e9a852a790a9b867e8b5d21cb4ede3ba4d7 CI <CI@example.com> 1623779976 +0200 checkout: moving from master to 0.0.2

View File

@@ -1,2 +0,0 @@
0000000000000000000000000000000000000000 e0aeb3ba0b32392aaf7d88a5190aca76be967225 CI <CI@example.com> 1623779969 +0200 commit (initial): file0
e0aeb3ba0b32392aaf7d88a5190aca76be967225 72068e9a852a790a9b867e8b5d21cb4ede3ba4d7 CI <CI@example.com> 1623779969 +0200 commit: file0

View File

@@ -1,2 +0,0 @@
x<01><>K
<EFBFBD>0@]<5D><14> <0B>L><3E><11><>c<>N<EFBFBD>ИR"x|{7o<37>x<EFBFBD>Wzk<7A>Ж<EFBFBD>2]|p<><04><><EFBFBD>XR<58><52><EFBFBD><EFBFBD>c<EFBFBD><63>,t%<15><>!<21><>Űd<C5B0><64>d<07><><EFBFBD><EFBFBD><EFBFBD>K<> c<>B<01><><EFBFBD>x<EFBFBD>CO<43><4F>O<EFBFBD>S<EFBFBD><53><EFBFBD>Mn<4D><6E><EFBFBD><EFBFBD>"Q$}5`<60>:<3A>95<39><35>\<5C>u<13>~P49c

View File

@@ -1,2 +0,0 @@
x<01><>A
<EFBFBD>0@Q<>9<EFBFBD><39><05>$<24>LD<><44>z<EFBFBD>f<EFBFBD>`<60>!<21>D<EFBFBD><44><EFBFBD>n?<0F><>Z<EFBFBD>Ht<48><74>x<><78><EFBFBD>i$ !b<11>HPE<50>CVJ<><4A><EFBFBD>O<4F><03><19><><EFBFBD><EFBFBD><EFBFBD>R<EFBFBD><52>n<EFBFBD><6E>0<><30>,<2C><04>>x<><78>zN<7A><4E><EFBFBD>]Y7<59><37><07><>+t

View File

@@ -1 +0,0 @@
72068e9a852a790a9b867e8b5d21cb4ede3ba4d7

View File

@@ -1 +0,0 @@
e0aeb3ba0b32392aaf7d88a5190aca76be967225

View File

@@ -1 +0,0 @@
72068e9a852a790a9b867e8b5d21cb4ede3ba4d7

View File

@@ -1 +0,0 @@
{"KeyEvents":[{"Timestamp":1446,"Mod":0,"Key":259,"Ch":0},{"Timestamp":1701,"Mod":0,"Key":256,"Ch":120},{"Timestamp":2661,"Mod":0,"Key":256,"Ch":47},{"Timestamp":3149,"Mod":0,"Key":256,"Ch":112},{"Timestamp":3301,"Mod":0,"Key":256,"Ch":114},{"Timestamp":3349,"Mod":0,"Key":256,"Ch":101},{"Timestamp":3509,"Mod":0,"Key":256,"Ch":118},{"Timestamp":3573,"Mod":0,"Key":256,"Ch":105},{"Timestamp":3653,"Mod":0,"Key":256,"Ch":111},{"Timestamp":3757,"Mod":0,"Key":256,"Ch":117},{"Timestamp":3837,"Mod":0,"Key":256,"Ch":115},{"Timestamp":4013,"Mod":0,"Key":256,"Ch":32},{"Timestamp":4157,"Mod":0,"Key":256,"Ch":116},{"Timestamp":4213,"Mod":0,"Key":256,"Ch":97},{"Timestamp":4268,"Mod":0,"Key":256,"Ch":98},{"Timestamp":4533,"Mod":0,"Key":13,"Ch":13},{"Timestamp":5140,"Mod":0,"Key":13,"Ch":13},{"Timestamp":5860,"Mod":0,"Key":258,"Ch":0},{"Timestamp":6157,"Mod":0,"Key":256,"Ch":32},{"Timestamp":6701,"Mod":0,"Key":256,"Ch":113}],"ResizeEvents":[{"Timestamp":0,"Width":272,"Height":79}]}

View File

@@ -1,20 +0,0 @@
#!/bin/sh
set -e
cd $1
git init
git config user.email "CI@example.com"
git config user.name "CI"
touch file0
git add file0
git commit -am file0
git tag 0.0.1
touch file1
git add file1
git commit -am file0
git tag 0.0.2

View File

@@ -1 +0,0 @@
{ "description": "Change tabs from Options menu", "speed": 1 }