Skip to content
Snippets Groups Projects
  • Durham Goode's avatar
    baea47cafe75
    convert: add support for specifying multiple revs · baea47cafe75
    Durham Goode authored
    Previously convert could only take one '--rev'. This change allows the user to
    specify multiple --rev entries. For instance, this could allow converting
    multiple branches (but not all branches) at once from git.
    
    In this first patch, we disable support for this for all sources.  Future
    patches will enable it for select sources (like git).
    baea47cafe75
    History
    convert: add support for specifying multiple revs
    Durham Goode authored
    Previously convert could only take one '--rev'. This change allows the user to
    specify multiple --rev entries. For instance, this could allow converting
    multiple branches (but not all branches) at once from git.
    
    In this first patch, we disable support for this for all sources.  Future
    patches will enable it for select sources (like git).