[augeas-devel] [PATCH 4 of 5] Replace "comment" with "#comment" in test_dput.aug

Raphael Pinson raphink at gmail.com
Wed Aug 13 16:51:48 UTC 2008


# HG changeset patch
# User Raphael Pinson <raphink at gmail.com>
# Date 1218646121 -7200
# Node ID a78b989928463a68a57f8d5564aa32c2a176d93e
# Parent  fd31f770b99bed9449a237b9e1568e359758fae0
Replace "comment" with "#comment" in test_dput.aug

diff -r fd31f770b99b -r a78b98992846 lenses/tests/test_dput.aug
--- a/lenses/tests/test_dput.aug	Wed Aug 13 18:48:07 2008 +0200
+++ b/lenses/tests/test_dput.aug	Wed Aug 13 18:48:41 2008 +0200
@@ -57,8 +57,8 @@ post_upload_command = /usr/bin/mini-dins
 "
 
    test Dput.lns get conf = 
-      { "comment" = "Example dput.cf that defines the host that can be used" }
-      { "comment" = "with dput for uploading." }
+      { "#comment" = "Example dput.cf that defines the host that can be used" }
+      { "#comment" = "with dput for uploading." }
       {}
       { "target" = "DEFAULT"
          { "login"  = "username" }
@@ -94,20 +94,20 @@ post_upload_command = /usr/bin/mini-dins
 	 { "incoming" = "/pub/Incoming/upload-non-US" }
 	 { "login" = "anonymous" }
          {}
-         { "comment" = "DISABLED due to being repaired currently" }
-         { "comment" = "[erlangen]" }
-         { "comment" = "fqdn = ftp.uni-erlangen.de" }
-         { "comment" = "incoming = /public/pub/Linux/debian/UploadQueue/" }
-         { "comment" = "login = anonymous" }
+         { "#comment" = "DISABLED due to being repaired currently" }
+         { "#comment" = "[erlangen]" }
+         { "#comment" = "fqdn = ftp.uni-erlangen.de" }
+         { "#comment" = "incoming = /public/pub/Linux/debian/UploadQueue/" }
+         { "#comment" = "login = anonymous" }
          {} }
       { "target" = "ftp-master" 
          { "fqdn" = "ftp-master.debian.org" }
 	 { "incoming" = "/pub/UploadQueue/" }
 	 { "login" = "anonymous" }
 	 { "post_upload_command" = "/usr/bin/mini-dinstall --batch" }
-         { "comment" = "And if you want to override one of the defaults, add it here." }
-         { "comment" = "# For example, comment out the next line" }
-         { "comment" = "# login = another_username" }
-         { "comment" = "# post_upload_command = /path/to/some/script" }
-         { "comment" = "# pre_upload_command = /path/to/some/script" }
+         { "#comment" = "And if you want to override one of the defaults, add it here." }
+         { "#comment" = "# For example, comment out the next line" }
+         { "#comment" = "# login = another_username" }
+         { "#comment" = "# post_upload_command = /path/to/some/script" }
+         { "#comment" = "# pre_upload_command = /path/to/some/script" }
 	 {} }




More information about the augeas-devel mailing list