tests/test-log.t
changeset 16912 6ef3107c661e
parent 16887 91e417e9f4b0
child 16922 fbeaac1bd2dc
equal deleted inserted replaced
16911:39d38f16a3f7 16912:6ef3107c661e
   329   files:       a f
   329   files:       a f
   330   description:
   330   description:
   331   a
   331   a
   332   
   332   
   333   
   333   
   334 
   334   $ cd ..
   335 
   335 
   336 log --follow tests
   336 log --follow tests
   337 
   337 
   338   $ hg init ../follow
   338   $ hg init follow
   339   $ cd ../follow
   339   $ cd follow
   340 
   340 
   341   $ echo base > base
   341   $ echo base > base
   342   $ hg ci -Ambase -d '1 0'
   342   $ hg ci -Ambase -d '1 0'
   343   adding base
   343   adding base
   344 
   344 
   611    b1 |  1 +
   611    b1 |  1 +
   612    1 files changed, 1 insertions(+), 0 deletions(-)
   612    1 files changed, 1 insertions(+), 0 deletions(-)
   613   
   613   
   614 
   614 
   615   $ cd ..
   615   $ cd ..
       
   616 
       
   617 
       
   618 User
   616 
   619 
   617   $ hg init usertest
   620   $ hg init usertest
   618   $ cd usertest
   621   $ cd usertest
   619 
   622 
   620   $ echo a > a
   623   $ echo a > a
   896   +++ b/a	Thu Jan 01 00:00:00 1970 +0000
   899   +++ b/a	Thu Jan 01 00:00:00 1970 +0000
   897   @@ -0,0 +1,1 @@
   900   @@ -0,0 +1,1 @@
   898   +a
   901   +a
   899   
   902   
   900 
   903 
   901 
   904   $ cd ../..
   902   $ cd ..
   905 
   903   $ hg init follow2
   906   $ hg init follow2
   904   $ cd follow2
   907   $ cd follow2
   905 
       
   906 
   908 
   907 # Build the following history:
   909 # Build the following history:
   908 # tip - o - x - o - x - x
   910 # tip - o - x - o - x - x
   909 #    \                 /
   911 #    \                 /
   910 #     o - o - o - x
   912 #     o - o - o - x
  1075   changeset:   4:88176d361b69
  1077   changeset:   4:88176d361b69
  1076   user:        test
  1078   user:        test
  1077   date:        Thu Jan 01 00:00:00 1970 +0000
  1079   date:        Thu Jan 01 00:00:00 1970 +0000
  1078   summary:     add foo, related
  1080   summary:     add foo, related
  1079   
  1081   
       
  1082   $ cd ..
  1080 
  1083 
  1081 Issue2383: hg log showing _less_ differences than hg diff
  1084 Issue2383: hg log showing _less_ differences than hg diff
  1082 
  1085 
  1083   $ hg init issue2383
  1086   $ hg init issue2383
  1084   $ cd issue2383
  1087   $ cd issue2383
  1151   
  1154   
  1152   $ cd ..
  1155   $ cd ..
  1153 
  1156 
  1154 'hg log -r rev fn' when last(filelog(fn)) != rev
  1157 'hg log -r rev fn' when last(filelog(fn)) != rev
  1155 
  1158 
  1156   $ hg init simplelog; cd simplelog
  1159   $ hg init simplelog
       
  1160   $ cd simplelog
  1157   $ echo f > a
  1161   $ echo f > a
  1158   $ hg ci -Am'a' -d '0 0'
  1162   $ hg ci -Am'a' -d '0 0'
  1159   adding a
  1163   adding a
  1160   $ echo f >> a
  1164   $ echo f >> a
  1161   $ hg ci -Am'a bis' -d '1 0'
  1165   $ hg ci -Am'a bis' -d '1 0'