~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/random.txt

  • Committer: mbp at sourcefrog
  • Date: 2005-04-07 03:20:10 UTC
  • Revision ID: mbp@sourcefrog.net-20050407032010-84f0afe56e8a6f413a23eab3
doc: directly import diffs

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
 
238
238
 
239
239
* Fix up diffs for files without a trailing newline
 
240
 
 
241
-----
 
242
 
 
243
* Directly import diffs!  It seems a bit redundant to need to rescan
 
244
  the directory to work out what files diff added/deleted/changed when
 
245
  all the information is there in the diff in the first place.
 
246
  Getting the exact behaviour for added/deleted subdirectories etc
 
247
  might be hard.
 
248
 
 
249
  At the very least we could run diffstat over the diff, or perhaps
 
250
  read the status output from patch.  Just knowing which files might
 
251
  be modified would be enough to guide the add and commit.
 
252
  
 
253
  Given this we might be able to import patches at 1/second or better.