简体   繁体   中英

Reverse “hg update --clean”

Is the command described in the title reversible?

I tried searching the log (with hg log) and stripping the corresponding changeset, but no log was issued for this command.

Is the command described in the title reversible?

no, if you --clean , you'll lose all changes in working directory

I tried searching the log ... but no log was issued for this command

hg up does not affect repository in any way , it's a pure workdir command

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM