##// END OF EJS Templates
tests: make test-subrepo-git.t compatible with git's master->main rename...
Martin von Zweigbergk -
r46842:88dfe1c2 default
parent child Browse files
Show More
@@ -17,6 +17,10 b' make git commits repeatable'
17 $ GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"; export GIT_COMMITTER_DATE
17 $ GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"; export GIT_COMMITTER_DATE
18 $ GIT_CONFIG_NOSYSTEM=1; export GIT_CONFIG_NOSYSTEM
18 $ GIT_CONFIG_NOSYSTEM=1; export GIT_CONFIG_NOSYSTEM
19
19
20 set default branch to value compatible with new and old git version
21
22 $ git config --global init.defaultBranch master
23
20 root hg repo
24 root hg repo
21
25
22 $ hg init t
26 $ hg init t
General Comments 0
You need to be logged in to leave comments. Login now