mercurial/hg.py
changeset 224 ccbcc4d76f81
parent 223 1aaa49039a6b
child 225 1651a3e61925
--- a/mercurial/hg.py
+++ b/mercurial/hg.py
@@ -814,7 +814,7 @@ class localrepository:
         # pull off the changeset group
         self.ui.status("adding changesets\n")
         co = self.changelog.tip()
-        cn = self.changelog.addgroup(getgroup(), csmap, tr)
+        cn = self.changelog.addgroup(getgroup(), csmap, tr, 1) # unique
         changesets = self.changelog.rev(cn) - self.changelog.rev(co)
 
         # pull off the manifest group