# HG changeset patch
# User Sune Foldager <[email protected]>
# Date 1321629968 -3600
# Branch stable
# Node ID d61bfdef2c224a48ff43a5ed8b42660361c8a856
# Parent 7c8ecf007c306b39bc2824473c6cf19d4ba13141
run: add st as alias for status
diff -r 7c8ecf007c30 -r d61bfdef2c22 tortoisehg/hgqt/run.py
--- a/tortoisehg/hgqt/run.py Thu Nov 17 14:44:44 2011 -0500
+++ b/tortoisehg/hgqt/run.py Fri Nov 18 16:26:08 2011 +0100
@@ -1120,7 +1120,7 @@
_('name of the hgweb config file (DEPRECATED)'))],
_('thg serve [--web-conf FILE]')),
"^sync|synchronize": (sync, [], _('thg sync')),
- "^status": (status,
+ "^status|st": (status,
[('c', 'clean', False, _('show files without changes')),
('i', 'ignored', False, _('show ignored files'))],
_('thg status [OPTIONS] [FILE]')),
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop