diff options
author | willmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f> | 2010-12-05 00:04:16 +0000 |
---|---|---|
committer | willmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f> | 2010-12-05 00:04:16 +0000 |
commit | e72b070d2cf1b9dc42118d6eb48ce6c614c861e7 (patch) | |
tree | e6238eaa21181e62ec05b06e13722fe28302f3c4 /ChangeLog | |
parent | 800bcbc18feccd92e1f4e4b87f4f6706e96f08aa (diff) | |
download | pyfilesystem-e72b070d2cf1b9dc42118d6eb48ce6c614c861e7.tar.gz |
Added FS command line scripts
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@537 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -60,4 +60,7 @@ * Added utility module 'fs.filelike' with some helpers for building and manipulating file-like objects. * Added getmeta and hasmeta methods + * Separated behaviour of setcontents and createfile + * Added a getmmap to base + * Added command line scripts fsls, fstree, fscat, fscp, fsmv |