Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

synch: do not store abspath in history

Changeset 2b4cdcba8019

Parent ee80926cf3e8

by Steve Borho

Changes to one file · Browse files at 2b4cdcba8019 Showing diff from parent ee80926cf3e8 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​synch.py Stacked
 
565
566
567
568
569
570
571
 
572
573
574
 
565
566
567
 
 
 
 
568
569
570
571
@@ -565,10 +565,7 @@
  return False     def add_src_to_recent(self, src): - if os.path.exists(src): - src = os.path.abspath(src) - - # save src path to recent list in history (read by clone tool) + # add src path to recent list in history (read by clone tool)   self._settings.mrul('src_paths').add(src)   self._settings.write()