mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-20 19:31:56 -05:00
Merge branch 'zachmu/use-branch' of github.com:dolthub/dolt into zachmu/use-branch
This commit is contained in:
@@ -236,9 +236,9 @@ func dbRevisionForCommit(ctx context.Context, srcDb Database, revSpec string) (R
|
||||
drw: srcDb.drw,
|
||||
}}
|
||||
init := dsess.InitialDbState{
|
||||
Db: db,
|
||||
HeadCommit: cm,
|
||||
ReadOnly: true,
|
||||
Db: db,
|
||||
HeadCommit: cm,
|
||||
ReadOnly: true,
|
||||
DetachedHead: true,
|
||||
DbData: env.DbData{
|
||||
Ddb: srcDb.ddb,
|
||||
|
||||
Reference in New Issue
Block a user