git: Needs faster implementation of WorkingTree.iter_changes()
Bug #373899 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Triaged
|
Low
|
Unassigned | ||
Breezy |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
affects bzr-git
status triaged
importance low
assignee jelmer
"bzr st" in git working trees is pretty slow at the moment. This can
probably done with a faster implementation of iter_changes().
--
tags: | added: git-workingtree |
Changed in brz-git: | |
status: | New → Fix Released |
importance: | Undecided → Medium |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in brz-git: | |
milestone: | none → integration |
affects: | brz-git → brz |
Changed in brz: | |
milestone: | integration → none |
summary: |
- Needs faster implementation of WorkingTree.iter_changes() + git: Needs faster implementation of WorkingTree.iter_changes() |
Changed in brz: | |
milestone: | none → 3.0.0 |
To post a comment you must log in.
it's a fair bit quicker now, thanks to Dulwich being faster and the API in bzr having improved.