Submitter | Martin von Zweigbergk |
---|---|
Date | Sept. 23, 2014, 9:46 p.m. |
Message ID | <7a13ad31d389776b4edc.1411508766@handduk2.mtv.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/5923/ |
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