tests/test-keyword
branch0.9.2compat
changeset 489 f3514954d3c6
parent 486 a6f4e1367978
child 638 439e096ce144
equal deleted inserted replaced
486:a6f4e1367978 489:f3514954d3c6
    62 #hg --debug commit
    62 #hg --debug commit
    63 #echo % status
    63 #echo % status
    64 #hg status
    64 #hg status
    65 
    65 
    66 echo % commit
    66 echo % commit
    67 hg --debug commit -mab -d '0 0' -u 'User Name <user@example.com>'
    67 hg --debug commit -mab -d '0 0' -u 'User Name <user@example.com>' \
       
    68     | grep -v '^committed changeset'
    68 echo % status
    69 echo % status
    69 hg status
    70 hg status
    70 echo % identify
    71 echo % identify
    71 hg debugrebuildstate
    72 hg debugrebuildstate
    72 hg --quiet identify
    73 hg --quiet identify
   137 
   138 
   138 echo % kwfiles added
   139 echo % kwfiles added
   139 hg kwfiles
   140 hg kwfiles
   140 
   141 
   141 echo % commit
   142 echo % commit
   142 hg --debug commit -ma2c -d '1 0' -u 'User Name <user@example.com>'
   143 hg --debug commit -ma2c -d '1 0' -u 'User Name <user@example.com>' \
       
   144     | grep -v '^committed changeset'
   143 echo % cat a c
   145 echo % cat a c
   144 cat a c
   146 cat a c
   145 echo % touch copied c after 1 second
   147 echo % touch copied c after 1 second
   146 sleep 1
   148 sleep 1
   147 touch c
   149 touch c
   186 #hg commit
   188 #hg commit
   187 #echo % status
   189 #echo % status
   188 #hg status
   190 #hg status
   189 
   191 
   190 echo % commit
   192 echo % commit
   191 hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>'
   193 hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>' \
       
   194     | grep -v '^committed changeset'
   192 rm log
   195 rm log
   193 echo % status
   196 echo % status
   194 hg status
   197 hg status
   195 echo % verify
   198 echo % verify
   196 hg verify
   199 hg verify
   204 hg annotate a
   207 hg annotate a
   205 
   208 
   206 echo % remove
   209 echo % remove
   207 hg debugrebuildstate
   210 hg debugrebuildstate
   208 hg remove a
   211 hg remove a
   209 hg --debug commit -m rma
   212 hg --debug commit -m rma | grep -v '^committed changeset'
   210 echo % status
   213 echo % status
   211 hg status
   214 hg status
   212 echo % rollback
   215 echo % rollback
   213 hg rollback
   216 hg rollback
   214 echo % status
   217 echo % status
   255 echo % kwexpand a
   258 echo % kwexpand a
   256 hg --verbose kwexpand a
   259 hg --verbose kwexpand a
   257 echo % kwexpand x/a should abort
   260 echo % kwexpand x/a should abort
   258 hg --verbose kwexpand x/a
   261 hg --verbose kwexpand x/a
   259 cd x
   262 cd x
   260 hg --debug commit -m xa -d '3 0' -u 'User Name <user@example.com>'
   263 hg --debug commit -m xa -d '3 0' -u 'User Name <user@example.com>' \
       
   264     | grep -v '^committed changeset'
   261 echo % cat a
   265 echo % cat a
   262 cat a
   266 cat a
   263 echo % kwshrink a inside directory x
   267 echo % kwshrink a inside directory x
   264 hg --verbose kwshrink a
   268 hg --verbose kwshrink a
   265 echo % cat a
   269 echo % cat a