Mercurial
Mercurial
>
pydbkit
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
tests/tests.sql
changeset 21
26209e9984b2
equal
deleted
inserted
replaced
20:73f0d53fef6b
21:26209e9984b2
1
CREATE TABLE test
2
(
3
id serial NOT NULL,
4
name varchar,
5
PRIMARY KEY (id)
6
);