##// END OF EJS Templates
fix: allow fixing untracked files when given as arguments...
fix: allow fixing untracked files when given as arguments It's more useful to fix the file than to silently avoid it when the user does this: hg fix --working-dir untracked-file We will still do nothing to ignored files, even if they are specified. This may be safer, given that such files can unexpectedly slip into the arguments via a shell glob or fileset. Differential Revision: https://phab.mercurial-scm.org/D6165

File last commit:

r29435:b8ede1f7 default
r42175:7f6b375a default
Show More
tags.tmpl
6 lines | 153 B | application/x-cheetah | CheetahLexer
{header}
<title>{repo|escape}: tags</title>
<description>{repo|escape} tag history</description>
{entriesnotip%tagentry}
</channel>
</rss>