hgext/convert/__init__.py
changeset 7815 bcd364b247ba
parent 7735 2e48668b51f0
child 7823 11efa41037e2
equal deleted inserted replaced
7814:4421abf8c85d 7815:bcd364b247ba
    88 
    88 
    89     --config convert.hg.ignoreerrors=False (boolean)
    89     --config convert.hg.ignoreerrors=False (boolean)
    90         ignore integrity errors when reading. Use it to fix Mercurial
    90         ignore integrity errors when reading. Use it to fix Mercurial
    91         repositories with missing revlogs, by converting from and to
    91         repositories with missing revlogs, by converting from and to
    92         Mercurial.
    92         Mercurial.
    93     --config convert.hg.saverev=True          (boolean)
    93     --config convert.hg.saverev=False          (boolean)
    94         allow target to preserve source revision ID
    94         store original revision ID in changeset (forces target IDs to change)
    95     --config convert.hg.startrev=0            (hg revision identifier)
    95     --config convert.hg.startrev=0            (hg revision identifier)
    96         convert start revision and its descendants
    96         convert start revision and its descendants
    97 
    97 
    98     CVS Source
    98     CVS Source
    99     ----------
    99     ----------