diff tests/test-commandserver.py.out @ 20330:69a0d22b9677 stable

dispatch: take --hidden from individual commands into account The command server would otherwise ignore that option, since the repo object is only created once.
author Julien Cristau <julien.cristau@logilab.fr>
date Mon, 27 Jan 2014 10:57:20 +0100
parents 49d4919d21c2
children e3d1df48fcc6
line wrap: on
line diff
--- a/tests/test-commandserver.py.out	Thu Jan 30 15:03:36 2014 +0900
+++ b/tests/test-commandserver.py.out	Mon Jan 27 10:57:20 2014 +0100
@@ -191,3 +191,34 @@
 5: public
  runcommand branches
 default                        1:731265503d86
+
+testing obsolete:
+
+ runcommand up null
+0 files updated, 0 files merged, 1 files removed, 0 files unresolved
+ runcommand phase -df tip
+ runcommand log --hidden
+changeset:   1:731265503d86
+tag:         tip
+user:        test
+date:        Thu Jan 01 00:00:00 1970 +0000
+summary:     .
+
+changeset:   0:eff892de26ec
+bookmark:    bm1
+bookmark:    bm2
+bookmark:    bm3
+user:        test
+date:        Thu Jan 01 00:00:00 1970 +0000
+summary:     1
+
+ runcommand log
+changeset:   0:eff892de26ec
+bookmark:    bm1
+bookmark:    bm2
+bookmark:    bm3
+tag:         tip
+user:        test
+date:        Thu Jan 01 00:00:00 1970 +0000
+summary:     1
+