Submitter | Martin von Zweigbergk |
---|---|
Date | Sept. 17, 2014, 8:40 p.m. |
Message ID | <4c2ac295da37c238cda1.1410986419@handduk2.mtv.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/5856/ |
State | Superseded |
Commit | 48e4e47774bffd6b59be3fceb832ff76a53ec38a |
Headers | show |
Comments
Patch
diff --git a/hgext/largefiles/reposetup.py b/hgext/largefiles/reposetup.py --- a/hgext/largefiles/reposetup.py +++ b/hgext/largefiles/reposetup.py @@ -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