states.py
changeset 16 fd9f50406cb8
parent 15 a38b3d0a1562
child 17 6aa349f47e7c
equal deleted inserted replaced
15:a38b3d0a1562 16:fd9f50406cb8
   100 # improve template
   100 # improve template
   101 #############################
   101 #############################
   102 
   102 
   103 def showstate(ctx, **args):
   103 def showstate(ctx, **args):
   104     return ctx.state()
   104     return ctx.state()
   105 
       
   106 # New revset predicate
       
   107 #############################
       
   108 
       
   109 
   105 
   110 
   106 
   111 # New commands
   107 # New commands
   112 #############################
   108 #############################
   113 
   109