diff hggit/verify.py @ 1116:bd1a01f98154

cleanup: wrap to 80 chars
author Sean Farley <sean@farley.io>
date Mon, 27 Nov 2017 19:05:08 -0500
parents 8ed6c0cae9b8
children 6141895a53c9
line wrap: on
line diff
--- a/hggit/verify.py	Mon Nov 27 18:46:07 2017 -0500
+++ b/hggit/verify.py	Mon Nov 27 19:05:08 2017 -0500
@@ -18,9 +18,9 @@
 def verify(ui, repo, hgctx):
     '''verify that a Mercurial rev matches the corresponding Git rev
 
-    Given a Mercurial revision that has a corresponding Git revision in the map,
-    this attempts to answer whether that revision has the same contents as the
-    corresponding Git revision.
+    Given a Mercurial revision that has a corresponding Git revision in the
+    map, this attempts to answer whether that revision has the same contents as
+    the corresponding Git revision.
 
     '''
     handler = repo.githandler