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