httppeer (and maybe others too) does not have a store attribute. This was
causing hg pull being broken on a hg repository when the extension is enabled.
localpeer.local() does returns a non-None value but I am not sure if it matters.
durin42 | |
mharbison72 |
hg-reviewers |
httppeer (and maybe others too) does not have a store attribute. This was
causing hg pull being broken on a hg repository when the extension is enabled.
localpeer.local() does returns a non-None value but I am not sure if it matters.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
hgext/git/__init__.py | ||
---|---|---|
233 | It seems like the usual reposetup() check to handle peers is if not repo.local(): return IDK if it matters though. It looks like localpeer.local() returns a non-None value. |
It seems like the usual reposetup() check to handle peers is
IDK if it matters though. It looks like localpeer.local() returns a non-None value.