comparison hgext/win32mbcs.py @ 23577:597b071a0e0d

subrepo: drop the 'ui' parameter to forget() This no longer needs to be explicitly passed because the subrepo object tracks the 'ui' reference since fcbc66b5da6a. See the change to 'archive' for details about the differences between the output level in the root repo and subrepo 'ui' object. The only use for 'ui' in forget is to emit status and warning messages, and to check the verbose flag prior to printing files to be forgotten. The bad() method on the matcher still uses the root repo's ui, because narrowing the matcher doesn't change the ui object. The local repo's ui was already being used to print a warning message in wctx.forget() and for 'ui.slash' when walking dirstate in the repo.status() call.
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 13 Dec 2014 19:23:30 -0500
parents 41c06a02814e
children 80c5b2666a96
comparison
equal deleted inserted replaced
23576:70a7478c33de 23577:597b071a0e0d