[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-1034-g4fa7ba8

Shawn Moore sartak at bestpractical.com
Thu Dec 23 17:38:46 EST 2010


The branch, 3.9-trunk has been updated
       via  4fa7ba8c254ff0dc72e2c53881aadc3a46ce8351 (commit)
      from  38d29fa8aaa7b4f43488ed131871fd6501eb13f4 (commit)

Summary of changes:
 devel/extract-message-catalog |    9 ---------
 t/ticket/requestor-order.t    |    2 --
 2 files changed, 0 insertions(+), 11 deletions(-)

- Log -----------------------------------------------------------------
commit 4fa7ba8c254ff0dc72e2c53881aadc3a46ce8351
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Dec 23 17:38:30 2010 -0500

    Remove some editor auto-commands from files

diff --git a/devel/extract-message-catalog b/devel/extract-message-catalog
index e71d979..8f65233 100755
--- a/devel/extract-message-catalog
+++ b/devel/extract-message-catalog
@@ -383,12 +383,3 @@ sub fmt {
     }
     return $multi_line ? qq(""\n"$str) : qq("$str);
 }
-
-
-__END__
-# Local variables:
-# c-indentation-style: bsd
-# c-basic-offset: 4
-# indent-tabs-mode: nil
-# End:
-# vim: expandtab shiftwidth=4:
diff --git a/t/ticket/requestor-order.t b/t/ticket/requestor-order.t
index 2f026ea..bdacc46 100644
--- a/t/ticket/requestor-order.t
+++ b/t/ticket/requestor-order.t
@@ -138,5 +138,3 @@ sub check_emails_order
     is_deeply( [grep {$_} @mails], [ sort grep {$_} @mails ], "Paging works (exclude nulls, which are db-dependant)");
 }
 RT::Test->mailsent_ok(25);
-
-# vim:ft=perl:

-----------------------------------------------------------------------


More information about the Rt-commit mailing list