mercurial/cmdutil.py
changeset 22237 808926c76cac
parent 22236 3c24fb96900f
child 22248 75618a223e18
--- 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'):