]> granicus.if.org Git - postgresql/commitdiff
Add missing space to sample cvs call.
authorBruce Momjian <bruce@momjian.us>
Thu, 17 May 2001 13:20:35 +0000 (13:20 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 17 May 2001 13:20:35 +0000 (13:20 +0000)
src/tools/pgcvslog

index f65cd28d96046be4333707c0a6933f3c85c251a4..d35ed84d07f2ea1a94815a0296217d9149e286c0 100755 (executable)
@@ -7,7 +7,7 @@
 # no branches: # cvs log -d '>1999-06-14 00:00:00 GMT' . > log
 #
 # pre and post-branch logs:
-# find . -name CVS -type d -exec touch'{}/Entries.Static' \;
+# find . -name CVS -type d -exec touch '{}/Entries.Static' \;
 # cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT'
 # cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_0_PATCHES
 # find . -name CVS -type d -exec rm '{}/Entries.Static' \;