mercurial/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 26 May 2015 22:49:03 -0700
changeset 25313 8f2c362bcb58
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
bundle2: introduce a specific function for bundling debug message The bundling process is very verbose, we would like to be able to hide such output behind a configuration flag and have it more explicitly referencing bundle2. The first step is to gather all these messages in a dedicated function. The same gathering will be later do for debug message issue by unbundling.