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

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -