aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-09 09:02:55 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-09 09:02:55 +0000
commitb33557b6221c0d9f4d0a7374771b9272c48951a8 (patch)
tree9a71922e2c63535125b3d22963e8222fd2083784 /railties/CHANGELOG
parent0cd7e6c1e02f9fab6939963a42b95fe2245fac19 (diff)
downloadrails-b33557b6221c0d9f4d0a7374771b9272c48951a8.tar.gz
rails-b33557b6221c0d9f4d0a7374771b9272c48951a8.tar.bz2
rails-b33557b6221c0d9f4d0a7374771b9272c48951a8.zip
Added -c/--svn option to the generator that'll add new files and remove destroyed files using svn add/revert/remove as appropriate #2064 [kevin.clark@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2174 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 6ceb17c842..81de077c39 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added -c/--svn option to the generator that'll add new files and remove destroyed files using svn add/revert/remove as appropriate #2064 [kevin.clark@gmail.com]
+
* Added -c/--charset option to WEBrick controller, so you can specify a default charset (which without changes is UTF-8) #2084 [wejn@box.cz]
* Make the default stats task extendable by modifying the STATS_DIRECTORIES constant