mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-31 23:25:09 +00:00
This removes the special case for RefName::LocalBranch(_), which can be processed as a remote bookmark. "jj git import" now prints local bookmarks and tags with @git suffix. I think this is more correct since these refs are imported from the backing Git repository.