summaryrefslogtreecommitdiffstats
path: root/third_party/ocmock/OCMock/OCMConstraint.m
Commit message (Collapse)AuthorAgeFilesLines
* Move OCMock from third_party/ocmock to third_party/ocmock/OCMockmark@chromium.org2009-09-231-0/+114
"...may be suffering from what we in the soft sciences call 'Obsessive Compulsive Disorder,' or the 'The O.C. Disorder.'" Here's what we're doing: mkdir OCMock svn add OCMock for i in * ; do if [ "${i}" != "OCMock" ] && [ "${i}" != "README.chromium" ] ; then svn move "${i}" OCMock fi done and make the SVN URL in README.chromium a tiny bit more specific. Review URL: http://codereview.chromium.org/220017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26969 0039d316-1c4b-4281-b951-d872f2087c98