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

Popular posts from this blog

node.js - StackOverflow API not returning JSON -

python - Subclassed QStyledItemDelegate ignores Stylesheet -

php - Laravel 4.1 to Heroku: SQLSTATE[HY000] [2002] No such file or directory -