Вопросы по теме 'mercurial-api'

mercurial API: как мне получить 40-значный хэш версии из входящей команды?
Я использую API-интерфейс python mercurial в своем проекте. from mercurial import ui, hg, commands from mercurial.node import hex user_id = ui.ui() hg_repo = hg.repository(user_id, '/path/to/repo') hg_repo.ui.pushbuffer() some_is_coming =...
263 просмотров
schedule 27.04.2024