mercurial - Detect is file is versioned -
for example have hg versioned project in path: c:\src\sample_project
now, lets project have subfolders, , lets i'm editing file inside project c:\src\sample_project\docs\index.rst
.
having path of file c:\src\sample_project\docs\index.rst
easiest , effective way check if file versioned hg, either using windows shell commands, hg.exe or tortoise (thg.exe)?
what stated way, there cleaner 1 imo. can use:
hg status -u
lists unknown (read: not tracked) files in repository.
Comments
Post a Comment