Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-test.git/shortlog/7da2e4dae16461331275d21604fed0cdf832ffc3
...commit 
http://git.netsurf-browser.org/netsurf-test.git/commit/7da2e4dae16461331275d21604fed0cdf832ffc3
...tree 
http://git.netsurf-browser.org/netsurf-test.git/tree/7da2e4dae16461331275d21604fed0cdf832ffc3

The branch, master has been updated
       via  7da2e4dae16461331275d21604fed0cdf832ffc3 (commit)
      from  78bb32155e08e4cfeb918e0e3b5b35e37a69f5e5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf-test.git/commit/?id=7da2e4dae16461331275d21604fed0cdf832ffc3
commit 7da2e4dae16461331275d21604fed0cdf832ffc3
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    Fix syntaxerror

diff --git a/cgi-bin/auth.cgi b/cgi-bin/auth.cgi
index 1b042bd..d359981 100755
--- a/cgi-bin/auth.cgi
+++ b/cgi-bin/auth.cgi
@@ -11,5 +11,3 @@ print("")
 
 print(repr(auth))
 
-print "DONE"
-


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

Summary of changes:
 cgi-bin/auth.cgi |    2 --
 1 file changed, 2 deletions(-)

diff --git a/cgi-bin/auth.cgi b/cgi-bin/auth.cgi
index 1b042bd..d359981 100755
--- a/cgi-bin/auth.cgi
+++ b/cgi-bin/auth.cgi
@@ -11,5 +11,3 @@ print("")
 
 print(repr(auth))
 
-print "DONE"
-


-- 
NetSurf test cases

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to