[PATCH 3 of 4] strip: clarify that user action is required to recover temp bundle

Yuya Nishihara yuya at tcha.org
Tue Sep 20 10:06:46 EDT 2016


On Mon, 19 Sep 2016 10:30:23 -0700, Martin von Zweigbergk via Mercurial-devel wrote:
> # HG changeset patch
> # User Martin von Zweigbergk <martinvonz at google.com>
> # Date 1474301672 25200
> #      Mon Sep 19 09:14:32 2016 -0700
> # Node ID 00910394ea13a94631ea1ba35bedb954e18451dc
> # Parent  83d10fef08a4f93da5bc4002cba6f610af66227a
> strip: clarify that user action is required to recover temp bundle

> +  (fix the problem, then recover the changesets with "hg unbundle '$TESTTMP/test/.hg/strip-backup/*-temp.hg'") (glob)

Nit: 'hg unbundle "..."' would be better since Windows cmd.exe doesn't take
single quotes.


More information about the Mercurial-devel mailing list