tests/test-inhibit.t
branchmercurial-3.9
changeset 2261 3e339f6717c7
parent 2248 c2817eac11e5
child 2289 61d073590fb7
equal deleted inserted replaced
2110:f1ffd093ef30 2261:3e339f6717c7
   805   abort: hidden revision '003a4735afde'!
   805   abort: hidden revision '003a4735afde'!
   806   (use --hidden to access hidden revisions)
   806   (use --hidden to access hidden revisions)
   807   [255]
   807   [255]
   808 
   808 
   809 Visible commits can still be pushed
   809 Visible commits can still be pushed
   810   $ hg push -r 71eb4f100663 $pwd/inhibit2
   810   $ hg push -fr 71eb4f100663 $pwd/inhibit2
   811   pushing to $TESTTMP/inhibit2
   811   pushing to $TESTTMP/inhibit2
   812   searching for changes
   812   searching for changes
   813   adding changesets
   813   adding changesets
   814   adding manifests
   814   adding manifests
   815   adding file changes
   815   adding file changes
   909   > evolve=!
   909   > evolve=!
   910   > EOF
   910   > EOF
   911   $ cd not-inhibit
   911   $ cd not-inhibit
   912   $ hg book -d foo
   912   $ hg book -d foo
   913   $ hg pull
   913   $ hg pull
   914   pulling from $TESTTMP/inhibit
   914   pulling from $TESTTMP/inhibit (glob)
   915   searching for changes
   915   searching for changes
   916   no changes found
   916   no changes found
   917   adding remote bookmark foo
   917   adding remote bookmark foo
   918 
   918 
   919 Test that bookmark -D can take multiple branch names
   919 Test that bookmark -D can take multiple branch names