comparison hggit/verify.py @ 1115:8ed6c0cae9b8

cleanup: add some blank lines
author Sean Farley <sean@farley.io>
date Mon, 27 Nov 2017 18:46:07 -0500
parents 54dd2b9bd68d
children bd1a01f98154
comparison
equal deleted inserted replaced
1114:6ef251fdbb30 1115:8ed6c0cae9b8
11 from mercurial import util as hgutil 11 from mercurial import util as hgutil
12 from mercurial.i18n import _ 12 from mercurial.i18n import _
13 13
14 from dulwich import diff_tree 14 from dulwich import diff_tree
15 from dulwich.objects import Commit, S_IFGITLINK 15 from dulwich.objects import Commit, S_IFGITLINK
16
16 17
17 def verify(ui, repo, hgctx): 18 def verify(ui, repo, hgctx):
18 '''verify that a Mercurial rev matches the corresponding Git rev 19 '''verify that a Mercurial rev matches the corresponding Git rev
19 20
20 Given a Mercurial revision that has a corresponding Git revision in the map, 21 Given a Mercurial revision that has a corresponding Git revision in the map,