Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable docs: update guess.txt

Changeset c304a0e955e1

Parent fa4e5ae52a1a

by Steve Borho

Changes to one file · Browse files at c304a0e955e1 Showing diff from parent fa4e5ae52a1a Diff from another changeset...

 
1
2
 
 
3
4
5
6
7
 
8
9
10
 
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
 
 
 
 
 
40
41
42
 
 
 
1
2
3
4
5
6
 
7
8
9
10
 
17
18
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
21
22
23
24
25
26
27
@@ -1,10 +1,10 @@
-Rename Guessing -=============== +Detect Renames +==============    .. module:: guess.dialog   :synopsis: Dialog used to detect copies and/or renames   -.. figure:: figures/guess.jpg +.. figure:: figures/guess.png   :alt: Rename guessing dialog     Rename Guessing Dialog @@ -17,26 +17,11 @@
 Follow these steps:    1) select one or more of the :guilabel:`Unrevisioned Files` -2) slide the simularity bar to the percentage match you desire -3) press either :guilabel:`Find Renames` or :guilabel:`Find Copies`. -4) select candidate matches and accept good matches -5) repeat until all unrevisioned files are matched - -Find Renames ------------- - -This feature will search the repository for missing files (files which -were revisioned but are now gone). For each missing file, it compares -the last revisioned data against the unrevisioned file and if the -percentage of matching lines is above the -:guilabel:`Minimum Simularity Percentage`, it adds the pair to the -:guilabel:`Candidate Matches`. - -Find Copies ------------ - -This feature will check every revisioned file in the repository to see -if it exactly matches the unrevisioned file. +2) slide the :guilabel:`Min Similarity` bar to the percentage match you desire +3) uncheck :guilabel:`Only consider deleted files` to search for copies +4) press :guilabel:`Find Rename` +5) preview :guilabel:`Candidate Matches` and accept good matches +6) repeat until all unrevisioned files are matched    Candidate Matches  -----------------