mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 10:07:28 +00:00
git: fix an obsolete comment about a .jj/
path
The path to the file that indicates the last export to git was changed when we added support for multiple workspaces.
This commit is contained in:
parent
04f11c0dc3
commit
023e3b7b90
1 changed files with 2 additions and 2 deletions
|
@ -209,8 +209,8 @@ pub fn export_changes(
|
|||
|
||||
/// 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
|
||||
/// exported state's operation ID is recorded in the repo (`.jj/
|
||||
/// git_export_operation_id`).
|
||||
/// exported state's operation ID is recorded in the repo
|
||||
/// (`.jj/repo/git_export_operation_id`).
|
||||
pub fn export_refs(
|
||||
repo: &Arc<ReadonlyRepo>,
|
||||
git_repo: &git2::Repository,
|
||||
|
|
Loading…
Reference in a new issue