hgext/transplant.py
changeset 16627 38c45a99be0b
parent 16551 ebf6d38c9063
child 16743 38caf405d010
--- a/hgext/transplant.py	Thu May 10 18:52:07 2012 +0200
+++ b/hgext/transplant.py	Fri May 11 17:26:58 2012 +0200
@@ -124,7 +124,7 @@
                     continue
 
                 parents = source.changelog.parents(node)
-                if not opts.get('filter'):
+                if not (opts.get('filter') or opts.get('log')):
                     # If the changeset parent is the same as the
                     # wdir's parent, just pull it.
                     if parents[0] == p1: