This patch functions which can be used to read remotenames data from
.hg/remotenames/. The logic for the function which reads the remotenames file is
taken from the remotenames extension.
Details
Details
- Reviewers
dlax - Group Reviewers
hg-reviewers
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
Overall, the series only introduces helper functions. So it's hard to tell if the implementation is meaningful without any use of the code...
mercurial/remotenames.py | ||
---|---|---|
20 | repo not used | |
49 | Why only "bookmarks"? (and not "branches") | |
73 | As in previous patch, readremotebookmarks and readremotebranches functions only differ from the file name; this could be factored out as a function parameter. |
repo not used