[PATCH] strip: make --keep option not set all dirstate times to 0

Bryan O'Sullivan bos at serpentine.com
Fri Mar 8 12:44:56 CST 2013


On Wed, Mar 6, 2013 at 8:23 PM, Durham Goode <durham at fb.com> wrote:

> +            changedfiles = []
> +            for f, m, args, msg in actions:
> +                # blindy reset the files, regardless of actual action
> necessary
> +                changedfiles.append(f)
>

changedfiles = [a[0] for a in actions]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20130308/15a5834b/attachment.html>


More information about the Mercurial-devel mailing list