mercurial/__init__.py
author Augie Fackler <augie@google.com>
Tue, 13 Oct 2015 17:16:10 -0400
changeset 26704 d7e614513413
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
changegroup: mark _addchangegroupfiles as module-private I'm trying to reason about the public surface area of this module now, so it's worth tagging private things as such.