Log of /contributions/modules/versioncontrol_hg/versioncontrol_hg.log.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 3 00:44:39 2008 UTC
(21 months, 3 weeks ago)
by
ezyang
Branch:
MAIN
Changes since
1.7: +143 -190 lines
Diff to
previous 1.7
Refactored log handling to handle one entry at a time
- This makes a low-memory implementation much easier
- Moved comments to the down of dbquerys, so that they can be run immediately
- Resolved branch IDs as actual branch names
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 3 00:23:29 2008 UTC
(21 months, 3 weeks ago)
by
ezyang
Branch:
MAIN
Changes since
1.6: +55 -11 lines
Diff to
previous 1.6
Implemented branch logging
- Fixed a very subtle bug involving parent branch IDs that would cause them to fail
for all branch IDs 10 or greater
- Update flush to cleanup branches and operations tables
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 2 22:54:59 2008 UTC
(21 months, 3 weeks ago)
by
ezyang
Branch:
MAIN
Changes since
1.5: +3 -2 lines
Diff to
previous 1.5
Housekeeping before I tackle tag/branch logging
- Implement all required functions except get tag for items
- Add missing trailing newline
- Remove redundant docblocks
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 2 06:12:49 2008 UTC
(21 months, 3 weeks ago)
by
ezyang
Branch:
MAIN
Changes since
1.4: +8 -2 lines
Diff to
previous 1.4
Bug fixes for deletions, continue on branch and merges:
- Fixed bug in which file is contained in file_adds but not files during merge
- Enable source searching to look past branches to find the original source item. This only happens in rare occasions, so the inefficiency is ok.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 1 04:37:43 2008 UTC
(21 months, 3 weeks ago)
by
ezyang
Branch:
MAIN
Changes since
1.3: +43 -49 lines
Diff to
previous 1.3
Cleanup code, implement source items
- Bug with branches fixed
- README.txt reorganized with new information, db schema relegated exclusively to .install
- Make some fairly major db schema revisions to reflect Mercurial's structure
- Remove improper array keys; parse commits and the commit hook now work well together
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 30 21:38:07 2008 UTC
(21 months, 3 weeks ago)
by
ezyang
Branch:
MAIN
Changes since
1.1: +81 -18 lines
Diff to
previous 1.1
Fix bug in log parsing, add versioncontrol specific parsing
- branches and parents are not lists of strings
- Fix some race conditions in hg_* tests
- Implement _versioncontrol_hg_log_preprocess() w/ tests
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 30 05:06:22 2008 UTC
(21 months, 3 weeks ago)
by
ezyang
Branch:
MAIN
Begin implementation of log update code.
- Modify hg_repository, dropping unnecessary columns and adding latest_rev
- Implemented cron
- Implemented skeleton for log update, gut functions are missing, so the function has been dud-ified.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.