Update copyright, small comment style fix.
--- a/hgrev/doc/hgrev.txt Wed Sep 12 01:49:50 2012 +0100
+++ b/hgrev/doc/hgrev.txt Wed Sep 12 10:45:25 2012 -0700
@@ -136,7 +136,7 @@
HGRev is distributed under the BSD license.
http://www.opensource.org/licenses/bsd-license.php
>
- Copyright (c) 2010, Mahlon E. Smith <mahlon@martini.nu>
+ Copyright (c) 2010-2012, Mahlon E. Smith <mahlon@martini.nu>
All rights reserved.
Redistribution and use in source and binary forms, with or without
--- a/hgrev/plugin/hgrev.vim Wed Sep 12 01:49:50 2012 +0100
+++ b/hgrev/plugin/hgrev.vim Wed Sep 12 10:45:25 2012 -0700
@@ -71,9 +71,9 @@
" it works off the cwd, and we need the nearest root from the filename.
"
+ " (we're unlikely to get lucky finding '.hg' in http:// or similar)
+ "
if matchstr(bufname('%'), "^[^:/]\\+://") != ''
- " not on this buffer...
- " (we're unlikely to get lucky finding '.hg' in http:// or similar)
return
endif