hg-clone
Verified for current stable LTS
Hg Clone Command: Clone Repository To Specific Revision Keeping History
Use for clone repository to specific revision keeping history with Hg Clone. Exact CLI syntax to clone repository to specific revision keeping history using Hg Clone.
When to use this: Use for clone repository to specific revision keeping history with Hg Clone.
Command Syntax
hg clone -u <revision> <remote_repository_source> hg clone -u <revision> <remote_repository_source> Command Breakdown
-u- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to clone repository to specific revision keeping history using Hg Clone.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Hg Clone Command: Clone Repository To Specified Directory
hg clone <remote_repository_source> <destination_path> Hg Clone Command: Clone Repository To Specific Branch hg clone -b <branch> <remote_repository_source> Hg Clone Command: Clone Repository Without Checking Out Files hg clone -U <remote_repository_source> Hg Clone Command: Clone Repository Up To Specific Revision hg clone -r <revision> <remote_repository_source> Cradle Deploy Command: Deploy Static Assets Include Upload Directory cradle deploy s3 --include-upload