reviewboard: add new output in Mercurial 4.4 (bug 1413628); r?glob draft
authorGregory Szorc <gps@mozilla.com>
Wed, 01 Nov 2017 19:29:55 -0700
changeset 11785 a82669fe236fedbcc829a23eb5b0bd3004ad11b8
parent 11784 bc9e848e5282d511eeec1c35a30a0a8961837271
child 11786 0531b5b87f4145c3edd2784a0597c4b20551b089
push id1816
push usergszorc@mozilla.com
push dateThu, 02 Nov 2017 19:46:54 +0000
reviewersglob
bugs1413628
reviewboard: add new output in Mercurial 4.4 (bug 1413628); r?glob Mercurial 4.4 will print this message. Add it as optional output. MozReview-Commit-ID: LFDWPKDmW3O
hgext/reviewboard/tests/test-push-http.t
--- a/hgext/reviewboard/tests/test-push-http.t
+++ b/hgext/reviewboard/tests/test-push-http.t
@@ -63,16 +63,17 @@ hg pull does not require authentication
 
   $ hg pull ${MERCURIAL_URL}test-repo
   pulling from http://$DOCKER_HOSTNAME:$HGPORT/test-repo
   requesting all changes
   adding changesets
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
+  new changesets 96ee1d7354c4 (?)
   (run 'hg update' to get a working copy)
   $ hg up -r tip
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
 
 Issuing a POST to the Mercurial server requires authentication
 
   $ http --method POST --request-header 'Content-Type: text/plain' ${MERCURIAL_URL}test-repo/json-pushes
   401