/[drupal]/contributions/modules/versioncontrol_hg/README.txt
ViewVC logotype

Log of /contributions/modules/versioncontrol_hg/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Feb 3 03:53:33 2008 UTC (21 months, 3 weeks ago) by ezyang
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-RC1, HEAD
Changes since 1.16: +21 -0 lines
Diff to previous 1.16
Add note on commit scripts.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Feb 3 03:36:49 2008 UTC (21 months, 3 weeks ago) by ezyang
Branch: MAIN
Changes since 1.15: +1 -9 lines
Diff to previous 1.15
Add warning about versioncontrol_hg_get_current_item_tag()

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Feb 3 03:24:35 2008 UTC (21 months, 3 weeks ago) by ezyang
Branch: MAIN
Changes since 1.14: +15 -2 lines
Diff to previous 1.14
Add tags implementation and logging
- Added _hg_parse_hgtags()
- Give hg_tags a primary key tag_id

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Feb 3 00:44:39 2008 UTC (21 months, 3 weeks ago) by ezyang
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
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.13 - (view) (download) (annotate) - [select for diffs]
Sun Feb 3 00:23:29 2008 UTC (21 months, 3 weeks ago) by ezyang
Branch: MAIN
Changes since 1.12: +7 -7 lines
Diff to previous 1.12
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.12 - (view) (download) (annotate) - [select for diffs]
Sat Feb 2 22:54:59 2008 UTC (21 months, 3 weeks ago) by ezyang
Branch: MAIN
Changes since 1.11: +11 -18 lines
Diff to previous 1.11
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.11 - (view) (download) (annotate) - [select for diffs]
Sat Feb 2 06:15:17 2008 UTC (21 months, 3 weeks ago) by ezyang
Branch: MAIN
Changes since 1.10: +5 -1 lines
Diff to previous 1.10
More commit log problems.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Feb 2 06:12:49 2008 UTC (21 months, 3 weeks ago) by ezyang
Branch: MAIN
Changes since 1.9: +6 -1 lines
Diff to previous 1.9
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.9 - (view) (download) (annotate) - [select for diffs]
Sat Feb 2 04:32:57 2008 UTC (21 months, 3 weeks ago) by ezyang
Branch: MAIN
Changes since 1.8: +2 -0 lines
Diff to previous 1.8
Add db/ directory with *.sql and *.dbquery files

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Feb 1 04:37:43 2008 UTC (21 months, 3 weeks ago) by ezyang
Branch: MAIN
Changes since 1.7: +81 -76 lines
Diff to previous 1.7
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.7 - (view) (download) (annotate) - [select for diffs]
Thu Jan 31 04:57:55 2008 UTC (21 months, 4 weeks ago) by ezyang
Branch: MAIN
Changes since 1.6: +2 -0 lines
Diff to previous 1.6
Add info on DB normalization.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jan 31 04:56:27 2008 UTC (21 months, 4 weeks ago) by ezyang
Branch: MAIN
Changes since 1.5: +69 -0 lines
Diff to previous 1.5
Complete log update code! We now have a "working" demo.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jan 30 03:18:54 2008 UTC (21 months, 4 weeks ago) by ezyang
Branch: MAIN
Changes since 1.4: +2 -0 lines
Diff to previous 1.4
Update docblocks with copyright info.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jan 30 03:11:09 2008 UTC (21 months, 4 weeks ago) by ezyang
Branch: MAIN
Changes since 1.3: +2 -8 lines
Diff to previous 1.3
Update database schema, removing `node` column in favor of `revision`

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Jan 29 04:00:07 2008 UTC (22 months ago) by ezyang
Branch: MAIN
Changes since 1.2: +55 -1 lines
Diff to previous 1.2
Initial commit of module code; install and db schema implemented
- Lots of docs in README.txt, including issues needing review
- Module only has information hook implemented

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Jan 29 01:10:48 2008 UTC (22 months ago) by ezyang
Branch: MAIN
Changes since 1.1: +0 -13 lines
Diff to previous 1.1
Make lossless *really* lossless; using newlines for files and tags.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Jan 28 02:52:34 2008 UTC (22 months ago) by ezyang
Branch: MAIN
Initial commit. Currently, the module is non-existent, but there is a bit of Mercurial backend code for interfacing with the hg executable that this code may be immediately useful. See README.txt for more information.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2