tests/test-obsolete.t
changeset 17172 12fdaa30063a
parent 17171 9c750c3e4fac
child 17173 c621f84dbb35
equal deleted inserted replaced
17171:9c750c3e4fac 17172:12fdaa30063a
   194 
   194 
   195   $ hg init tmpd
   195   $ hg init tmpd
   196   $ hg -R tmpb push tmpd
   196   $ hg -R tmpb push tmpd
   197   pushing to tmpd
   197   pushing to tmpd
   198   searching for changes
   198   searching for changes
   199   abort: push includes an obsolete changeset: cdbce2fbb163!
   199   abort: push includes an obsolete changeset: ca819180edb9!
   200   [255]
   200   [255]
   201   $ hg -R tmpd debugobsolete
   201   $ hg -R tmpd debugobsolete
   202   $ hg -R tmpb push tmpd --rev 'not obsolete()'
   202   $ hg -R tmpb push tmpd --rev 'not obsolete()'
   203   pushing to tmpd
   203   pushing to tmpd
   204   searching for changes
   204   searching for changes
   313   o  changeset:   0:1f0dee641bb7
   313   o  changeset:   0:1f0dee641bb7
   314      user:        test
   314      user:        test
   315      date:        Thu Jan 01 00:00:00 1970 +0000
   315      date:        Thu Jan 01 00:00:00 1970 +0000
   316      summary:     add a
   316      summary:     add a
   317   
   317   
       
   318   $ hg push ../tmpc/
       
   319   pushing to ../tmpc/
       
   320   searching for changes
       
   321   abort: push includes an unstable changeset: 7878242aeece!
       
   322   [255]