tests/test-strip.t
branchstable
changeset 19951 d51c4d85ec23
parent 19827 8b9c73ddeec1
child 20117 aa9385f983fa
equal deleted inserted replaced
19950:cce7ab960312 19951:d51c4d85ec23
   384 
   384 
   385 applied patches after stripping ancestor of queue
   385 applied patches after stripping ancestor of queue
   386 
   386 
   387   $ hg qapplied
   387   $ hg qapplied
   388 
   388 
   389 Verify strip protects against stripping wc parent when there are uncommited mods
   389 Verify strip protects against stripping wc parent when there are uncommitted mods
   390 
   390 
   391   $ echo b > b
   391   $ echo b > b
   392   $ hg add b
   392   $ hg add b
   393   $ hg ci -m 'b'
   393   $ hg ci -m 'b'
   394   $ hg log --graph
   394   $ hg log --graph