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

Merge with stable

Changeset fe9eaba652a8

Parents cfb80e6046c1

Parents 627835fd8d3f

by Steve Borho

Changes to one file · Browse files at fe9eaba652a8 Showing diff from parent cfb80e6046c1 627835fd8d3f Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgshelve.py Stacked
 
39
40
41
42
 
43
44
45
 
39
40
41
 
42
43
44
45
@@ -39,7 +39,7 @@
  if cwd:   curdir = os.getcwd()   os.chdir(cwd) - eolmode = ui.config('patch', 'eol') + eolmode = ui.config('patch', 'eol', 'strict')   try:   eol = {'strict': None, 'crlf': '\r\n', 'lf': '\n'}[eolmode.lower()]   except KeyError: