mirror of
https://github.com/facebook/sapling.git
synced 2024-12-26 22:47:26 +03:00
218c83d574
Summary: In a future diff we'll be removing tags. The most prevalent tag is 'tip', which shows up in a ton of test output. Let's drop that tag first, so we can safely update the tests before we drop tags entirely. Reviewed By: xavierd Differential Revision: D18995058 fbshipit-source-id: 8c63710cd4ed567ea24e32724b8660f9006a61f1
23 lines
449 B
Plaintext
23 lines
449 B
Plaintext
running: init test1
|
|
result: 0
|
|
running: add foo
|
|
result: 0
|
|
running: commit -m commit1 -d 2000-01-01 foo
|
|
result: 0
|
|
running: commit -m commit2 -d 2000-01-02 foo
|
|
result: 0
|
|
running: log -r 0
|
|
changeset: 0:0e4634943879
|
|
user: test
|
|
date: Sat Jan 01 00:00:00 2000 +0000
|
|
summary: commit1
|
|
|
|
result: 0
|
|
running: log -r tip
|
|
changeset: 1:45589e459b2e
|
|
user: test
|
|
date: Sun Jan 02 00:00:00 2000 +0000
|
|
summary: commit2
|
|
|
|
result: 0
|