Commit Graph

80 Commits

Author SHA1 Message Date
Jun Wu
68cde3c87d website: remove ghstack page
Summary:
With dotgit mode, users should be able to use the unmodified `ghstack` just fine.
There is no need for first party support for this 3rd party tool.

`ghstack` runs low-level Git commands that will not work if we migrate the `.sl/`
Git support to not use the Git on-disk format (for the benefit of laziness or
repack-free). There are already 3 different ways to `pr submit`, `ghstack` seems
just further adding confusion.

Reviewed By: sggutier

Differential Revision: D55970086

fbshipit-source-id: 85616f7f57b8bcebec0c83e326aecd4aaee090a7
2024-04-10 10:41:39 -07:00
Jun Wu
c3f9260367 website: regenerate command documents
Summary:
Done by:

  cd ~/hg
  make oss
  cd ~/website
  SL_BIN=~/hg/sl ./scripts/generate-command-markdown.py --full-build

Reviewed By: sggutier

Differential Revision: D55970085

fbshipit-source-id: 96f2881d09e58b6210f15d042c0feb6536ed4b41
2024-04-10 10:41:39 -07:00
Brian Johnson
61d1663901 Adds CFM Rule to pull Sapling static docs into wiki.
Summary:
This diff adds a CFM rule to pull Sapling static docs content into the Sapling wiki.

If this fails, I'll delete this file and I'll clean up the wiki pages added.

