-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

hg status


> Show files that have changed in the working directory.

More information.


Display the status of changed files:

hg status

Display only modified files:

hg status --modified

Display only added files:

hg status --added

Display only removed files:

hg status --removed

Display only deleted (but tracked) files:

hg status --deleted

Display changes in the working directory compared to a specified changeset:

hg status --rev {revision}

Display only files matching a specified glob pattern:

hg status --include {pattern}

Display files, excluding those that match a specified glob pattern:

hg status --exclude {pattern}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 01:10:11 2024