From 34966c97ca78d7835ad21e522077f19108f1575a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20=F0=9F=91=A8=EF=BF=BD=E2=80=8D=F0=9F=92=BB=20Coplan?= Date: Wed, 15 Feb 2023 16:07:08 -0800 Subject: [PATCH] docs(shelve): Fix typo (#523) Summary: docs(shelve): Fix typo I believe the proper grammar is `use sl shelve`. Also, remove an unneeded comma --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/sapling/pull/523). * __->__ https://github.com/facebook/sapling/issues/523 Pull Request resolved: https://github.com/facebook/sapling/pull/523 Reviewed By: quark-zju Differential Revision: D43288288 Pulled By: zzl0 fbshipit-source-id: 0a87c3f91ef0b89c149feed297e804e1ac77ac2d --- eden/scm/edenscm/ext/shelve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eden/scm/edenscm/ext/shelve.py b/eden/scm/edenscm/ext/shelve.py index 65774c4717..278875e069 100644 --- a/eden/scm/edenscm/ext/shelve.py +++ b/eden/scm/edenscm/ext/shelve.py @@ -1182,7 +1182,7 @@ def shelvecmd(ui, repo, *pats, **opts): the modifications to a bundle (a shelved change), and reverts the files to a clean state in the working copy. - To restore the changes to the working copy, using :prog:`unshelve`, + To restore the changes to the working copy, use :prog:`unshelve` regardless of your current commit. When no files are specified, :prog:`shelve` saves all not-clean