mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-03 18:24:19 +00:00
git: remove stale comment about first export being a no-op
This should have been part of commit 759ddd1e60
.
This commit is contained in:
parent
0dbbd4266f
commit
8139a84b22
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue