Mercurial > hg
comparison tests/test-extdata.t @ 34459:d5c5cc767b7e
extdata: ignore ambiguous identifier as well
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 01 Oct 2017 11:56:41 +0100 |
parents | a1b89c8ad32d |
children | 153e4e05e9b3 |
comparison
equal
deleted
inserted
replaced
34458:a1b89c8ad32d | 34459:d5c5cc767b7e |
---|---|
1 $ hg init repo | 1 $ hg init repo |
2 $ cd repo | 2 $ cd repo |
3 $ for n in 0 1 2 3; do | 3 $ for n in 0 1 2 3 4 5 6 7 8 9 10 11; do |
4 > echo $n > $n | 4 > echo $n > $n |
5 > hg ci -qAm $n | 5 > hg ci -qAm $n |
6 > done | 6 > done |
7 | 7 |
8 test revset support | 8 test revset support |
20 $ cat <<'EOF' > notes.txt | 20 $ cat <<'EOF' > notes.txt |
21 > f6ed this change is great! | 21 > f6ed this change is great! |
22 > e834 this is buggy :( | 22 > e834 this is buggy :( |
23 > 0625 first post | 23 > 0625 first post |
24 > bogusnode gives no error | 24 > bogusnode gives no error |
25 > a ambiguous node gives no error | |
25 > EOF | 26 > EOF |
26 | 27 |
27 $ hg log -qr "extdata(filedata)" | 28 $ hg log -qr "extdata(filedata)" |
28 2:f6ed99a58333 | 29 2:f6ed99a58333 |
29 3:9de260b1e88e | 30 3:9de260b1e88e |