~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-05-17 07:14:46 UTC
  • Revision ID: mbp@sourcefrog.net-20050517071446-d14135a69a4a3690
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
 
255
255
* Don't commit if there are no changes unless forced.
256
256
 
257
 
* --dry-run mode for commit?  
 
257
* --dry-run mode for commit?  (Or maybe just run with
 
258
  check-command=false?)
258
259
 
259
260
* Generally, be a bit more verbose unless --silent is specified.
260
261
 
 
262
* Function that finds all changes to files under a given directory;
 
263
  perhaps log should use this if a directory is given.
 
264
 
261
265
 
262
266
Large things
263
267
------------