Mercurial > hgsubversion
changeset 1270:04ead6e0b9de
layouts: remove unused _branch_dir in standard
author | Sean Farley <sean.michael.farley@gmail.com> |
---|---|
date | Mon, 24 Mar 2014 11:20:50 -0500 |
parents | 738c685f893c |
children | a1039f8e57d4 |
files | hgsubversion/layouts/standard.py |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/hgsubversion/layouts/standard.py +++ b/hgsubversion/layouts/standard.py @@ -16,12 +16,6 @@ class StandardLayout(base.BaseLayout): pre=lambda x: '/'.join(p for p in x.split('/') if p) + '/') - self._branch_dir = self.meta.ui.config('hgsubversion', 'branchdir', 'branches') - if self._branch_dir[0] == '/': - self._branch_dir = self._branch_dir[1:] - if self._branch_dir[-1] != '/': - self._branch_dir += '/' - self._infix = self.meta.ui.config('hgsubversion', 'infix', '').strip('/') if self._infix: self._infix = '/' + self._infix