Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

stable rename: fix failure when old and new names differ only in case

Changeset c5b82b5a2bc7

Parent 48de49efeb27

by David Golub

Changes to one file · Browse files at c5b82b5a2bc7 Showing diff from parent 48de49efeb27 Diff from another changeset...

 
289
290
291
292
 
293
294
295
 
289
290
291
 
292
293
294
295
@@ -289,7 +289,7 @@
  return   else:   try: - targetdir = os.path.dirname(dest) + targetdir = os.path.dirname(fulldest)   if not os.path.isdir(targetdir):   os.makedirs(targetdir)   os.rename(fullsrc, fulldest)