Mercurial
Mercurial
>
test
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-100
-96
+96
+100
+300
+1000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Kill buggy branch
kwmap-templates
2007-01-20, by Christian Ebert
FIX: no appending of attributes to repo, back to b2cc6a8d4a18
kwmap-templates
2007-01-20, by Christian Ebert
Describe substitution mechanism in doc
kwmap-templates
2007-01-20, by Christian Ebert
Debug info, not warning, when no files configured for expansion
kwmap-templates
2007-01-20, by Christian Ebert
Cycle filename patterns only once
kwmap-templates
2007-01-18, by Christian Ebert
Get modulename via function; set kwrepo attribs via direct reference
kwmap-templates
2007-01-18, by Christian Ebert
Move all that can be done only once per repo into reposetup
kwmap-templates
2007-01-18, by Christian Ebert
Extend templater.common_filters in kwtemplater
kwmap-templates
2007-01-18, by Christian Ebert
Document reposetup; recommend loading on per-repo basis
kwmap-templates
2007-01-17, by Christian Ebert
Implement configurable exclusion of files from expansion
kwmap-templates
2007-01-16, by Christian Ebert
Only initialize kwtemplater in kwfilelog if needed
kwmap-templates
2007-01-16, by Christian Ebert
Use full power of util.matcher for kwfmatches()
kwmap-templates
2007-01-16, by Christian Ebert
Simply dict() keywordmaps configitems
kwmap-templates
2007-01-16, by Christian Ebert
Emergency brake against multiline expansion
kwmap-templates
2007-01-16, by Christian Ebert
More doc, link to KeywordPlan
kwmap-templates
2007-01-16, by Christian Ebert
No need to read changelog in show(); node mandatory arg for expand()
kwmap-templates
2007-01-15, by Christian Ebert
Just re-bin the node kwarg of the hook, instead of using changelog
kwmap-templates
2007-01-15, by Christian Ebert
Same as for hardcoded branch: omit hooktype test, return w/o explicit value
kwmap-templates
2007-01-15, by Christian Ebert
Omit hook test; return w/o explicit value (==False)
self_initializing_hook
2007-01-15, by Christian Ebert
No clumsy setting of node in kwfilelog.add, pass as kwarg
kwmap-templates
2007-01-14, by Christian Ebert
Expansion entirely in kwfilectx.expand()
self_initializing_hook
2007-01-14, by Christian Ebert
Implement custom keyword map templates in hgrc
kwmap-templates
2007-01-14, by Christian Ebert
Indentation cosmetics
self_initializing_hook
2007-01-14, by Christian Ebert
Clean keyword arg assignment in kwfilelog.add; rename utc() to utcdate()
self_initializing_hook
2007-01-13, by Christian Ebert
Init context.filectx only once per file with class kwfilectx
self_initializing_hook
2007-01-12, by Christian Ebert
Added tag very_cvs for changeset 2e930f842242
self_initializing_hook
2007-01-12, by Christian Ebert
Very CVS-like format
self_initializing_hook
2007-01-12, by Christian Ebert
Functions instead of variables in kwexpand()
self_initializing_hook
2007-01-12, by Christian Ebert
Module detection cleaner and more reliable
self_initializing_hook
2007-01-11, by Christian Ebert
Only extend sys.path if needed
self_initializing_hook
2007-01-11, by Christian Ebert
Discard head of modular branch
self_initializing_hook
2007-01-10, by Christian Ebert
Discard head of decodefilter branch
self_initializing_hook
2007-01-10, by Christian Ebert
Make pretxncommit hook work even if extension not in hgext folder
self_initializing_hook
2007-01-10, by Christian Ebert
Cosmetics: var name kwfmatchers, remove some line continuations
self_initializing_hook
2007-01-09, by Christian Ebert
Add keyword; comment backwards compatible import
self_initializing_hook
2007-01-08, by Christian Ebert
Implement self initializing pretxncommit hook
self_initializing_hook
2007-01-08, by Christian Ebert
Fix timezone expando in doc
solo-extension
2007-01-08, by Christian Ebert
Make changes from last cset 474b415433a1 available to 0.9.3
0.9.3-compat
2007-01-08, by Christian Ebert
Unexpanded storage hopefully covered now by adding kwfilelog.add (again!)
solo-extension
2007-01-08, by Christian Ebert
Check against keyword config in kwfilelog.cmp; be silent in kwfilelog (0.9.3)
0.9.3-compat
2007-01-08, by Christian Ebert
Check against keyword config in kwfilelog.cmp too; be silent in kwfilelog
solo-extension
2007-01-08, by Christian Ebert
Keyword myself 0.9.3
0.9.3-compat
2007-01-08, by Christian Ebert
Keyword myself
solo-extension
2007-01-08, by Christian Ebert
Branch for compatibility with hg-0.9.3 release
0.9.3-compat
2007-01-08, by Christian Ebert
Fix indent in entire kwrepo.commit function
solo-extension
2007-01-08, by Christian Ebert
No keyword substitution in cmp(); no overriding of size() ATM
solo-extension
2007-01-07, by Christian Ebert
Added tag pure_extension for changeset 4c5d9635b517
solo-extension
2007-01-06, by Christian Ebert
Pure extension by inserting keyword expansion localrepo.localrepository.commit
solo-extension
2007-01-06, by Christian Ebert
Remove copyright for the moment
solo-extension
2007-01-05, by Christian Ebert
Remove kwfilelog.add() -- seems to work with current kw_re
solo-extension
2007-01-05, by Christian Ebert
Make kwfilelog.add respect filename config
solo-extension
2007-01-04, by Christian Ebert
Unify obtaining filename matchers; only debug messages
solo-extension
2007-01-04, by Christian Ebert
Imports specific to functions
solo-extension
2007-01-03, by Christian Ebert
Omit 1 implicit if-clause
solo-extension
2006-12-30, by Christian Ebert
Added tag r0.1 for changeset 1fe48bf82d05
solo-extension
2006-12-29, by Christian Ebert
Remove more internal comments
solo-extension
2006-12-29, by Christian Ebert
List supported keywords in doc
solo-extension
2006-12-29, by Christian Ebert
Only 1 all-purpose regex, compiled at load
solo-extension
2006-12-29, by Christian Ebert
lambda m: instead of kwexpander(matchobj)
solo-extension
2006-12-29, by Christian Ebert
Extract all information in kwexpand()
solo-extension
2006-12-29, by Christian Ebert
Move context.filectx into if-clause where it's actually needed
solo-extension
2006-12-29, by Christian Ebert
Use localrepository method to obtain full path
solo-extension
2006-12-29, by Christian Ebert
Cleanup comments; refer to hybridity of script in doc
solo-extension
2006-12-29, by Christian Ebert
Change location of date format comment
solo-extension
2006-12-29, by Christian Ebert
Make inheritance clearer in size() and add()
solo-extension
2006-12-29, by Christian Ebert
Reintroduce simpler kwfilelog.add(); simplify kwfilelog.read()
solo-extension
2006-12-28, by Christian Ebert
Use self._path directly instead of assigning f to context.path()
solo-extension
2006-12-28, by Christian Ebert
Override filelog's size(), cmp() as well; remove add()
solo-extension
2006-12-28, by Christian Ebert
add header and start documentation
solo-extension
2006-12-21, by Christian Ebert
Branch standalone extension, including pretxncommit hook function
solo-extension
2006-12-21, by Christian Ebert
Make keyword.py depend on resurrected kwutil.py
modular
2006-12-21, by Christian Ebert
Exclude import command too
extension
2006-12-21, by Christian Ebert
Exclude tag cmd from pretxcommit hook; exclude .hg files
extension
2006-12-21, by Christian Ebert
Added tag cvs_scheme for changeset ba000e29ecf3
extension
2006-12-20, by Christian Ebert
Implement near CVS compability with more than one keyword
extension
2006-12-20, by Christian Ebert
Make patterns stricter again, to avoid unvolontary expansions
extension
2006-12-20, by Christian Ebert
Rename "text" to "data" always as set before call to util.binary()
extension
2006-12-20, by Christian Ebert
Reflect new scheme in function docstring
extension
2006-12-19, by Christian Ebert
Remove all hgkwencode, kwexpander.py and updatekw.py
extension
2006-12-19, by Christian Ebert
Standalone version for keyword.py
extension
2006-12-19, by Christian Ebert
Change config opt "expand" to accept filename patterns
extension
2006-12-19, by Christian Ebert
Interim test version in connection with keyword.py
extension
2006-12-19, by Christian Ebert
Make keyword do my hgkeyword; use basename again
extension
2006-12-19, by Christian Ebert
Add original keyword extension by Thomas Arendsen Hain
extension
2006-12-19, by Christian Ebert
Update function descriptions
updatehook
2006-12-18, by Christian Ebert
Add TODO for walk back through file history on update
updatehook
2006-12-18, by Christian Ebert
Test for binary
updatehook
2006-12-18, by Christian Ebert
Clean up variable names; do not explicitly return False
updatehook
2006-12-17, by Christian Ebert
Do not explicitly exit False; rename node1/2 to r1/2, p1/2 to n1/2
updatehook
2006-12-17, by Christian Ebert
Do not explicitly return False at end
updatehook
2006-12-17, by Christian Ebert
Reparse cmdline to avoid expansion in uncommitted files
updatehook
2006-12-17, by Christian Ebert
Make wwritekw() and all vars local
updatehook
2006-12-17, by Christian Ebert
Throw out demandimport -- at least temporarily
updatehook
2006-12-17, by Christian Ebert
Double check encode filtered filenames
updatehook
2006-12-17, by Christian Ebert
Added tag universal_scheme for changeset 536c1797202d
updatehook
2006-12-16, by Christian Ebert
Implement $Hg$ scheme with update hook
updatehook
2006-12-16, by Christian Ebert
less
more
|
(0)
-100
-96
+96
+100
+300
+1000
tip