Go to file
Dave Borowitz 7dadbcf3f1 Start using TestRepository instead of Git in tests
The add, rm, and checkout methods in GitUtil (among others) require a
non-bare repository, which implies local disk. In order to make tests
faster, we would like to move these repositories entirely into bare
InMemoryRepositorys. As a start, convert PushOneCommit to store a
CommitBuilder and use its add/rm methods instead of depending on the
local filesystem to store state. Instead of checkout, use the new
reset method on TestRepository.

Change-Id: Icb286719bc99dae841f2a234677524abd7f144dc
2015-03-17 11:00:53 +09:00
2014-12-18 11:16:03 +09:00
2015-03-16 09:25:46 -07:00
2013-11-30 01:53:00 -08:00
2015-03-13 11:50:26 +09:00
2015-03-04 10:59:02 +09:00
2015-03-04 10:59:02 +09:00
2015-03-07 23:03:15 +01:00
2015-03-03 07:12:16 +00:00
2013-11-09 07:45:00 +01:00
2015-01-23 17:56:02 +09:00
2015-03-04 10:59:02 +09:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
2015-02-23 02:53:20 +00:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB