Part of bzrlib
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 40 | Function | reconcile | Reconcile the data in dir. |
| 56 | Class | Reconciler | Reconcilers are used to reconcile existing data. |
| 115 | Class | BranchReconciler | Reconciler that works on a branch. |
| 158 | Class | RepoReconciler | Reconciler that reconciles a repository. |
| 333 | Class | KnitReconciler | Reconciler that reconciles a knit format repository. |
| 477 | Class | PackReconciler | Reconciler that reconciles a pack based repository. |
Currently this is limited to a inventory 'reweave'.
This is a convenience method, for using a Reconciler object.
Directly using Reconciler is recommended for library users that desire fine grained control or analysis of the found issues.
| Parameters | other | another bzrdir to reconcile against. |