Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-26 00:18:47 +00:00
parent 9b06c2023f
commit 47db9e503e
127 changed files with 302 additions and 302 deletions

View File

@@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
- Update to the specified revision:
`hg update --rev {{revision}}`
`hg update {{[-r|--rev]}} {{revision}}`
- Update and discard uncommitted changes:
`hg update --clean`
`hg update {{[-C|--clean]}}`
- Update to the last commit matching a specified date:
`hg update --date {{dd-mm-yyyy}}`
`hg update {{[-d|--date]}} {{dd-mm-yyyy}}`