Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.1, 1.0.2, and 1.0.3

stable doc: add --nofork to debugging instructions

Changeset ba9821a11ee6

Parent e71e57656cb7

by Steve Borho

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

 
30
31
32
33
 
34
35
36
 
39
40
41
42
 
43
44
45
 
30
31
32
 
33
34
35
36
 
39
40
41
 
42
43
44
45
@@ -30,7 +30,7 @@
 into a :command:`cmd.exe` window, while inside the repository::     set THGDEBUG=1 - hgtk log + hgtk --nofork log    Linux/MacOSX  ~~~~~~~~~~~~ @@ -39,7 +39,7 @@
 into your shell window, while inside the repository::     export THGDEBUG=1 - hgtk log + hgtk --nofork log