# HG changeset patch # User Martin von Zweigbergk # Date 1410892513 25200 # Node ID 48e4e47774bffd6b59be3fceb832ff76a53ec38a # Parent ca709785caf29a092b0bfe35c31ef1cd1e54beaa largefiles: remove dead assignment left over from change 1ff42ee98446 diff -r ca709785caf2 -r 48e4e47774bf hgext/largefiles/reposetup.py --- a/hgext/largefiles/reposetup.py Fri Sep 19 13:49:58 2014 -0700 +++ b/hgext/largefiles/reposetup.py Tue Sep 16 11:35:13 2014 -0700 @@ -391,10 +391,6 @@ if f in lfiles or fstandin in standins: continue - # append directory separator to avoid collisions - if not fstandin.endswith(os.sep): - fstandin += os.sep - actualfiles.append(f) match._files = actualfiles