Merge pull request #1669 from gitbutlerapp/virtual-branch

Virtual branch
This commit is contained in:
Nikita Galaiko 2023-11-22 15:03:33 +01:00 committed by GitHub
commit 47ce0c49e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ impl HandlerInner {
.await
.context("failed to update last push")?;
tracing::debug!(
tracing::info!(
%project_id,
"project batch pushed: {}/{}",id_count.saturating_sub(idx),id_count,
);
@ -154,7 +154,7 @@ impl HandlerInner {
//TODO: remove push-tmp ref
tracing::debug!(
tracing::info!(
%project_id,
"project fully pushed",
);