36
36
+----------------------+------------------------------------+
37
37
| *number* | revision number |
38
38
+----------------------+------------------------------------+
39
| **revno**:*number* | revision number |
39
| **revno**:*number* | positive revision number |
40
40
+----------------------+------------------------------------+
41
41
| **last**:*number* | negative revision number |
42
42
+----------------------+------------------------------------+
43
| *guid* | globally unique revision id |
44
+----------------------+------------------------------------+
45
43
| **revid**:*guid* | globally unique revision id |
46
44
+----------------------+------------------------------------+
47
45
| **before**:*rev* | leftmost parent of ''rev'' |
48
46
+----------------------+------------------------------------+
49
| *date-value* | first entry after a given date |
50
+----------------------+------------------------------------+
51
| **date**:*date-value*| first entry after a given date |
52
+----------------------+------------------------------------+
53
| *tag-name* | revision matching a given tag |
54
+----------------------+------------------------------------+
55
| **tag**:*tag-name* | revision matching a given tag |
47
| **date**:*value* | first entry after a given date |
48
+----------------------+------------------------------------+
49
| **tag**:*value* | revision matching a given tag |
56
50
+----------------------+------------------------------------+
57
51
| **ancestor**:*path* | last merged revision from a branch |
58
52
+----------------------+------------------------------------+
89
**revid** allows specifying an internal revision ID, as shown by ``bzr
90
log --show-ids`` and some other commands.
83
**revid** allows specifying a an internal revision ID, as shown by ``bzr
84
log`` and some other commands.
100
94
''rev'' specifies the leftmost parent of ''rev'', that is the revision
101
95
that appears before ''rev'' in the revision history, or the revision that
102
was current when ''rev'' was committed.
96
was current when ''rev'' what comitted.
104
98
''rev'' can be any revision specifier and may be chained.