tests/test-log.t
changeset 24180 d8e0c591781c
parent 24064 c260887cdbcd
child 24189 8b4b9ee6001a
equal deleted inserted replaced
24179:14d647d25c70 24180:d8e0c591781c
  1657   $ hg log -f d -T '{desc}' -G
  1657   $ hg log -f d -T '{desc}' -G
  1658   @  c
  1658   @  c
  1659   |
  1659   |
  1660   o  a
  1660   o  a
  1661   
  1661   
  1662 Ensure that largefiles doesn't intefere with following a normal file
  1662 Ensure that largefiles doesn't interfere with following a normal file
  1663   $ hg  --config extensions.largefiles= log -f d -T '{desc}' -G
  1663   $ hg  --config extensions.largefiles= log -f d -T '{desc}' -G
  1664   @  c
  1664   @  c
  1665   |
  1665   |
  1666   o  a
  1666   o  a
  1667   
  1667