mercurial/debugcommands.py
changeset 30775 513d68a90398
parent 30774 eaa5607132a2
child 30918 fec3dbaa7f83
equal deleted inserted replaced
30774:eaa5607132a2 30775:513d68a90398
    32     fileset,
    32     fileset,
    33     hg,
    33     hg,
    34     localrepo,
    34     localrepo,
    35     lock as lockmod,
    35     lock as lockmod,
    36     pycompat,
    36     pycompat,
       
    37     repair,
    37     revlog,
    38     revlog,
    38     scmutil,
    39     scmutil,
    39     setdiscovery,
    40     setdiscovery,
    40     simplemerge,
    41     simplemerge,
    41     streamclone,
    42     streamclone,
   871     repository data is swapped in. This window will be as long as it takes to
   872     repository data is swapped in. This window will be as long as it takes to
   872     rename some directories inside the ``.hg`` directory. On most machines, this
   873     rename some directories inside the ``.hg`` directory. On most machines, this
   873     should complete almost instantaneously and the chances of a consumer being
   874     should complete almost instantaneously and the chances of a consumer being
   874     unable to access the repository should be low.
   875     unable to access the repository should be low.
   875     """
   876     """
   876     raise error.Abort(_('not yet implemented'))
   877     return repair.upgraderepo(ui, repo, run=run, optimize=optimize)