updates remote branches
Bug #904721 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-tiplog |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
remote branches should be updated by the remote server, rather than being updated by both the local tiplog plugin and the remote one. This will prevent duplicate entries, but also save on roundtrips.
Related branches
lp:~jelmer/bzr-tiplog/remote
- Brian de Alwis: Pending requested
-
Diff: 78 lines (+19/-6)1 file modified__init__.py (+19/-6)
To post a comment you must log in.
Thanks Jelmer!