tests/test-infinitepush-bundlestore.t
changeset 37194 320b1f95f676
parent 37187 03ff17a4bf53
child 37195 3be6f435db4f
--- a/tests/test-infinitepush-bundlestore.t	Thu Feb 08 17:27:47 2018 +0530
+++ b/tests/test-infinitepush-bundlestore.t	Fri Feb 09 13:36:50 2018 +0530
@@ -369,47 +369,6 @@
   |/
   o  initialcommit public
   
-  $ hg book --list-remote scratch/*
-     scratch/anotherbranch     1de1d7d92f8965260391d0513fe8a8d5973d3042
-     scratch/mybranch          8872775dd97a750e1533dc1fbbca665644b32547
-  $ hg book --list-remote
-  abort: --list-remote requires a bookmark pattern
-  (use "hg book" to get a list of your local bookmarks)
-  [255]
-  $ hg book --config infinitepush.defaultremotepatterns=scratch/another* --list-remote
-  abort: --list-remote requires a bookmark pattern
-  (use "hg book" to get a list of your local bookmarks)
-  [255]
-  $ hg book --list-remote scratch/my
-  $ hg book --list-remote scratch/my*
-     scratch/mybranch          8872775dd97a750e1533dc1fbbca665644b32547
-  $ hg book --list-remote scratch/my* -T json
-  [
-   {
-    "bookmark": "scratch/mybranch",
-    "node": "8872775dd97a750e1533dc1fbbca665644b32547"
-   }
-  ]
-  $ cd ../repo
-  $ hg book scratch/serversidebook
-  $ hg book serversidebook
-  $ cd ../client
-  $ hg book --list-remote scratch/* -T json
-  [
-   {
-    "bookmark": "scratch/anotherbranch",
-    "node": "1de1d7d92f8965260391d0513fe8a8d5973d3042"
-   },
-   {
-    "bookmark": "scratch/mybranch",
-    "node": "8872775dd97a750e1533dc1fbbca665644b32547"
-   },
-   {
-    "bookmark": "scratch/serversidebook",
-    "node": "0000000000000000000000000000000000000000"
-   }
-  ]
-
 Push to svn server should fail
   $ hg push svn+ssh://svn.vip.facebook.com/svnroot/tfb/trunk/www -r . --to scratch/serversidebook
   abort: infinite push does not work with svn repo