Viewing profile — durham_meta
durham_meta
HN member- Joined
- Tue, Nov 15, 2022, 6:05 AM UTC
- HN karma
- 74
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About durham_meta
No profile information was provided.
Recent public activity
-
comment
Comment #33624611
Yea, that's on our list to fix. The homebrew packaging was the last package to be done, and we were busy tidying up other things in the lead up to launch.
-
comment
Comment #33623418
Because we haven't released the server yet, the open source client currently only really supports git right now, so sl init --git is the only way to init a local repo for now. Perh…
-
comment
Comment #33623319
You could personally clone a git repo with Sapling and no one would know the difference. When using Sapling with a git repo, clone, push, and pull all use the actual git binary und…
-
comment
Comment #33623275
You cannot just start using sl in a git repo. You need to make a Sapling clone of it. But you can make a Sapling clone of your local git repository, so you don't have to clone from…
-
comment
Comment #33623193
Sorry! 'one day' is the best I can do for now. We'd love to do it sooner, just gotta find the time. We think, and many of our internal users agree, that the UX alone is a worth whi…
-
comment
Comment #33623052
Technically the mercurial pre and post hooks are mostly still there, but I'm not certain we want to support them long term. The existing hook design has some problems. I'd be curio…
-
comment
Comment #33619466
Unfortunately we can't really talk too much about that at this point. I can say a lot of effort has gone in on the server side to optimize commit throughput though. One example we …
-
comment
Comment #33619426
Unfortunately you can't use Sapling with Mercurial repositories. There are too many differences at this point. This does not use hg-git under the hood. Sapling's internal structure…
-
comment
Comment #33619406
We're somewhat limited by what version of clap is available in our internal monorepo. We try to keep things reasonably up-to-date though, so I'm sure we'll upgrade at some point. I…
-
comment
Comment #33619385
You should be able to `sl clone ...` your git repo into a Sapling clone and use it that way, even if the repository is not on Github. I haven't personally tried whether cloning lik…
-
comment
Comment #33615576
Unfortunately you can't run git commands directly right now, since there is no .git directory at the root of the repo. Under the hood there is a .git directory hidden away somewher…
-
comment
Comment #33615170
The code is available to see, but they don't necessarily build in an external environment yet and even if they did we aren't ready to support them being used externally. Hopefully …
-
comment
Comment #33615146
Sapling originated from the Mercurial open source project, which was largely Python (at the time). To make things faster and more maintainable, we started rewriting portions of it …
-
comment
Comment #33615109
Good memory! Internally Eden eventually became synonymous with our virtual filesystem, so we decided it was better to choose a new name to avoid that confusion.
-
comment
Comment #33615019
Hi Hacker News! Author of the Sapling blog post here. I'm happy to answer any questions you might have.