<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -352,9 +352,10 @@ def verify_heads(ui,repo,cache,force):
   # get list of hg's branches to verify, don't take all git has
   for _,_,b in l:
     b=get_branch(b)
-    sys.stderr.write('Verifying branch [%s]\n' % b)
     sha1=getsha1(b)
     c=cache.get(b)
+    if sha1!=None and c!=None:
+      sys.stderr.write('Verifying branch [%s]\n' % b)
     if sha1!=c:
       sys.stderr.write('Error: Branch [%s] modified outside hg2git:'
         '\n%s (repo) != %s (cache)\n' % (b,sha1,c))</diff>
      <filename>hg2git.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>287365c1602de984a43437ac1a5ab60186b8a198</id>
    </parent>
  </parents>
  <author>
    <name>Rocco Rutte</name>
    <email>pdmef@gmx.net</email>
  </author>
  <url>http://github.com/vitaly/hg2git/commit/f9879136a954dadc34e6ab7c8d9ae5e7e2154988</url>
  <id>f9879136a954dadc34e6ab7c8d9ae5e7e2154988</id>
  <committed-date>2007-03-14T03:13:27-07:00</committed-date>
  <authored-date>2007-03-14T03:13:27-07:00</authored-date>
  <message>hg2git.py: Only print verification message for branches we have

It's pointless for many branches to print the validation message for the
first revision already; the same counts for incremental runs.

Signed-off-by: Rocco Rutte &lt;pdmef@gmx.net&gt;</message>
  <tree>0d3ce1df07be0e3d0a91c134ae9cba717fb34826</tree>
  <committer>
    <name>Rocco Rutte</name>
    <email>pdmef@gmx.net</email>
  </committer>
</commit>
