nailgun/unpushed

Mercurial untracked files are shown as uncommited files

Closed this issue · 3 comments

unpushed show as uncommitted files that is actually not added to the repository (with `hg add' command for example).

This is behavior by design. I think files must be in repository or in ignore file. Anyway I am going to add command-line option to change this behavior.

Files not in repository nor in ignore file considered as forgotten to add.

I agree. Will be great if you add a option to ignore it.

Also, you could use a different message for that kind of files. Instead to say "uncommited files", show as "untracked files". :-)