File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 11[submodule "codec "]
22 path = codec
33 url = https://github.com/JarryShaw/f2format-codec.git
4- [submodule "vendor/cpython "]
5- path = vendor/cpython
6- url = https://github.com/python/cpython.git
7- [submodule "vendor/typed_ast "]
8- path = vendor/typed_ast
9- url = https://github.com/python/typed_ast.git
10- [submodule "vendor/parso "]
11- path = vendor/parso
12- url = https://github.com/davidhalter/parso.git
Original file line number Diff line number Diff line change @@ -122,13 +122,6 @@ git-upload:
122122 git commit -a -S
123123 git push
124124
125- # update submodules
126- git-submodule :
127- (cd vendor/cpython && git pull)
128- (cd vendor/parso && git pull)
129- (cd vendor/pypy && hg pull && hg update)
130- (cd vendor/typed_ast && git pull)
131-
132125# upload after distro
133126git-aftermath : git-submodule
134127 git pull
You can’t perform that action at this time.
0 commit comments