revert: drop dead code for untracked files
Untracked files are handled through status now.
--- a/mercurial/cmdutil.py Wed Jun 25 00:01:30 2014 +0100
+++ b/mercurial/cmdutil.py Wed Jun 25 00:02:17 2014 +0100
@@ -2521,14 +2521,6 @@
elif exact:
ui.warn(msg % rel)
break
- else:
- # Not touched in current dirstate.
-
- # file is unknown in parent, restore older version or ignore.
- if abs not in repo.dirstate:
- if exact:
- ui.warn(_('file not managed: %s\n') % rel)
- continue
if not opts.get('dry_run'):