[PATCH 02 of 13] largefiles: move store factory function to lfutil module

timeless timeless at gmail.com
Wed May 11 21:33:50 EDT 2016


On Wed, May 11, 2016 at 7:49 PM, liscju <piotr.listkiewicz at gmail.com> wrote:
> diff -r ac1c4cd4b53b -r ee3ea2603a3e hgext/largefiles/lfutil.py
> --- /dev/null   Thu Jan 01 00:00:00 1970 +0000
> +++ b/hgext/largefiles/lfutil.py        Fri May 06 13:49:22 2016 +0200
> @@ -0,0 +1,84 @@
> +# Copyright 2009-2010 Gregory P. Ward

While the previous commit could be move or copy, I think this should
definitely be copy (to preserve blame).

You can use `hg copy -A basestore.py lfutil.py` to record the copy.

For reference, you can see copies using:
hg st -v --change . -C


More information about the Mercurial-devel mailing list