Mercurial
Mercurial
>
test
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-256
+256
+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.
test: use grep instead of grep -F
2007-10-05, by Christian Ebert
Test if debug flag influences expansion
2007-10-05, by Christian Ebert
Turn off debug while expanding
2007-10-05, by Christian Ebert
Map re.escape
2007-10-04, by Christian Ebert
List comprehension instead of loop to create ui template dictionary
2007-10-04, by Christian Ebert
String format keyword pattern before compilation
2007-10-04, by Christian Ebert
Ignore errors when removing temp dir in kwdemo
2007-10-03, by Christian Ebert
Reduce verbosity of kwexpand/kwshrink
2007-09-23, by Christian Ebert
Make kwfilelog.cmp test reliable
2007-09-21, by Christian Ebert
Use revlog.cmp to avoid checking for rename twice
2007-09-21, by Christian Ebert
Test kwfiles command
2007-09-20, by Christian Ebert
New command "kwfiles" prints files configured for expansion
2007-09-20, by Christian Ebert
Always exclude .hgtags only
2007-09-20, by Christian Ebert
Use Mercurial's getcwd()
2007-09-20, by Christian Ebert
Set boolean mandatory arguments directly and comment them
2007-09-18, by Christian Ebert
Avoid calling kwfmatcher twice (kwtemplater.overwrite, kwrepo.file) when overwriting
2007-09-18, by Christian Ebert
Test kwshrink w/ argument while not in top level directory
2007-09-14, by Christian Ebert
Arguments to kwshrink/expand must be filtered thru canonpath
2007-09-14, by Christian Ebert
Rename README.txt to README
2007-09-03, by Christian Ebert
Move version code into setup.py
2007-09-02, by Christian Ebert
Document revisions of interface changes
2007-09-02, by Christian Ebert
Catch TypeError in repo.wwrite for Mercurial rev 656e06eebda7
2007-09-02, by Christian Ebert
Compatible repo.dirstate.normal/update into own function
2007-09-02, by Christian Ebert
Compatible repo.wwrite into own function
2007-09-02, by Christian Ebert
Compatible changeset_templater in own function
2007-09-02, by Christian Ebert
Improve doc of kwfilelog.read
2007-08-30, by Christian Ebert
Keep names of inherited commands
2007-08-25, by Christian Ebert
Move backwards compatible commit fork into private kwrepo function
2007-08-21, by Christian Ebert
Remove spurious NameError checking for locks
2007-08-21, by Christian Ebert
Clean up backwards compatibility
2007-08-20, by Christian Ebert
cmdutil.parse moves to dispatch._parse; use fancyopts bugfix
2007-08-16, by Christian Ebert
Removed files are detected by _weedcandidates, no need for status call
2007-08-14, by Christian Ebert
Document revision that fixed fancyopts
2007-08-14, by Christian Ebert
Test "hg diff --rev", update _getcmd comment (backwards compatibility)
2007-08-11, by Christian Ebert
Test that pattern does not span more than 1 line
2007-08-09, by Christian Ebert
Shorten template setup
2007-08-09, by Christian Ebert
ui inheritance does not need to be fiddled with anymore
2007-08-09, by Christian Ebert
Include MANIFEST.in in dist; hgignore MANIFEST
2007-07-30, by Christian Ebert
setup: add url, reformat
2007-07-30, by Christian Ebert
test: use grep -v instead of sed to delete lines
2007-07-30, by Christian Ebert
try for dirstate.update instead of hasattr
2007-07-27, by Christian Ebert
Stricter regex; regroup kwtemplater init code
2007-07-26, by Christian Ebert
Test remove
2007-07-24, by Christian Ebert
Add forgotten status for touch copy test
2007-07-24, by Christian Ebert
Weed out removed and links using manifest
2007-07-24, by Christian Ebert
hgignore build directory
2007-07-24, by Christian Ebert
help: no need for kwexpand after import, but after config change
2007-07-23, by Christian Ebert
kwdemo fixes and tweaks
2007-07-23, by Christian Ebert
Adapt to recent changes in Hg (locks handling, dirstate.update gone)
2007-07-22, by Christian Ebert
Show extension in kwdemo; flag helpers; rephrase doc
2007-07-21, by Christian Ebert
Make more args mandatory; flag keywordmatcher as helper
2007-07-21, by Christian Ebert
Treat wlock the recommended way
2007-07-20, by Christian Ebert
kwdemo: clear up repo, ui inheritance; show commit log in debug output
2007-07-20, by Christian Ebert
Add grep, init to nokwcommands; make variables, getcmd local
2007-07-20, by Christian Ebert
Clean up logic and messages for overwrite
2007-07-19, by Christian Ebert
Make test more adaptive to different Hg versions
2007-07-19, by Christian Ebert
Make sure there are no newlines in expansion
2007-07-19, by Christian Ebert
Removed tag archive
2007-07-18, by Christian Ebert
Removed tag nohook
2007-07-18, by Christian Ebert
Removed tag hgkw_standalone_setup
2007-07-18, by Christian Ebert
Removed tag very_cvs
2007-07-18, by Christian Ebert
Removed tag r0.1
2007-07-18, by Christian Ebert
Removed tag cvs_scheme
2007-07-18, by Christian Ebert
Removed tag universal_scheme
2007-07-18, by Christian Ebert
Discard kwmap-templates branch; keep only early forked off default
2007-07-18, by Christian Ebert
Discard self_initializing_hook branch
kwmap-templates
2007-07-18, by Christian Ebert
Add MANIFEST.in
kwmap-templates
2007-07-18, by Christian Ebert
Add README
kwmap-templates
2007-07-18, by Christian Ebert
Add backwards compatible test-suite
kwmap-templates
2007-07-18, by Christian Ebert
Catch an AttributeError in wwrite triggered by older Hg versions
kwmap-templates
2007-07-18, by Christian Ebert
kwdemo accepts maps as arguments, reads from optional rcfile
kwmap-templates
2007-07-18, by Christian Ebert
Avoid global vars by passing opt args to kwrepo.file
kwmap-templates
2007-07-18, by Christian Ebert
Implement kwshrink/kwexpand commands to deal with config, import issues
kwmap-templates
2007-07-17, by Christian Ebert
Set ui to repo.ui at once where needed for backwards compatibility
kwmap-templates
2007-07-17, by Christian Ebert
Use ui.note to get verbosity switch; tweak kwdemo help
kwmap-templates
2007-07-17, by Christian Ebert
Obtain filename matcher from function keywordmatcher
kwmap-templates
2007-07-17, by Christian Ebert
kwdemo is demo internally; rearrange code
kwmap-templates
2007-07-15, by Christian Ebert
Typo in kwdemo output
kwmap-templates
2007-07-15, by Christian Ebert
Fix ui inheritance for kwdemo
kwmap-templates
2007-07-15, by Christian Ebert
Add kwdemo command as online config help
kwmap-templates
2007-07-15, by Christian Ebert
wwread and wwrite methods for expansion in working dir
kwmap-templates
2007-07-14, by Christian Ebert
Cosmetic changes for overwrite condition, single quotes
kwmap-templates
2007-07-13, by Christian Ebert
Change ui inheritance to stay compatible with recent Hg
kwmap-templates
2007-07-13, by Christian Ebert
Handle rename and copy properly
kwmap-templates
2007-07-13, by Christian Ebert
filectx does not need filelog; more nokwcommands
kwmap-templates
2007-06-29, by Christian Ebert
Revert to kwrepo methods (self) inside class kwrepo
kwmap-templates
2007-06-29, by Christian Ebert
Pass filelog, not kwfilelog, to kwtemplater.expand/context.filectx
kwmap-templates
2007-06-28, by Christian Ebert
More nokwcommands: add, remove, addremove
kwmap-templates
2007-06-28, by Christian Ebert
Remove unused path attribute from kwfilelog
kwmap-templates
2007-06-28, by Christian Ebert
Reduce use of kwrepo methods
kwmap-templates
2007-06-27, by Christian Ebert
reverse logic for detection of excluding commands
kwmap-templates
2007-06-27, by Christian Ebert
Obey Mercurial line continuation convention
kwmap-templates
2007-06-20, by Christian Ebert
Remove obsolete archive mode from __doc__
kwmap-templates
2007-06-20, by Christian Ebert
Confine activation to specific commands; drop broken archive configuration
kwmap-templates
2007-06-18, by Christian Ebert
Move findcmd switch to imports
kwmap-templates
2007-06-15, by Christian Ebert
findcmd might be in cmdutil or commands, depending on hg version
kwmap-templates
2007-06-12, by Christian Ebert
No need for archivemode as variable
kwmap-templates
2007-06-08, by Christian Ebert
Make path, node kwtemplater attribs
kwmap-templates
2007-04-20, by Christian Ebert
Simplify backward compatible import
kwmap-templates
2007-04-20, by Christian Ebert
kwfmatcher first check for commit
kwmap-templates
2007-03-30, by Christian Ebert
Incorporate changes in self_initializing_hook branch
self_initializing_hook
2007-03-30, by Christian Ebert
Omit keyword argument for filelog __init__
kwmap-templates
2007-03-24, by Christian Ebert
Work around missing link support in older Hg versions
kwmap-templates
2007-03-22, by Christian Ebert
Remove tests as they do not work in standalone module
kwmap-templates
2007-03-07, by Christian Ebert
Make keyword extension compatible with python2.3
kwmap-templates
2007-03-07, by Thomas Arendsen Hein
keyword: remove a comment line in help
kwmap-templates
2007-03-01, by Christian Ebert
Extend test for archive mode
kwmap-templates
2007-02-24, by Christian Ebert
Added tag archive for changeset 0c8b7e5c25a6
kwmap-templates
2007-02-24, by Christian Ebert
Implement archive mode by configuration
kwmap-templates
2007-02-24, by Christian Ebert
Extend test for symlink
kwmap-templates
2007-02-21, by Christian Ebert
Try making help more concise, include warning about "hg import"
kwmap-templates
2007-02-18, by Christian Ebert
Move config examples into help
kwmap-templates
2007-02-15, by Christian Ebert
Wrap entire commit in wlock
kwmap-templates
2007-02-15, by Christian Ebert
Move kwfilelog out of reposetup; only use kwfilelog if file matches
kwmap-templates
2007-02-14, by Christian Ebert
Add wlock during overwrite
kwmap-templates
2007-02-14, by Christian Ebert
commit: weed out removed w/o recurring to os.path, weed out symlinks
kwmap-templates
2007-02-14, by Christian Ebert
Remove extra if-condition for kwtemplater setup in kwfilelog
kwmap-templates
2007-02-13, by Christian Ebert
FIX: make repo keyword arg to kwfilelog
kwmap-templates
2007-02-12, by Christian Ebert
Move context into kwtemplater.expand
kwmap-templates
2007-02-12, by Christian Ebert
Overwrite files inside kwtemplater method
kwmap-templates
2007-02-11, by Christian Ebert
Check repo attrib kwfmatcher in kwfilelog init
kwmap-templates
2007-02-09, by Christian Ebert
Parse templates at kwtemplater init for less overhead in matchfunction
kwmap-templates
2007-02-09, by Christian Ebert
Standalone compatibility fixes: demandload, changeset_templater
kwmap-templates
2007-02-09, by Christian Ebert
2 expand methods including binary check in kwtemplater
kwmap-templates
2007-02-09, by Christian Ebert
Keyword substitution removal into kwtemplater
kwmap-templates
2007-02-09, by Christian Ebert
Merge in dangling head of first commit wrapper attempt
kwmap-templates
2007-02-08, by Christian Ebert
Check dirstate after commits in test
kwmap-templates
2007-02-08, by Christian Ebert
Added tag nohook for changeset 15e8cd7f5295
kwmap-templates
2007-02-08, by Christian Ebert
Wrap commit instead of calling pretxncommit hook
kwmap-templates
2007-02-08, by Christian Ebert
Remove spurious spaces at EOL
kwmap-templates
2007-02-08, by Christian Ebert
Discard 0.9.3-compat branch
kwmap-templates
2007-02-08, by Christian Ebert
"or" for "if" in getmodulename; shorter comment on backwards compatibiliy
kwmap-templates
2007-02-08, by Christian Ebert
Added tag hgkw_standalone_setup for changeset 99dc49c5bcfb
kwmap-templates
2007-02-08, by Christian Ebert
Setup standalone module install, version tracking
kwmap-templates
2007-02-08, by Christian Ebert
Make all ui config and kwfmatcher a local repo attribute
kwmap-templates
2007-02-07, by Christian Ebert
No reposetup when no filenames are specified for expansion
kwmap-templates
2007-01-26, by Christian Ebert
Add test
kwmap-templates
2007-01-23, by Christian Ebert
Add licence (again)
kwmap-templates
2007-01-23, by Christian Ebert
Put .hg* files in exclusion list at declaration
kwmap-templates
2007-01-23, by Christian Ebert
Prepare test: split doc into help and comment
kwmap-templates
2007-01-21, by Christian Ebert
Be silent if no filenames are configured for expansion
kwmap-templates
2007-01-20, by Christian Ebert
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
Simplify for $Hg$ expansion scheme
updatehook
2006-12-16, by Christian Ebert
Use the "parent1|2" kwargs to detect file state
updatehook
2006-12-16, by Christian Ebert
Simplify filter pattern for $Hg$ scheme
updatehook
2006-12-16, by Christian Ebert
Start universal $Hg$ keyword expansion
updatehook
2006-12-16, by Christian Ebert
Rename parent1 to p
decodefilter
2006-12-15, by Christian Ebert
Rename lr variable to repo
decodefilter
2006-12-15, by Christian Ebert
Adapt to filename instead of basename style
decodefilter
2006-12-14, by Christian Ebert
Short "f" for "filename" iteration variable
decodefilter
2006-12-14, by Christian Ebert
Added tag filename for changeset 56a61a5c696d
decodefilter
2006-12-14, by Christian Ebert
Switch to complete filename in first keyword field
decodefilter
2006-12-14, by Christian Ebert
Use localrepository's wjoin() to obtain absolute path
decodefilter
2006-12-14, by Christian Ebert
Use wfile instead of wopener; read and write string not binary
decodefilter
2006-12-14, by Christian Ebert
FIX: range of status selection; copyfile using absolute path
decodefilter
2006-12-14, by Christian Ebert
Add pretxnkw module for updatehook branch
updatehook
2006-12-14, by Christian Ebert
Add pretxnkw module for commits
decodefilter
2006-12-14, by Christian Ebert
updatehook branch: add kwexpander and updatekw modules
updatehook
2006-12-14, by Christian Ebert
decodefilter branch: add decode filter with kwutil module
decodefilter
2006-12-14, by Christian Ebert
Make pattern compilation local to function
2006-12-14, by Christian Ebert
Shorten variable and function names
2006-12-12, by Christian Ebert
less
more
|
(0)
-256
+256
+1000
tip