~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/random.txt

  • Committer: Martin Pool
  • Date: 2005-04-15 01:31:21 UTC
  • Revision ID: mbp@sourcefrog.net-20050415013121-b18f1be12a735066
- Doc cleanups from Magnus Therning

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
 
236
236
-----
237
237
 
 
238
 
 
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.
 
254
 
 
255
 
 
256
----
 
257
 
238
258
When sending patches by email (optionall) send each one as a separate
239
259
mail, with a sequence number [%03d/%03d] at the start of the Subject.
240
260
See mail from linus 2005-04-07.