<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -77,7 +77,7 @@ def gitmode(x):
 
 def wr(msg=''):
   print msg
-  #map(lambda x: sys.stderr.write('\t[%s]\n' % x),msg.split('\n'))
+  map(lambda x: sys.stderr.write('\t[%s]\n' % x),msg.split('\n'))
 
 def checkpoint(count):
   count=count+1</diff>
      <filename>hg2git.py</filename>
    </modified>
    <modified>
      <diff>@@ -15,12 +15,16 @@ Using it is quite simple for a mercurial repository &lt;repo&gt;:
   mkdir repo-git # or whatever
   cd repo-git
   git init
-  hg2git.sh &lt;repo&gt;
+  hg2git.sh -r &lt;repo&gt;
 
 Incremental imports to track hg repos is supported, too.
 
-Notes
-=====
+Notes/Limitations
+=================
+
+hg2git supports multiple branches but only named branches with exaclty
+one head each. Otherwise commits to the tip of these heads within branch
+will get flattened into merge commits.
 
 As each git-fast-import run creates a new pack file, it may be required
 to repack the repository quite often for incremental imports (especially</diff>
      <filename>hg2git.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5732cd0313c28dbd5c1868525b0659946e05992e</id>
    </parent>
  </parents>
  <author>
    <name>Rocco Rutte</name>
    <email>pdmef@gmx.net</email>
  </author>
  <url>http://github.com/vitaly/hg2git/commit/d9bb3271a4b739456f825979597480d650526ed2</url>
  <id>d9bb3271a4b739456f825979597480d650526ed2</id>
  <committed-date>2007-03-13T08:27:29-07:00</committed-date>
  <authored-date>2007-03-13T08:27:29-07:00</authored-date>
  <message>Add a note about hg's unnamed branches and multiple heads

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