tests/test-push.t
changeset 42897 d7304434390f
parent 39489 f1186c292d03
child 43163 5617b748aad8
--- a/tests/test-push.t	Sun Sep 08 01:02:34 2019 +0200
+++ b/tests/test-push.t	Sun Sep 08 09:42:53 2019 +0200
@@ -287,9 +287,9 @@
   adding changesets
   adding manifests
   adding file changes
-  added 1 changesets with 1 changes to 1 files
   lock:  user *, process * (*s) (glob)
   wlock: free
+  added 1 changesets with 1 changes to 1 files
 
   $ hg --cwd 1 --config extensions.strip= strip tip -q
   $ hg --cwd 2 --config extensions.strip= strip tip -q
@@ -299,9 +299,9 @@
   adding changesets
   adding manifests
   adding file changes
-  added 1 changesets with 1 changes to 1 files
   lock:  user *, process * (*s) (glob)
   wlock: user *, process * (*s) (glob)
+  added 1 changesets with 1 changes to 1 files
 
 Test bare push with multiple race checking options
 --------------------------------------------------