Kiln » TortoiseHg » TortoiseHg
Clone URL:  
recovery.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TortoiseHg Recovery =================== .. module:: recovery.dialog :synopsis: Dialog used to perform recovery operations .. figure:: figures/recover.png :alt: Recovery dialog The buttons all equate to a single Mercurial command (save stop, obviously) :guilabel:`clean` :command:`hg update --clean` - performs a clean checkout of the existing working directory parent revision. Undoes a partially completed merge. :guilabel:`rollback` :command:`hg rollback` - undo operation for most recent repository transaction. Can undo a commit or pull. :guilabel:`recover` :command:`hg recover` - recover from a badly aborted operation. Rarely necessary, Mercurial will tell you if it needs to be performed. :guilabel:`verify` :command:`hg verify` - perform a consistency check of the contents of your repository .. vim: noet ts=4