tests/test-glog.t
changeset 24059 8d295ce6e488
parent 23955 8a29897d42d2
child 24064 c260887cdbcd
equal deleted inserted replaced
24058:d1fcff9400c9 24059:8d295ce6e488
  1539   $ hg init follow
  1539   $ hg init follow
  1540   $ cd follow
  1540   $ cd follow
  1541   $ testlog --follow
  1541   $ testlog --follow
  1542   []
  1542   []
  1543   []
  1543   []
       
  1544   $ testlog -rnull
       
  1545   ['null']
       
  1546   []
  1544   $ echo a > a
  1547   $ echo a > a
  1545   $ echo aa > aa
  1548   $ echo aa > aa
  1546   $ echo f > f
  1549   $ echo f > f
  1547   $ hg ci -Am "add a" a aa f
  1550   $ hg ci -Am "add a" a aa f
  1548   $ hg cp a b
  1551   $ hg cp a b