maybe call it unlock and not checkout

It'd be confusing to have a git-annex subcommand with the same name as a
git subcommand.
This commit is contained in:
Joey Hess 2010-11-09 15:11:45 -04:00
parent 75d2925082
commit d56feda25d
4 changed files with 19 additions and 18 deletions

6
debian/changelog vendored
View file

@ -1,8 +1,8 @@
git-annex (0.04) UNRELEASED; urgency=low
* Add checkout subcommand, which allows checking out file content
in preparation of changing it.
* Add uncheckout subcommand.
* Add unlock subcommand, which replaces the symlink with a copy of
the file's content in preparation of changing it.
* Add lock subcommand.
* Add build dep on libghc6-testpack-dev.
* Add annex.version, which will be used to automate upgrades
between incompatable versions.