Files
gerrit/gerrit-httpd
Dave Borowitz ca35762592 BatchUpdate: Factor out class for repo operations
At the moment, this is basically a simple wrapper around the
repo/revwalk/inserter/commands used internally in BatchUpdate. A later
goal is to stop exposing the Repository instance directly from the
RepoView, and limit the types of repo operations available to
BatchUpdateOp implementations.

For the moment, RepoView is not documented, as its interface will change
later in this series.

Change-Id: I17a77a1f93f18fe4882d342650d0f3e0beead8e7
2017-04-10 10:06:02 -04:00
..