cli/examples: fix jj-init-colocate test

This hint was removed in jj 0.41.0 with commit
f2eea823d6919ed88fa4e7778d9e0e302af851c1
This commit is contained in:
stefan 2026-05-15 22:39:24 -07:00 committed by Fintan Halpenny
parent 07f748475b
commit 018266023a
1 changed files with 0 additions and 1 deletions

View File

@ -8,5 +8,4 @@ Hint: The following remote bookmarks aren't associated with the existing local b
Hint: Run the following command to keep local bookmarks updated on future pulls: Hint: Run the following command to keep local bookmarks updated on future pulls:
jj bookmark track master[..]rad jj bookmark track master[..]rad
Initialized repo in "." Initialized repo in "."
Hint: Running `git clean -xdf` will remove `.jj/`!
``` ```