You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected: sl init creartes .sl Observed: sl init aborts and recommends --git which it describes as experimental Also: no documentation whatsoever on creating repositories, no documentation on any limitations, no documentation on native blob support or lack thereof. Suggestion: if the public release only works with --git, please clearly indicate this limitation.
C:\Temp\repo>sl --version
Sapling 0.2.20241203-120811+a2174689
(see https://sapling-scm.com/ for more information)
C:\Temp\repo>sl init
abort: please use 'sl init --git .' for a better experience
C:\Temp\repo>sl init --help --verbose
sl init [DEST]
create a new repository in the given directory
Initialize a new repository in the given directory. If the given directory
does not exist, it will be created. If no directory is given, the current
directory is used.
Returns 0 on success.
Options:
--git use git as the backend (EXPERIMENTAL)
The text was updated successfully, but these errors were encountered:
Expected: sl init creartes .sl
Observed: sl init aborts and recommends --git which it describes as experimental
Also: no documentation whatsoever on creating repositories, no documentation on any limitations, no documentation on native blob support or lack thereof.
Suggestion: if the public release only works with --git, please clearly indicate this limitation.
The text was updated successfully, but these errors were encountered: