mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-05 23:42:50 +00:00
I think this makes more sense because WorkspaceId is currently a human-readable name. In error/status messages, workspace names are now printed in revset syntax. New WorkspaceId types do not implement Default. It would be weird if string-like type had non-empty Default::default(). The DEFAULT constant is provided instead.