summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-09 15:11:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-09 15:11:45 -0400
commitd56feda25dd82ffa34fe5e3f28eff3ecf9eac5b5 (patch)
tree4dba542e9ff80ac0f0b6a37924c780c3fb45a2d7 /debian
parent75d29250823326c8b4894a855927f65b5fdf4e13 (diff)
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.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index fa8bb0f93..9fd96de95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.