tests/test-debugcommands.t
changeset 51400 e2dfa403452d
parent 51232 3551f2a1c963
child 51406 f8bf1a8e9181
--- a/tests/test-debugcommands.t	Wed Feb 14 08:14:46 2024 +0100
+++ b/tests/test-debugcommands.t	Fri Feb 23 04:26:03 2024 +0100
@@ -659,6 +659,19 @@
   .hg/cache/branch2-immutable
   .hg/cache/branch2-base
 
+Test debug::unbundle
+
+  $ hg bundle --exact --rev tip foo.hg
+  1 changesets found
+  $ hg debug::unbundle foo.hg
+  adding changesets
+  adding manifests
+  adding file changes
+  added 0 changesets with 0 changes to 1 files (no-pure !)
+  9 local changesets published (no-pure !)
+  3 local changesets published (pure !)
+  (run 'hg update' to get a working copy)
+
 Test debugcolor
 
 #if no-windows