diff hglib/client.py @ 120:5d3783aebe5f 1.2

log: fix 'hidden' option We were passing -h, which is 'help', not 'hidden'.
author Julien Cristau <julien.cristau@logilab.fr>
date Mon, 27 Jan 2014 09:29:55 +0100
parents 9324a89dd84e
children e05b0cf920bb
line wrap: on
line diff
--- a/hglib/client.py	Mon Jul 01 18:11:33 2013 -0500
+++ b/hglib/client.py	Mon Jan 27 09:29:55 2014 +0100
@@ -944,7 +944,7 @@
         args = cmdbuilder('log', template=templates.changeset,
                           r=revrange, f=follow, follow_first=followfirst,
                           d=date, C=copies, k=keyword, removed=removed,
-                          m=onlymerges, u=user, b=branch, P=prune, h=hidden,
+                          m=onlymerges, u=user, b=branch, P=prune, hidden=hidden,
                           l=limit, M=nomerges, I=include, X=exclude, *files)
 
         out = self.rawcommand(args)