On 25/06/05 08:46AM, Patrick Steinhardt wrote: > The functions to manage alternates all depend on `the_repository`. > Refactor them to accept an object database as parameter and adjusting s/parameter and adjusting/a parameter and adjust/ > all callers. The functions are renamed accordingly. > > Note that right now the situation is still somewhat weird because we end > up using the path provided by the object store's repository anyway. This > will be adapted over time though so that we instead store the path to > the primary object directory in the object database itself. Just to clarify, are we walking about the path to the alternate odb? I'm not quite sure I follow. The renames and refactors in this patch look good. -Justin > > Signed-off-by: Patrick Steinhardt <ps@xxxxxx>