tests/test-commit.t
branchstable
changeset 13447 931a72e00efa
parent 13062 e1002cf9fe54
child 13899 a7cd0eee396b
equal deleted inserted replaced
13446:1e497df514e2 13447:931a72e00efa
    90 
    90 
    91   $ echo foo >> foo
    91   $ echo foo >> foo
    92   $ hg commit -d '' -m commit-no-date
    92   $ hg commit -d '' -m commit-no-date
    93   $ hg tip --template '{date|isodate}\n' | grep '1970'
    93   $ hg tip --template '{date|isodate}\n' | grep '1970'
    94   [1]
    94   [1]
       
    95 
       
    96 Make sure we do not obscure unknown requires file entries (issue2649)
       
    97 
       
    98   $ echo foo >> foo
       
    99   $ echo fake >> .hg/requires
       
   100   $ hg commit -m bla
       
   101   abort: requirement 'fake' not supported!
       
   102   [255]
       
   103 
    95   $ cd ..
   104   $ cd ..
    96 
   105 
    97 
   106 
    98 partial subdir commit test
   107 partial subdir commit test
    99 
   108