1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-17 18:15:44 +02:00

hg*: fixing broken links (#17628)

This commit is contained in:
Kristopher 2025-08-11 18:50:53 -07:00 committed by GitHub
parent 58572f0831
commit 6b6eef3b57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 28 additions and 28 deletions

View file

@ -1,7 +1,7 @@
# hg add # hg add
> 지정한 파일을 Mercurial의 다음 커밋을 위한 스테이징 영역에 추가. > 지정한 파일을 Mercurial의 다음 커밋을 위한 스테이징 영역에 추가.
> 더 많은 정보: <https://www.mercurial-scm.org/doc/hg.1.html#add>. > 더 많은 정보: <https://www.mercurial-scm.org/help/commands/add>.
- 파일 또는 디렉토리를 스테이징 영역에 추가: - 파일 또는 디렉토리를 스테이징 영역에 추가:

View file

@ -1,7 +1,7 @@
# hg branch # hg branch
> 브랜치 이름을 생성하거나 표시. > 브랜치 이름을 생성하거나 표시.
> 더 많은 정보: <https://www.mercurial-scm.org/doc/hg.1.html#branch>. > 더 많은 정보: <https://www.mercurial-scm.org/help/commands/branch>.
- 현재 활성 브랜치의 이름 표시: - 현재 활성 브랜치의 이름 표시:

View file

@ -1,7 +1,7 @@
# hg clone # hg clone
> 기존 저장소의 복사본을 새 디렉터리에 생성. > 기존 저장소의 복사본을 새 디렉터리에 생성.
> 더 많은 정보: <https://www.mercurial-scm.org/doc/hg.1.html#clone>. > 더 많은 정보: <https://www.mercurial-scm.org/help/commands/clone>.
- 저장소를 지정한 디렉터리에 클론: - 저장소를 지정한 디렉터리에 클론:

View file

@ -1,7 +1,7 @@
# hg commit # hg commit
> 준비된 모든 파일 또는 지정된 파일을 저장소에 커밋. > 준비된 모든 파일 또는 지정된 파일을 저장소에 커밋.
> 더 많은 정보: <https://www.mercurial-scm.org/doc/hg.1.html#commit>. > 더 많은 정보: <https://www.mercurial-scm.org/help/commands/commit>.
- 준비된 파일을 저장소에 커밋: - 준비된 파일을 저장소에 커밋:

View file

@ -1,7 +1,7 @@
# hg init # hg init
> 지정된 디렉토리에 새 저장소를 생성. > 지정된 디렉토리에 새 저장소를 생성.
> 더 많은 정보: <https://www.mercurial-scm.org/doc/hg.1.html#init>. > 더 많은 정보: <https://www.mercurial-scm.org/help/commands/init>.
- 현재 디렉토리에 새 저장소 초기화: - 현재 디렉토리에 새 저장소 초기화:

View file

@ -1,7 +1,7 @@
# hg log # hg log
> 저장소의 수정 내역을 표시. > 저장소의 수정 내역을 표시.
> 더 많은 정보: <https://www.mercurial-scm.org/doc/hg.1.html#log>. > 더 많은 정보: <https://www.mercurial-scm.org/help/commands/log>.
- 저장소의 전체 수정 내역 표시: - 저장소의 전체 수정 내역 표시:

View file

@ -1,7 +1,7 @@
# hg pull # hg pull
> 지정된 저장소에서 로컬 저장소로 변경 사항을 가져옵니다. > 지정된 저장소에서 로컬 저장소로 변경 사항을 가져옵니다.
> 더 많은 정보: <https://www.mercurial-scm.org/doc/hg.1.html#pull>. > 더 많은 정보: <https://www.mercurial-scm.org/help/commands/pull>.
- "기본" 소스 경로에서 가져오기: - "기본" 소스 경로에서 가져오기:

View file

@ -1,7 +1,7 @@
# hg push # hg push
> 로컬 저장소의 변경 사항을 지정된 대상으로 푸시. > 로컬 저장소의 변경 사항을 지정된 대상으로 푸시.
> 더 많은 정보: <https://www.mercurial-scm.org/doc/hg.1.html#push>. > 더 많은 정보: <https://www.mercurial-scm.org/help/commands/push>.
- "기본" 원격 경로로 변경 사항 푸시: - "기본" 원격 경로로 변경 사항 푸시:

View file

@ -1,7 +1,7 @@
# hg remove # hg remove
> 지정된 파일을 스테이징 영역에서 제거. > 지정된 파일을 스테이징 영역에서 제거.
> 더 많은 정보: <https://www.mercurial-scm.org/doc/hg.1.html#remove>. > 더 많은 정보: <https://www.mercurial-scm.org/help/commands/remove>.
- 파일 또는 디렉토리를 스테이징 영역에서 제거: - 파일 또는 디렉토리를 스테이징 영역에서 제거:

View file

@ -1,7 +1,7 @@
# hg root # hg root
> Hg 저장소의 루트 위치를 표시. > Hg 저장소의 루트 위치를 표시.
> 더 많은 정보: <https://www.mercurial-scm.org/doc/hg.1.html#root>. > 더 많은 정보: <https://www.mercurial-scm.org/help/commands/root>.
- 현재 저장소의 루트 위치 표시: - 현재 저장소의 루트 위치 표시:

View file

@ -1,7 +1,7 @@
# hg serve # hg serve
> 리포지토리를 탐색하기 위한 독립형 Mercurial 웹 서버 시작. > 리포지토리를 탐색하기 위한 독립형 Mercurial 웹 서버 시작.
> 더 많은 정보: <https://www.mercurial-scm.org/doc/hg.1.html#serve>. > 더 많은 정보: <https://www.mercurial-scm.org/help/commands/serve>.
- 웹 서버 인스턴스 시작: - 웹 서버 인스턴스 시작:

View file

@ -1,7 +1,7 @@
# hg status # hg status
> 작업 디렉토리에서 변경된 파일을 보여줍니다. > 작업 디렉토리에서 변경된 파일을 보여줍니다.
> 더 많은 정보: <https://www.mercurial-scm.org/doc/hg.1.html#status>. > 더 많은 정보: <https://www.mercurial-scm.org/help/commands/status>.
- 변경된 파일의 상태 표시: - 변경된 파일의 상태 표시:

View file

@ -1,7 +1,7 @@
# hg update # hg update
> 작업 디렉터리를 지정된 변경 집합으로 업데이트. > 작업 디렉터리를 지정된 변경 집합으로 업데이트.
> 더 많은 정보: <https://www.mercurial-scm.org/doc/hg.1.html#update>. > 더 많은 정보: <https://www.mercurial-scm.org/help/commands/update>.
- 현재 브랜치의 최신 변경 사항으로 업데이트: - 현재 브랜치의 최신 변경 사항으로 업데이트:

View file

@ -2,7 +2,7 @@
> Mercurial - 분산 소스 제어 관리 시스템. > Mercurial - 분산 소스 제어 관리 시스템.
> `commit`와 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다. > `commit`와 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다.
> 더 많은 정보: <https://www.mercurial-scm.org>. > 더 많은 정보: <https://www.mercurial-scm.org/help/commands>.
- Mercurial 명령 실행: - Mercurial 명령 실행:

View file

@ -1,7 +1,7 @@
# hg add # hg add
> Adds specified files to the staging area for the next commit in Mercurial. > Adds specified files to the staging area for the next commit in Mercurial.
> More information: <https://www.mercurial-scm.org/doc/hg.1.html#add>. > More information: <https://www.mercurial-scm.org/help/commands/add>.
- Add files or directories to the staging area: - Add files or directories to the staging area:

View file

@ -1,7 +1,7 @@
# hg branch # hg branch
> Create or show a branch name. > Create or show a branch name.
> More information: <https://www.mercurial-scm.org/doc/hg.1.html#branch>. > More information: <https://www.mercurial-scm.org/help/commands/branch>.
- Show the name of the currently active branch: - Show the name of the currently active branch:

View file

@ -1,7 +1,7 @@
# hg clone # hg clone
> Create a copy of an existing repository in a new directory. > Create a copy of an existing repository in a new directory.
> More information: <https://www.mercurial-scm.org/doc/hg.1.html#clone>. > More information: <https://www.mercurial-scm.org/help/commands/clone>.
- Clone a repository to a specified directory: - Clone a repository to a specified directory:

View file

@ -1,7 +1,7 @@
# hg commit # hg commit
> Commit all staged or specified files to the repository. > Commit all staged or specified files to the repository.
> More information: <https://www.mercurial-scm.org/doc/hg.1.html#commit>. > More information: <https://www.mercurial-scm.org/help/commands/commit>.
- Commit staged files to the repository: - Commit staged files to the repository:

View file

@ -1,7 +1,7 @@
# hg init # hg init
> Create a new repository in the specified directory. > Create a new repository in the specified directory.
> More information: <https://www.mercurial-scm.org/doc/hg.1.html#init>. > More information: <https://www.mercurial-scm.org/help/commands/init>.
- Initialize a new repository in the current directory: - Initialize a new repository in the current directory:

View file

@ -1,7 +1,7 @@
# hg log # hg log
> Display the revision history of the repository. > Display the revision history of the repository.
> More information: <https://www.mercurial-scm.org/doc/hg.1.html#log>. > More information: <https://www.mercurial-scm.org/help/commands/log>.
- Display the entire revision history of the repository: - Display the entire revision history of the repository:

View file

@ -1,7 +1,7 @@
# hg pull # hg pull
> Pull changes from a specified repository to the local repository. > Pull changes from a specified repository to the local repository.
> More information: <https://www.mercurial-scm.org/doc/hg.1.html#pull>. > More information: <https://www.mercurial-scm.org/help/commands/pull>.
- Pull from the "default" source path: - Pull from the "default" source path:

View file

@ -1,7 +1,7 @@
# hg push # hg push
> Push changes from the local repository to a specified destination. > Push changes from the local repository to a specified destination.
> More information: <https://www.mercurial-scm.org/doc/hg.1.html#push>. > More information: <https://www.mercurial-scm.org/help/commands/push>.
- Push changes to the "default" remote path: - Push changes to the "default" remote path:

View file

@ -1,7 +1,7 @@
# hg remove # hg remove
> Remove specified files from the staging area. > Remove specified files from the staging area.
> More information: <https://www.mercurial-scm.org/doc/hg.1.html#remove>. > More information: <https://www.mercurial-scm.org/help/commands/remove>.
- Remove files or directories from the staging area: - Remove files or directories from the staging area:

View file

@ -1,7 +1,7 @@
# hg root # hg root
> Display the root location of a Hg repository. > Display the root location of a Hg repository.
> More information: <https://www.mercurial-scm.org/doc/hg.1.html#root>. > More information: <https://www.mercurial-scm.org/help/commands/root>.
- Display the root location of the current repository: - Display the root location of the current repository:

View file

@ -1,7 +1,7 @@
# hg serve # hg serve
> Start a standalone Mercurial web server for browsing repositories. > Start a standalone Mercurial web server for browsing repositories.
> More information: <https://www.mercurial-scm.org/doc/hg.1.html#serve>. > More information: <https://www.mercurial-scm.org/help/commands/serve>.
- Start a web server instance: - Start a web server instance:

View file

@ -1,7 +1,7 @@
# hg status # hg status
> Show files that have changed in the working directory. > Show files that have changed in the working directory.
> More information: <https://www.mercurial-scm.org/doc/hg.1.html#status>. > More information: <https://www.mercurial-scm.org/help/commands/status>.
- Display the status of changed files: - Display the status of changed files:

View file

@ -1,7 +1,7 @@
# hg update # hg update
> Update the working directory to a specified changeset. > Update the working directory to a specified changeset.
> More information: <https://www.mercurial-scm.org/doc/hg.1.html#update>. > More information: <https://www.mercurial-scm.org/help/commands/update>.
- Update to the tip of the current branch: - Update to the tip of the current branch:

View file

@ -2,7 +2,7 @@
> Mercurial - a distributed source control management system. > Mercurial - a distributed source control management system.
> Some subcommands such as `commit` have their own usage documentation. > Some subcommands such as `commit` have their own usage documentation.
> More information: <https://www.mercurial-scm.org>. > More information: <https://www.mercurial-scm.org/help/commands>.
- Execute a Mercurial command: - Execute a Mercurial command: