Document revision that fixed fancyopts
authorChristian Ebert <blacktrash@gmx.net>
Tue, 14 Aug 2007 09:01:20 +0200
changeset 225 2a0ac51bfd24
parent 224 fd98a9bffcbe
child 226 5255b00fbba5
Document revision that fixed fancyopts
hgkw/keyword.py
--- a/hgkw/keyword.py	Sat Aug 11 14:43:04 2007 +0200
+++ b/hgkw/keyword.py	Tue Aug 14 09:01:20 2007 +0200
@@ -398,6 +398,7 @@
 
     def _getcmd():
         # commands or cmdutil.parse(ui, sys.argv[1:])[0]
+        # is broken before 88803a69b24a (fancyopts)
         # results in no output from "hg diff --rev" with older hg versions
         args = fancyopts.fancyopts(sys.argv[1:], commands.globalopts, {})
         if args: