2007-09-02 Christian Ebert Document revisions of interface changes
2007-09-02 Christian Ebert Catch TypeError in repo.wwrite for Mercurial rev 656e06eebda7
2007-09-02 Christian Ebert Compatible repo.dirstate.normal/update into own function
2007-09-02 Christian Ebert Compatible repo.wwrite into own function
2007-09-02 Christian Ebert Compatible changeset_templater in own function
2007-08-30 Christian Ebert Improve doc of kwfilelog.read
2007-08-25 Christian Ebert Keep names of inherited commands
2007-08-21 Christian Ebert Move backwards compatible commit fork into private kwrepo function
2007-08-21 Christian Ebert Remove spurious NameError checking for locks
2007-08-20 Christian Ebert Clean up backwards compatibility
2007-08-16 Christian Ebert cmdutil.parse moves to dispatch._parse; use fancyopts bugfix
2007-08-14 Christian Ebert Removed files are detected by _weedcandidates, no need for status call
2007-08-14 Christian Ebert Document revision that fixed fancyopts
2007-08-11 Christian Ebert Test "hg diff --rev", update _getcmd comment (backwards compatibility)
2007-08-09 Christian Ebert Test that pattern does not span more than 1 line
2007-08-09 Christian Ebert Shorten template setup
2007-08-09 Christian Ebert ui inheritance does not need to be fiddled with anymore
2007-07-30 Christian Ebert Include MANIFEST.in in dist; hgignore MANIFEST
2007-07-30 Christian Ebert setup: add url, reformat
2007-07-30 Christian Ebert test: use grep -v instead of sed to delete lines
2007-07-27 Christian Ebert try for dirstate.update instead of hasattr
2007-07-26 Christian Ebert Stricter regex; regroup kwtemplater init code
2007-07-24 Christian Ebert Test remove
2007-07-24 Christian Ebert Add forgotten status for touch copy test
2007-07-24 Christian Ebert Weed out removed and links using manifest
2007-07-24 Christian Ebert hgignore build directory
2007-07-23 Christian Ebert help: no need for kwexpand after import, but after config change
2007-07-23 Christian Ebert kwdemo fixes and tweaks
2007-07-22 Christian Ebert Adapt to recent changes in Hg (locks handling, dirstate.update gone)
2007-07-21 Christian Ebert Show extension in kwdemo; flag helpers; rephrase doc
2007-07-21 Christian Ebert Make more args mandatory; flag keywordmatcher as helper
2007-07-20 Christian Ebert Treat wlock the recommended way
2007-07-20 Christian Ebert kwdemo: clear up repo, ui inheritance; show commit log in debug output
2007-07-20 Christian Ebert Add grep, init to nokwcommands; make variables, getcmd local
2007-07-19 Christian Ebert Clean up logic and messages for overwrite
2007-07-19 Christian Ebert Make test more adaptive to different Hg versions
2007-07-19 Christian Ebert Make sure there are no newlines in expansion
2007-07-18 Christian Ebert Removed tag archive
2007-07-18 Christian Ebert Removed tag nohook
2007-07-18 Christian Ebert Removed tag hgkw_standalone_setup
2007-07-18 Christian Ebert Removed tag very_cvs
2007-07-18 Christian Ebert Removed tag r0.1
2007-07-18 Christian Ebert Removed tag cvs_scheme
2007-07-18 Christian Ebert Removed tag universal_scheme
2007-07-18 Christian Ebert Discard kwmap-templates branch; keep only early forked off default
2007-07-18 Christian Ebert Discard self_initializing_hook branch kwmap-templates
2007-07-18 Christian Ebert Add MANIFEST.in kwmap-templates
2007-07-18 Christian Ebert Add README kwmap-templates
2007-07-18 Christian Ebert Add backwards compatible test-suite kwmap-templates
2007-07-18 Christian Ebert Catch an AttributeError in wwrite triggered by older Hg versions kwmap-templates
2007-07-18 Christian Ebert kwdemo accepts maps as arguments, reads from optional rcfile kwmap-templates
2007-07-18 Christian Ebert Avoid global vars by passing opt args to kwrepo.file kwmap-templates
2007-07-17 Christian Ebert Implement kwshrink/kwexpand commands to deal with config, import issues kwmap-templates
2007-07-17 Christian Ebert Set ui to repo.ui at once where needed for backwards compatibility kwmap-templates
2007-07-17 Christian Ebert Use ui.note to get verbosity switch; tweak kwdemo help kwmap-templates
2007-07-17 Christian Ebert Obtain filename matcher from function keywordmatcher kwmap-templates
2007-07-15 Christian Ebert kwdemo is demo internally; rearrange code kwmap-templates
2007-07-15 Christian Ebert Typo in kwdemo output kwmap-templates
2007-07-15 Christian Ebert Fix ui inheritance for kwdemo kwmap-templates
2007-07-14 Christian Ebert Add kwdemo command as online config help kwmap-templates
2007-07-14 Christian Ebert wwread and wwrite methods for expansion in working dir kwmap-templates
2007-07-13 Christian Ebert Cosmetic changes for overwrite condition, single quotes kwmap-templates
2007-07-13 Christian Ebert Change ui inheritance to stay compatible with recent Hg kwmap-templates
2007-07-13 Christian Ebert Handle rename and copy properly kwmap-templates
2007-06-29 Christian Ebert filectx does not need filelog; more nokwcommands kwmap-templates
2007-06-28 Christian Ebert Revert to kwrepo methods (self) inside class kwrepo kwmap-templates
2007-06-28 Christian Ebert Pass filelog, not kwfilelog, to kwtemplater.expand/context.filectx kwmap-templates
2007-06-28 Christian Ebert More nokwcommands: add, remove, addremove kwmap-templates
2007-06-28 Christian Ebert Remove unused path attribute from kwfilelog kwmap-templates
2007-06-27 Christian Ebert Reduce use of kwrepo methods kwmap-templates
2007-06-27 Christian Ebert reverse logic for detection of excluding commands kwmap-templates
2007-06-20 Christian Ebert Obey Mercurial line continuation convention kwmap-templates
2007-06-20 Christian Ebert Remove obsolete archive mode from __doc__ kwmap-templates
2007-06-18 Christian Ebert Confine activation to specific commands; drop broken archive configuration kwmap-templates
2007-06-15 Christian Ebert Move findcmd switch to imports kwmap-templates
2007-06-12 Christian Ebert findcmd might be in cmdutil or commands, depending on hg version kwmap-templates
2007-06-08 Christian Ebert No need for archivemode as variable kwmap-templates
2007-04-20 Christian Ebert Make path, node kwtemplater attribs kwmap-templates
2007-04-19 Christian Ebert Simplify backward compatible import kwmap-templates
2007-03-30 Christian Ebert kwfmatcher first check for commit kwmap-templates
2007-03-30 Christian Ebert Incorporate changes in self_initializing_hook branch self_initializing_hook
2007-03-24 Christian Ebert Omit keyword argument for filelog __init__ kwmap-templates
2007-03-22 Christian Ebert Work around missing link support in older Hg versions kwmap-templates
2007-03-07 Christian Ebert Remove tests as they do not work in standalone module kwmap-templates
2007-03-07 Thomas Arendsen Hein Make keyword extension compatible with python2.3 kwmap-templates
2007-03-01 Christian Ebert keyword: remove a comment line in help kwmap-templates
2007-02-24 Christian Ebert Extend test for archive mode kwmap-templates
2007-02-24 Christian Ebert Added tag archive for changeset 0c8b7e5c25a6 kwmap-templates
2007-02-24 Christian Ebert Implement archive mode by configuration kwmap-templates
2007-02-21 Christian Ebert Extend test for symlink kwmap-templates
2007-02-18 Christian Ebert Try making help more concise, include warning about "hg import" kwmap-templates
2007-02-15 Christian Ebert Move config examples into help kwmap-templates
2007-02-15 Christian Ebert Wrap entire commit in wlock kwmap-templates
2007-02-14 Christian Ebert Move kwfilelog out of reposetup; only use kwfilelog if file matches kwmap-templates
2007-02-14 Christian Ebert Add wlock during overwrite kwmap-templates
2007-02-14 Christian Ebert commit: weed out removed w/o recurring to os.path, weed out symlinks kwmap-templates
2007-02-13 Christian Ebert Remove extra if-condition for kwtemplater setup in kwfilelog kwmap-templates
2007-02-11 Christian Ebert FIX: make repo keyword arg to kwfilelog kwmap-templates
2007-02-11 Christian Ebert Move context into kwtemplater.expand kwmap-templates
2007-02-11 Christian Ebert Overwrite files inside kwtemplater method kwmap-templates
2007-02-09 Christian Ebert Check repo attrib kwfmatcher in kwfilelog init kwmap-templates
2007-02-09 Christian Ebert Parse templates at kwtemplater init for less overhead in matchfunction kwmap-templates
2007-02-09 Christian Ebert Standalone compatibility fixes: demandload, changeset_templater kwmap-templates
2007-02-09 Christian Ebert 2 expand methods including binary check in kwtemplater kwmap-templates
2007-02-09 Christian Ebert Keyword substitution removal into kwtemplater kwmap-templates
2007-02-08 Christian Ebert Merge in dangling head of first commit wrapper attempt kwmap-templates
2007-02-08 Christian Ebert Check dirstate after commits in test kwmap-templates
2007-02-08 Christian Ebert Added tag nohook for changeset 15e8cd7f5295 kwmap-templates
2007-02-08 Christian Ebert Wrap commit instead of calling pretxncommit hook kwmap-templates
2007-02-08 Christian Ebert Remove spurious spaces at EOL kwmap-templates
2007-02-08 Christian Ebert Discard 0.9.3-compat branch kwmap-templates
2007-02-08 Christian Ebert "or" for "if" in getmodulename; shorter comment on backwards compatibiliy kwmap-templates
2007-02-08 Christian Ebert Added tag hgkw_standalone_setup for changeset 99dc49c5bcfb kwmap-templates
2007-02-08 Christian Ebert Setup standalone module install, version tracking kwmap-templates
2007-02-07 Christian Ebert Make all ui config and kwfmatcher a local repo attribute kwmap-templates
2007-01-26 Christian Ebert No reposetup when no filenames are specified for expansion kwmap-templates
2007-01-23 Christian Ebert Add test kwmap-templates
2007-01-23 Christian Ebert Add licence (again) kwmap-templates
2007-01-23 Christian Ebert Put .hg* files in exclusion list at declaration kwmap-templates
2007-01-21 Christian Ebert Prepare test: split doc into help and comment kwmap-templates
(0) -120 +120 +1000 tip