- it is not necessary to compute the digest when adding files -- saves time
authorDr. Peter Poeml <poeml@cmdline.net>
Tue, 30 May 2006 10:07:16 +0000 (10:07 +0000)
committerDr. Peter Poeml <poeml@cmdline.net>
Tue, 30 May 2006 10:07:16 +0000 (10:07 +0000)
commit9557d10177bc766ec3ac7b2eb04d8b45a00ef352
tree2fadb0a9ed770cb84c7263702eba986e022b896b
parent42cbc3c702e34cacf6cb458bb53aa1eaee036d13
- it is not necessary to compute the digest when adding files -- saves time
- checkin: update local copy in store (fixes diff using obsolete old version)
- use shutil.copy2 instead of home-grown copy_file
- make put_source_file() and delete_source_file() methods of the Package class;
  rename delfile method to delete_localfile
osc/commandline.py
osc/core.py