Mercurial > hg
changeset 22514:48e4e47774bf
largefiles: remove dead assignment left over from change 1ff42ee98446
author | Martin von Zweigbergk <martinvonz@gmail.com> |
---|---|
date | Tue, 16 Sep 2014 11:35:13 -0700 |
parents | ca709785caf2 |
children | b4e251b7e9a8 |
files | hgext/largefiles/reposetup.py |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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