/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/incremental-push-pull.txt

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 12:41:27 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521124127-iv8etg0vwymyai6y
s/bzr/brz/ in apport config.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
A push or pull operation must:
15
15
 * Copy all the data to reconstruct the selected revisions in the target
16
16
   branch. This is the goal of push and pull after all.
17
 
 * Reject corrupt data. As brz has no innate mechanism for discarding corrupted
 
17
 * Reject corrupt data. As bzr has no innate mechanism for discarding corrupted
18
18
   data, corrupted data should not be incorporated accidentally.
19
19
 
20
20
Factors which should add work for push/pull