Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.5, 2.1, and 2.1.1

stable clone: we cannot use None as a special dest value (fixes #637)

Changeset 221ff818faf1

Parent 3b07cb23c6ab

by Steve Borho

Changes to one file · Browse files at 221ff818faf1 Showing diff from parent 3b07cb23c6ab Diff from another changeset...

 
270
271
272
273
 
274
275
276
 
270
271
272
 
273
274
275
276
@@ -270,7 +270,7 @@
  if os.listdir(dest):   # cur dir has files, specify no dest, let hg take   # basename - dest = None + dest = ''   else:   dest = '.'   else: