git: remove stale comment about first export being a no-op

This should have been part of commit 759ddd1e60.
This commit is contained in:
Martin von Zweigbergk 2022-11-24 20:00:33 -08:00 committed by Martin von Zweigbergk
parent 0dbbd4266f
commit 8139a84b22

View file

@ -257,8 +257,8 @@ fn export_changes(
} }
/// Reflect changes made in the Jujutsu repo since last export in the underlying /// Reflect changes made in the Jujutsu repo since last export in the underlying
/// Git repo. If this is the first export, nothing will be exported. The /// Git repo. The exported view is recorded in the repo
/// exported view is recorded in the repo (`.jj/repo/git_export_view`). /// (`.jj/repo/git_export_view`).
pub fn export_refs( pub fn export_refs(
mut_repo: &mut MutableRepo, mut_repo: &mut MutableRepo,
git_repo: &git2::Repository, git_repo: &git2::Repository,