Results 125 comments of Jun Wu

This is a known issue. You can use `uncommit` for now while we rework `undo`.

Could you provide steps to reproduce and error messages? We actually have a test running `pull -r`: https://github.com/facebook/sapling/blob/main/eden/scm/tests/test-git-pull-node.t#L38 As @indygreg suggested, the git protocols might only allow you to pull...

While hooks still work today, we might break their compatibility in the future. In particular, various commit hooks imply that the hook script has access to the current working copy,...

With 71e889a049f95187fb475531214de1895f1107e6 (included in the latest release but not the first release), The `remotenames.publicheads` config specifies public remote bookmarks and is default to `remote/master, remote/main`. Other branches are draft by...

From a high level, Sapling differs from the `git` command in 2 areas: workflow and scalability. Supporting the `git` command is harmful for both: - Workflows are different (staging area,...

Re-open for tracking documentation about incompatibility and `githelp`.

> Is there an effort to build a template for gradually migrating git repos to use sapling? > > If I force my org to switch all at once, I'll...

There are some areas that we might want to tweak before finalizing related documentation. **Exchange related:** - `clone` should probably figure out the main branch directly (by `ls-remote` and check...

> By the time we hit our Rust code, we have the raw bytes for the commit object That was a quick hack that uses hg's commit serialization as the...

If you run into issues, try using ssh instead of scp-like URL: ssh://[email protected]/app-name.git