Skip to content
  • Georges Racinet's avatar
    Gitlab::Mercurial adopted method for repo creation · d9eac4fb23dd
    Georges Racinet authored
    The main advantage is that this looks more uniform from the
    upper layers, at the price of making
    `Git::Repository.create_repository` accept arbitrary
    arguments.
    
    Also `Gitlab::Shell` is slowly being faded away. By
    calling the raw repo's `create_repository` we are
    actually anticipating on later versions.
    
    The saner structure can be also be felt in that we
    don't need to give some methods a classmethod
    version any more.
    d9eac4fb23dd