Differences between revisions 5 and 6
Revision 5 as of 2009-05-19 06:15:44
Size: 1142
Comment:
Revision 6 as of 2009-05-19 19:31:00
Size: 1157
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * writing to [:MailingLists:mailing lists] and  * writing to [[MailingLists|mailing lists]] and
Line 10: Line 10:
||win32hidehg||Extension hiding the .hg directory on windows. attachment:Win32hidehg.py||
||merge --tool||option --tool for the commands merge and resolve (maybe backout), similar to {{{set HGMERGE=tool hg ...}}}, but usable with the alias extension and more, see [http://www.selenic.com/pipermail/mercurial-devel/2008-August/007401.html patch comment].||
||win32hidehg||Extension hiding the .hg directory on windows. [[attachment:Win32hidehg.py]]||
||merge --tool||option --tool for the commands merge and resolve (maybe backout), similar to {{{set HGMERGE=tool hg ...}}}, but usable with the alias extension and more, see [[http://www.selenic.com/pipermail/mercurial-devel/2008-August/007401.html|patch comment]].||
Line 21: Line 21:
[attachment:perfwalktest.sh Testscript] [[attachment:perfwalktest.sh|Testscript]]
Line 23: Line 23:
[attachment:perfdirstateresults1.txt Output]
[attachment:perfdirstatereslts1.tsv Output as Table]
[attachment:perfdirstateresults1.ods Output as OpenOffece Table]
[[attachment:perfdirstateresults1.txt|Output]]
[[attachment:perfdirstatereslts1.tsv|Output as Table]]
[[attachment:perfdirstateresults1.ods|Output as OpenOffece Table]]

In Mercurial I do my first steps in

  • using version control,
  • contributing to an open source project,
  • python programming,
  • wiki editing,
  • writing to mailing lists and

  • IRC communicating (as simohe).

Some of my unfinished ideas

win32hidehg

Extension hiding the .hg directory on windows. Win32hidehg.py

merge --tool

option --tool for the commands merge and resolve (maybe backout), similar to set HGMERGE=tool hg ..., but usable with the alias extension and more, see patch comment.

Timeing measurements for dirstate optimisation

result of executing hg perfwalk ... in hg crew repo for each patch

  • (entire repo)
  • mercurial (1 directory)
  • mercurial/dirstate.py (1 file)
  • foobar (non existing file)
  • foo/bar (non existing file)

Testscript

Output Output as Table Output as OpenOffece Table


CategoryHomepage

SimonHeimberg (last edited 2009-06-05 05:40:59 by SimonHeimberg)