Mercurial > hg
annotate tests/test-alias.out @ 7370:7bc62ebe7693
graphlog: refactor common grapher code
Extracts the column and edge determination code into a separate function
usable on generic DAGs with at most 2 parents per node.
grapher() is very similar to graphmod.graph(). I shall look into merging
them when I try visualizing patch branches in hgweb.
Started using contexts and renamed a bunch of variables (fewer underscores).
author | Peter Arrenbrecht <peter.arrenbrecht@gmail.com> |
---|---|
date | Fri, 14 Nov 2008 13:44:10 +0100 |
parents | 8a5d8fb59ed2 |
children | a0104303f400 |
rev | line source |
---|---|
4801 | 1 % basic |
2 % unknown | |
3 *** [alias] unknown: command bargle is unknown | |
4 % ambiguous | |
5 *** [alias] ambiguous: command s is ambiguous | |
6 % recursive | |
7 *** [alias] recursive: circular dependency on recursive | |
8 adding foo | |
9 % with opts | |
5764
8a5d8fb59ed2
Backed out changeset c2a21fe60994
Matt Mackall <mpm@selenic.com>
parents:
5762
diff
changeset
|
10 C foo |