Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

thgstatus.py: add help text

Changeset 88b75e12a1a7

Parent 858e4addbedb

by Adrian Buehlmann

Changes to one file · Browse files at 88b75e12a1a7 Showing diff from parent 858e4addbedb Diff from another changeset...

 
15
16
17
 
 
18
19
20
 
15
16
17
18
19
20
21
22
@@ -15,6 +15,8 @@
 # You should have received a copy of the GNU General Public License  # along with this program. If not, see <http://www.gnu.org/licenses/>.   +'''update directory status cache for TortoiseHg''' +  from mercurial.i18n import _  from mercurial import commands  import os