[CFM Reference](https://www.internalfb.com/intern/wiki/CodeHub/Codehub_Flavored_Markdown/CFM_Publisher/)

Reviewed By: muirdm

Differential Revision: D54818016

fbshipit-source-id: 40c47ac47bb5ebad93a26338d34190d0321f8523
2024-03-12 18:29:51 -07:00
Bradley Turek
63f2d0543f Fix wayward backtick (#829)
Summary:
The backtick was accidentally including the aside, now it only encompasses the command.

Pull Request resolved: https://github.com/facebook/sapling/pull/829

Reviewed By: quark-zju

Differential Revision: D53185153

fbshipit-source-id: af8c932101d612a07dd2fdbecf716d9b86f94107
2024-02-23 12:10:57 -08:00
Evan Krause
4fa790d207 Make minimum node version 16
Summary:
Previously, our minimum node version was 10. This is quite old.

We now use rollup to bundle our ISL server code. It seems rollup requires a minimum version of node that supports new ECMAscript features like `??` and `?.`. I Since node 10 and even 12 and 14 are no longer supported by node even for security updates, I think it's ok for us to drop support for this.

Reviewed By: sggutier

Differential Revision: D53976251

fbshipit-source-id: 3c5afabe79d86aced61e7027a81b2e3937b360f4
2024-02-20 16:46:07 -08:00
Zhaolong Zhu
7f480453b3 website: update docs for the new release
Reviewed By: quark-zju

Differential Revision: D52854634

fbshipit-source-id: 935275e07200cc3a389b39f9e3fde4940f58977f
2024-01-18 11:38:06 -08:00
Pseudomata
fe03a1760d doc: fix GitHub PR link in getting-started.md (#815)
Summary:
The 'Getting Started' documentation page has a section about replacing the GitHub PR URL with reviewstack, but the link in Markdown is parsed as GitHub flavored Markdown and shows just `facebook/react#25506` instead of `https://github.com/facebook/react/pull/25506` which is slightly confusing. This change fixes that to the full intended URL is displayed.

See: https://sapling-scm.com/docs/introduction/getting-started#browsing-pull-requests
![image](https://github.com/facebook/sapling/assets/132238190/89880bb4-b13f-4980-9e9c-c1a446dfbc4d)

Pull Request resolved: https://github.com/facebook/sapling/pull/815

Reviewed By: evangrayk

Differential Revision: D52875007

Pulled By: quark-zju

fbshipit-source-id: 4c674ae6f18cb9664ac5c639d35e92cc0ab6c5ed
2024-01-18 11:23:21 -08:00
Zhaolong Zhu
a28d159574 website: generate docstring docs
Summary: `./scripts/generate-command-markdown.py --full-build`

Reviewed By: sggutier

Differential Revision: D51292814

fbshipit-source-id: 0af7018cb9fc54edaebd886083f2c06a8f963c3a
2023-11-14 08:07:52 -08:00
Diego Elio Pettenò
7a7f07740a doc: use my-fork consistently (#702)
Summary:
doc: use `my-fork` consistently

Most of the documentation uses `my-fork` except for two files.

Update those two files for consistency.

Pull Request resolved: https://github.com/facebook/sapling/pull/702

Test Plan: CI

Reviewed By: Flameeyes, sggutier

Differential Revision: D50061369

Pulled By: genevievehelsel

fbshipit-source-id: 5c556a4b6136f750ff9d870c2c86a8a8713df931
2023-10-09 10:05:26 -07:00
Jun Wu
7b8032985e website: use consistent file name for curl and install
Summary:
strager pointed out the URL has `%2B` in it (so curl writes the file with the
`%2B` name) and the file name below uses `+`. Use `-o` with the desired file
names to avoid issues.

Reviewed By: muirdm

Differential Revision: D45620202

fbshipit-source-id: 27c9247fada2b702888d9f888c8e80c9e3e29a8d
2023-05-08 11:10:58 -07:00
Zhaolong Zhu
9f2dcb0e06 website: re-generate commands markdown docs
Summary: as title

Reviewed By: sggutier

Differential Revision: D45014044

fbshipit-source-id: 48f981e33a1338c9a93fdad92b792d028728e054
2023-04-14 14:32:17 -07:00
Adam Miskiewicz
90951bee76 fix subcommands in pr.md (#596)
Summary:
The markdown was broken for this file.

Pull Request resolved: https://github.com/facebook/sapling/pull/596

Reviewed By: muirdm

Differential Revision: D45009100

Pulled By: zzl0

fbshipit-source-id: 9ea865de7a52f5509c37c8356ef07391966addca
2023-04-14 14:32:17 -07:00
Jun Wu
4ac3c81845 website: submoudle -> submodule
Summary: Fix a typo.

Reviewed By: zzl0

Differential Revision: D43966393

fbshipit-source-id: a34e9e8c11e49adac5cad11e96bee7882400d6f3
2023-03-13 18:21:43 -07:00
Zhaolong Zhu
3c83c47293 doc: fix sl pr command in getting-started doc
Summary:
Currently, `sl pr` is not default to `submit`, use `sl pr submit` directly.

```
$ sl pr
abort: you need to specify a subcommand (run with --help to see a list of subcommands)
```

Github issue:
* https://github.com/facebook/sapling/issues/525

Reviewed By: muirdm

Differential Revision: D43815868

fbshipit-source-id: 76076e5c7ecec40edf2e142a1c8387824e5a7b3a
2023-03-06 08:33:05 -08:00
Saul Gutierrez
414a3fbf7f website: add release notes page
Summary: Adds a page with release notes to the website

Reviewed By: muirdm

Differential Revision: D43757567

fbshipit-source-id: 28e26f38879d877b9c5d10d9e7179d35ce3970fe
2023-03-03 16:17:17 -08:00
Saul Gutierrez
9ae6fdac16 website: fix website generation
Summary: [Currently our GitHub actions are failing](https://github.com/facebook/sapling/actions/runs/4319356092/jobs/7538439222) due to the `sl pr` command not being available as it is part of the GitHub extension. This enables the extension in `generate-command-markdown.py` for fixing the build

Reviewed By: bolinfest

Differential Revision: D43758711

fbshipit-source-id: 95fc5c0bfa07e5c304d3105ce8a398d8170d7cdd
2023-03-03 08:05:33 -08:00
Jun Wu
5effed6004 website: add instructions about using push to create PRs
Summary:
Some website claims that Sapling:

> Enforces a 1:1 relationship between commits and branches

It is not true. Add instructions about creating pull requests using `push`.

Reviewed By: zzl0

Differential Revision: D43749164

fbshipit-source-id: e1041331a39c6ed2f032bd37fa5a519290c1fc60
2023-03-02 17:10:06 -08:00
Jun Wu
6fc525e6a1 website: add a doc about submodule support
Summary:
Describe the current state of submodule support. Provide "howto"s for common
operations.

Reviewed By: zzl0

Differential Revision: D43724068

fbshipit-source-id: 6596ebdd8854e042f3b1b0e99e8dc089b6be09db
2023-03-02 10:09:49 -08:00
Shyam Sunkari
932f5f0ce2 website: fix an issue with the Windows build instructions
Summary:
While running "\build_windows_zip.py"
The python script is failing with error File Path too long so to fix the error we added git config -- true in the Windows build Instruction Documentation.

Reviewed By: sggutier

Differential Revision: D43408503

fbshipit-source-id: 892458db648befd2638f11ec4ae8d40f89d62bfc
2023-02-28 11:29:24 -08:00
Mark Shroyer
cf62735615 Document FreeBSD build instructions
Summary: A couple extra steps are needed to build on FreeBSD, so let's document those.

Reviewed By: quark-zju

Differential Revision: D43253311

fbshipit-source-id: d60bd794cdc7d51e4854837f42eba1c4ddea7246
2023-02-14 14:44:12 -08:00
Saul Gutierrez
0a075af7e5 website: add some info about the PR revset
Summary: The PR revset is hard to discover as it is. This adds some hints about its existence on the Sapling website.

Reviewed By: muirdm

Differential Revision: D42760527

fbshipit-source-id: 91177196c4e9dfd42e82ddde49e20684485b0711
2023-01-30 08:03:06 -08:00
kurtz.brandon@gmail.com
c0bcb6561e fix windows install codeblocks (#454)
Summary:
This removes the `ps>` prefix in the windows installation instructions. With `ps>` included, you can't directly copy and past the commands into powershell

Pull Request resolved: https://github.com/facebook/sapling/pull/454

Reviewed By: evangrayk

Differential Revision: D42594922

Pulled By: bolinfest

fbshipit-source-id: f798d9d74fdccfd088be9efb869857cfee8dead4
2023-01-19 10:11:59 -08:00
Lars Sjöström
eccfbab68c website: arch linux installation instructions (#473)
Summary:
now easy to install sapling on Arch Linux distros with AUR enabled.
https://aur.archlinux.org/packages/sapling-scm-bin

Pull Request resolved: https://github.com/facebook/sapling/pull/473

Reviewed By: evangrayk

Differential Revision: D42578726

Pulled By: sggutier

fbshipit-source-id: d8fdba7dadb4ddaba388d6afe09db05ca7567032
2023-01-18 10:31:36 -08:00
m.hasnain.lakhani@gmail.com
a544e5d61c doc: fix the ulimit command (#376)
Summary:
Currently, the `ulimit -n 1048576 1048576` command accidently set file size (`-f`) to 1048576 (second argument), this is because the second argument does not have an option, then `-f` is assumed [1]

[1] bash ulimit.def: ec8113b986/builtins/ulimit.def (L64)

related issue: https://github.com/facebook/sapling/issues/353

Pull Request resolved: https://github.com/facebook/sapling/pull/376

Test Plan:
Before:

```
$ ulimit -a
-f: file size (blocks)              unlimited
-n: file descriptors                2048
...

$ ulimit -n 1048576 1048576

$ website ulimit -a
-f: file size (blocks)              1048576
-n: file descriptors                1048576
...
```

After:

```
$ ulimit -a
-f: file size (blocks)              unlimited
-n: file descriptors                2048
...

$ ulimit -n 1048576

$ website ulimit -a
-f: file size (blocks)              unlimited
-n: file descriptors                1048576
...

```

Reviewed By: bolinfest

Differential Revision: D42297341

Pulled By: zzl0

fbshipit-source-id: 5af52f4385a5d1557a3bba2403fa2c14cc484947
2022-12-30 19:19:46 -08:00
Michael Bolin
fb516c52b3 website: update docs for building on Windows
Summary:
I recently built and installed Sapling on a Windows machine
with few existing developer tools installed on it, so I wanted
to capture the `vcpkg` requirements that were not previously
documented.

Reviewed By: akushner

Differential Revision: D42232827

fbshipit-source-id: e6c9ce74b164b8f552188946a032852e06d03ec7
2022-12-27 10:28:30 -08:00
Michael Bolin
1d4bfcaabf Regenerate command docs for website (#351)
Summary:
Using the fix in D42230099, regenerate the command docs
for the website.

Pull Request resolved: https://github.com/facebook/sapling/pull/351

Test Plan:
Imported from OSS

Verify that `yarn build` works with the current `.md` file contents.

Reviewed By: zzl0

Differential Revision: D42230100

Pulled By: bolinfest

fbshipit-source-id: b9929bc1fdd4ede3dc032fdc310c4ca10e4a9194
2022-12-23 15:07:36 -08:00
Michael Bolin
0d29158be2 prefer sl clean to sl purge in the docs
Summary:
Note this fixes a broken link due to the `<Command>` change.

Fixes https://github.com/facebook/sapling/issues/335

Reviewed By: muirdm

Differential Revision: D42121142

fbshipit-source-id: 5a06757f1cc73c2b01cc9ddae1ed29bb9c9ea056
2022-12-19 09:20:44 -08:00
kurtz.brandon@gmail.com
a19989225f fix hg reference in readme to reference sl (#338)
Summary: Pull Request resolved: https://github.com/facebook/sapling/pull/338

Reviewed By: mitrandir77

Differential Revision: D42121166

Pulled By: bolinfest

fbshipit-source-id: f3de24093206e008ac662789d227bd179d3b081f
2022-12-19 04:50:10 -08:00
Michael Bolin
56b5e3e180 remove default subcommand for sl pr but add s as alias for submit
Summary:
As we are going to add more flags for `sl pr submit`, it no longer
works well to use `submit` as the default command. Though we
add `s` as an alias for `submit` so it does not require much typing.

Reviewed By: zzl0

Differential Revision: D42047829

fbshipit-source-id: 782339a44ec5b548b6fc5e61a32f8fb05c0c8fe4
2022-12-14 22:49:34 -08:00
Saul Gutierrez
11583aacb6 add Homebrew to install instuctions
Summary: Adds installation instructions for installing from Homebrew-core on macOS so that users don't have to manually download our bottle. It also adds one additional installation method for non-Ubuntu Linux users.

Reviewed By: bolinfest

Differential Revision: D42008426

fbshipit-source-id: 76757f43739bca3133e3265d5bbe6175edbc9f11
2022-12-13 12:12:03 -08:00
Michael Bolin
26526efb78 minor grammatical fixes in VS Code extension docs (#323)
Summary:
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/sapling/pull/323).
* __->__ https://github.com/facebook/sapling/issues/323

minor grammatical fixes in VS Code extension docs

Pull Request resolved: https://github.com/facebook/sapling/pull/323

Reviewed By: sggutier

Differential Revision: D41981831

Pulled By: bolinfest

fbshipit-source-id: 7b94a6f3f741b17ccafea938b8b388e8d54057c8
2022-12-13 07:15:56 -08:00
Michael Bolin
f6bef0c4c6 support signing Git commits using a GPG key
Summary:
This was requested for `sl pr` in
https://github.com/facebook/sapling/issues/218,
though this diff adds support for signing commits in general, in Sapling.
Here's how it works:

- `sl config --local gpg.key <KEY>` to specify your key
- Now `gitcommittext()` takes an optional `str` for the `gpgsigningkey` if `gpg.key` is set and `gpg.enabled` is `true` (which is the default).
- The text of the unsigned commit object is constructed and then signed using `gpg --status-fd=2 -bsau <KEY>` with the text passed via stdin.
- The resulting signature is embedded into the original text to sign it. Note that the original PGP key goes through some minor formatting (`\r` is removed; lines must start with a space to avoid a `\n\n` sequence) before it is embedded.

I documented things to the best of my knowledge in `eden/website/docs/git/signing.md`.

Follow-up items:

- Show signed status in smartlog?
- Update `sl ghstack` to honor signing configuration when running `git commit-tree`.
- Update `sl pr` to honor signing configuration when running `git commit-tree`.

Reviewed By: quark-zju

Differential Revision: D41778874

fbshipit-source-id: 5018a0d8bea1b5e9293c05954db65f35dd3c7aff
2022-12-12 14:26:34 -08:00
Jade Lovelace
500466bed0 website: Add a debugging guide pointing to the debug options (#287)
Summary:
![image](https://user-images.githubusercontent.com/6652840/204931166-61006e88-a178-4a72-ac7a-1ad75d372239.png)

Pull Request resolved: https://github.com/facebook/sapling/pull/287

Reviewed By: quark-zju

Differential Revision: D41972519

Pulled By: bolinfest

fbshipit-source-id: cbf494ba0989680941ddffaab178a95fcbb225eb
2022-12-12 13:24:17 -08:00
Michael Bolin
2857ac6b96 Add build instructions for Windows (#317)
Summary:
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/sapling/pull/317).
* __->__ https://github.com/facebook/sapling/issues/317

Add build instructions for Windows

Fixes https://github.com/facebook/sapling/issues/316

Pull Request resolved: https://github.com/facebook/sapling/pull/317

Test Plan: http://localhost:3000/docs/introduction/installation

Reviewed By: sggutier

Differential Revision: D41917391

Pulled By: bolinfest

fbshipit-source-id: cabfa75c86fc55bd3c86190ee9406d0348d7d334
2022-12-11 09:33:38 -08:00
Michael Bolin
4ee418ca7a Provide more instruction for the README for the Sapling VS Code extension.
Summary:
When a user installs/browses the Sapling extension for VS Code,
they are presented with the `README.md`. Because this is likely
the user's entrypoint into the extension, this updates the README
with more guidance (and links) on how to get into the ISL experience.

Reviewed By: muirdm

Differential Revision: D41814194

fbshipit-source-id: 5c24d5e45655bde5db6287d1508e906b1c81e847
2022-12-07 17:39:48 -08:00
Shish
dff773ccfd make examples consistent (#269)
Summary:
Stack created with [Sapling]
* __->__ https://github.com/facebook/sapling/issues/269
* https://github.com/facebook/sapling/issues/267
* https://github.com/facebook/sapling/issues/266
* https://github.com/facebook/sapling/issues/264

[docs] make examples consistent

 both human understanding and syntax highlighting work better when the examples are consistent :)

Pull Request resolved: https://github.com/facebook/sapling/pull/269

Test Plan: manually looked through every page

Reviewed By: bolinfest

Differential Revision: D41544321

Pulled By: shish

fbshipit-source-id: aca88968b1c6cfc5340a004dd115e9eabbd4313c
2022-12-05 17:00:49 -08:00
Shish
2582363c7c Regenerate command auto-docs (#266)
Summary:
Stack created with [Sapling]
* https://github.com/facebook/sapling/issues/270
* https://github.com/facebook/sapling/issues/267
* __->__ https://github.com/facebook/sapling/issues/266
* https://github.com/facebook/sapling/issues/264

[docs] Regenerate command auto-docs

 I want to add syntax highlighting to the auto-generated docs, but they are out of date, so first let's update them

Pull Request resolved: https://github.com/facebook/sapling/pull/266

Reviewed By: bolinfest

Differential Revision: D41544316

Pulled By: shish

fbshipit-source-id: f6523275073add5a90982963089012e46f516d29
2022-12-05 12:56:27 -08:00
Michael Bolin
75b5eb5ef1 add Troubleshooting section for GitHub page (#294)
Summary:
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/sapling/pull/294).
* __->__ https://github.com/facebook/sapling/issues/294

add Troubleshooting section for GitHub page

I just ran into an issue where `sl pr` failed to run because I
did not have `gh` configured as my Git credential helper.
It took me a bit of time to figure this out, so I thought I would
add it to the website, though the docs related to GitHub
integration are somewhat spread out, so I'm not sure whether this
is the best place for it. A dedicated Troubleshooting page might
be more appropriate, though such a page should probably have at
least two entries?

Though perhaps an even better solution is updating the code to
recognize this sort of failure and then suggest `gh auth setup-git`
directly when it happens.

Pull Request resolved: https://github.com/facebook/sapling/pull/294

Test Plan: http://localhost:3000/docs/git/intro

Reviewed By: akushner

Differential Revision: D41663482

Pulled By: bolinfest

fbshipit-source-id: ff957e298c143c62a2c05ea231eca8431011d106
2022-12-02 14:33:22 -08:00
Shish
12631d44ee document super smartlog (#270)
Summary:
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/sapling/pull/270).
* __->__ https://github.com/facebook/sapling/issues/270

[docs] document super smartlog

 Being able to see PR status from the command line is my favourite feature, I don't want it to be buried in a footnote :)

Pull Request resolved: https://github.com/facebook/sapling/pull/270

Reviewed By: quark-zju

Differential Revision: D41548175

Pulled By: shish

fbshipit-source-id: 0200f499d7a39d48e9bb606ce61d584e539301fe
2022-12-01 14:43:14 -08:00
Shish
d496b5c44c add sl-shell-example syntax-highlighting language (#264)
Summary:
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/sapling/pull/264).
* __->__ https://github.com/facebook/sapling/issues/264

[docs] add sl-shell-example syntax-highlighting language

 Right now the example sl sessions have no hightlighting, or sometimes they pretend to be bash, which kind-of-half-works but also half doesn't work and is ugly (See the "Before" example - there is random highlighting for some numbers in the middle of command output, the ".." in "..." is randomly highlighted as a directory, etc)

This diff adds a new custom Prism language called "sl-shell-example" which does syntax highlighting specifically tailored for our example sessions with these main parts:

```
# comment
$ shell command
~/my/subdir $ shell command in a specific subdirectory
output
```
{F806536674}

(For the record, Prism already has a language called "shell-session", but that language doesn't support comments (which is something we make heavy use of), and also it tries to be clever by highlighting random words in the middle of shell commands (which is just distracting in the context of sapling docs))

Pull Request resolved: https://github.com/facebook/sapling/pull/264

Test Plan:
Before:
{F806536931}

After:
{F806537002}

Reviewed By: quark-zju

Differential Revision: D41522986

Pulled By: shish

fbshipit-source-id: fda9beb423a3c74d90c4cb387eb8cba3914a4693
2022-12-01 14:43:14 -08:00
Shish
923291eed8 Grammar fixes in organizational.md (#247)
Summary: Pull Request resolved: https://github.com/facebook/sapling/pull/247

Reviewed By: sggutier

Differential Revision: D41502273

Pulled By: mzr

fbshipit-source-id: f267c7ee934982d02a34843ebfc65894f30de922
2022-11-23 12:07:04 -08:00
liulinboyi
be79ad0c06 feat: set the sl --version in the docs (#237)
Summary:
Get the windowsAsset version in the docs.

Pull Request resolved: https://github.com/facebook/sapling/pull/237

Reviewed By: bolinfest, zzl0

Differential Revision: D41476635

Pulled By: MichaelCuevas

fbshipit-source-id: 3769923de939a46b956bc7949a90af75a5989f0f
2022-11-22 11:28:28 -08:00
Paul Adams
fc72c57bdc fix typo in Manipulating your stack section (#240)
Summary: Pull Request resolved: https://github.com/facebook/sapling/pull/240

Reviewed By: bolinfest

Differential Revision: D41453684

Pulled By: MichaelCuevas

fbshipit-source-id: a577aa5190658195dc700d9c1abeca87dd73263d
2022-11-21 16:55:51 -08:00
Michael Bolin
d59f952372 list Linux third on Installation since it currently has the fewest downloads (#245)
Summary: Pull Request resolved: https://github.com/facebook/sapling/pull/245

Test Plan: http://localhost:3000/

Reviewed By: MichaelCuevas

Differential Revision: D41452967

Pulled By: bolinfest

fbshipit-source-id: b100be7831fee99c61bf74fedbe54b487a3454b7
2022-11-21 16:35:53 -08:00
Michael Bolin
596bc1c363 remove $ from some examples to make it easier to copy/paste (#244)
Summary: Pull Request resolved: https://github.com/facebook/sapling/pull/244

Test Plan: http://localhost:3000/

Reviewed By: MichaelCuevas

Differential Revision: D41452964

Pulled By: bolinfest

fbshipit-source-id: 33caf34901cac31c43b0a90ab358b8099c9ba342
2022-11-21 16:35:53 -08:00
Michael Bolin
ff9a41ecbe make the Ubuntu installation instructions copy/pasteable (#243)
Summary: Pull Request resolved: https://github.com/facebook/sapling/pull/243

Test Plan: http://localhost:3000/

Reviewed By: muirdm

Differential Revision: D41452966

Pulled By: bolinfest

fbshipit-source-id: 997a062ef56efe68232bb78fcf7bdbb7eb9593a9
2022-11-21 16:35:53 -08:00
Jun Wu
c63edcd541 website: update internals docs
Summary:
Minor adjustments:
- Fixes mistakes I made in those docs.
- Fix/add links.
- Clarify some differences with hg.

Reviewed By: muirdm

Differential Revision: D41393733

fbshipit-source-id: 726ee783723d0fa5b4c60376487ed93de3a520ab
2022-11-21 11:51:00 -08:00
Jun Wu
830ca4a73c website: "Foo Bar" => "Foo bar" title for more pages
Summary: Done by the script added in D41312633 (088f5efc9b).

Reviewed By: muirdm

Differential Revision: D41385131

fbshipit-source-id: e6bf1cd874bb870382fac147398a55f2851044d6
2022-11-21 11:51:00 -08:00
Sharath Chandra
1b5fb2af55 Fix typo. Unstach => Unstash (#238)
Summary:
Fix typo. `Unstach` => `Unstash`. In file `git-cheat-sheet.md`

Pull Request resolved: https://github.com/facebook/sapling/pull/238

Reviewed By: mitrandir77

Differential Revision: D41434044

Pulled By: mzr

fbshipit-source-id: 072ff85c1a26e2e5a5f3eadf7312305a81f6c642
2022-11-21 09:10:08 -08:00
mjarrowsmith4
b7636b8547 Fix typo (#232)
Summary:
This PR fixes a very small typo: `TEST_ENVRIONMENT` -> `TEST_ENVIRONMENT`

Pull Request resolved: https://github.com/facebook/sapling/pull/232

Reviewed By: yancouto

Differential Revision: D41430475

Pulled By: MichaelCuevas

fbshipit-source-id: 02ba09cd88529c36036a671eafdf57ff297c8411
2022-11-21 03:44:47 -08:00