# HG changeset patch # User Mahlon E. Smith # Date 1347471925 25200 # Node ID 595320486f6999e07b720b4c32af1dc7344b280b # Parent e3edddb48a91755e3d1ef9e86fb1e99362970e68 Update copyright, small comment style fix. diff -r e3edddb48a91 -r 595320486f69 hgrev/doc/hgrev.txt --- 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 + Copyright (c) 2010-2012, Mahlon E. Smith All rights reserved. Redistribution and use in source and binary forms, with or without diff -r e3edddb48a91 -r 595320486f69 hgrev/plugin/hgrev.vim --- 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