tests/test-keyword.t
branchstable
changeset 1043 93ced643068d
parent 1041 40554705117d
parent 1042 91e083fab1a3
child 1048 b5a5c7ce4d1d
equal deleted inserted replaced
1041:40554705117d 1043:93ced643068d
   160   do not process $Id:
   160   do not process $Id:
   161   xxx $
   161   xxx $
   162   ignore $Id$
   162   ignore $Id$
   163   a
   163   a
   164 
   164 
   165 Test hook execution
       
   166 
       
   167   $ diff a hooktest
   165   $ diff a hooktest
   168 
   166 
   169   $ cp $HGRCPATH.nohooks $HGRCPATH
   167   $ cp $HGRCPATH.nohooks $HGRCPATH
   170   $ rm hooktest
   168   $ rm hooktest
       
   169 
       
   170 hg status of kw-ignored binary file starting with '\1\n'
       
   171 
       
   172   $ printf '\1\nfoo' > i
       
   173   $ hg -q commit -Am metasep i
       
   174   $ hg status
       
   175   $ printf '\1\nbar' > i
       
   176   $ hg status
       
   177   M i
       
   178   $ hg -q commit -m "modify metasep" i
       
   179   $ hg status --rev 2:3
       
   180   M i
       
   181   $ touch empty
       
   182   $ hg -q commit -A -m "another file"
       
   183   $ hg status -A --rev 3:4 i
       
   184   C i
       
   185 
       
   186   $ hg -q strip -n 2
       
   187 
       
   188 Test hook execution
   171 
   189 
   172 bundle
   190 bundle
   173 
   191 
   174   $ hg bundle --base null ../kw.hg
   192   $ hg bundle --base null ../kw.hg
   175   2 changesets found
   193   2 changesets found