hgkw/keyword.py
2012-10-18 Christian Ebert Move commands.inferrepo for code maintenance
2012-10-16 Siddharth Agarwal commands: don't infer repo for commands like update (issue2748) stable
2012-08-10 Christian Ebert Avoid traceback caused by bogus date input (issue3344)
2012-08-15 Mads Kiilerich fix trivial spelling errors stable
2012-06-28 Christian Ebert Use ui.formatter for kwfiles output
2012-05-31 Christian Ebert Update copyleft
2012-05-31 Christian Ebert Wlock cmdutil.copy wrapper
2012-05-31 Christian Ebert Support commit --amend (issue3471)
2012-05-31 Christian Ebert Rename kwt.record attribute to kwt.postcommit
2012-05-15 Augie Fackler hgext: mark all first-party extensions as such stable
2012-05-13 Christian Ebert Intentionally ignore check-code warning about unwrapped ui message
2012-05-12 Brodie Rao cleanup: "not x in y" -> "x not in y" stable
2012-01-15 Christian Ebert Update filectx.cmp monkeypatch to handle '\1\n' at start of file
2011-11-07 Christian Ebert Backout b78cce2b1430 until a proper solution is found stable
2011-10-24 Thomas Arendsen Hein keyword: use util.realpath instead of os.path.realpath stable
2011-10-21 Christian Ebert Correct grammar in iskwfile docstring
2011-10-01 Greg Ward rollback: avoid unsafe rollback when not at tip (issue2998) stable
2011-09-14 Christian Ebert (0.9.2compat) merge with default 0.9.2compat
2011-09-14 Christian Ebert Preserve file mode when overwriting
2011-08-09 Christian Ebert Avoid x = a and b or c
2011-07-03 Christian Ebert Reuse already present working contexts for match
2011-06-18 Matt Mackall scmutil: switch match users to supplying contexts stable
2011-06-11 Patrick Mezard patch: generalize the use of patchmeta in applydiff() stable
2011-05-27 Patrick Mezard patch: use temporary files to handle intermediate copies stable
2011-05-27 Patrick Mezard patch: refactor file creation/removal detection stable
2011-05-18 Patrick Mezard patch: set desired mode when patching, not in updatedir() stable
2011-05-17 Patrick Mezard patch: extract fs access from patchfile into fsbackend stable
2011-05-13 Matt Mackall scmutil: drop aliases in cmdutil for match functions stable
2011-05-12 Martin Geisler keyword: use cmdutil.command decorator stable
2011-05-02 Dan Villiom Podlaski Christiansen prevent transient leaks of file handle by using new helper functions stable
2011-04-20 Adrian Buehlmann move canonpath from util to scmutil stable
2011-04-05 Martin Geisler keyword: convert a verbatim block to a field list stable
2011-03-14 Christian Ebert Offer additional datefilters when the extension is enabled
2011-03-14 Christian Ebert Docstrings for additional date filters
2011-03-12 Patrick Mezard templates: document missing keywords or filters stable
2011-01-23 Christian Ebert Move repo.__class__ assignment out of monkeypatch context
2011-01-23 Christian Ebert Inform user about current keywordset in kwdemo
2011-01-16 Christian Ebert Update documentation for kwshrink
2010-12-05 Christian Ebert Make kwfiles show deleted files configured for expansion
2010-12-05 Christian Ebert Colorize hg kwfiles output
2010-12-02 Christian Ebert Copy: when copied source is a symlink, follow it
2010-11-22 Christian Ebert s/config/configuration/ in help
2010-11-05 Christian Ebert Turn regexes and escaped keywords into a propertycache
2010-10-25 Christian Ebert Function to look up changectx for expansion
2010-10-25 Christian Ebert Compile regexes on demand
2010-10-25 Christian Ebert Fix regressions introduced in 9d01f9cab5e2
2010-10-14 Christian Ebert Only use expensive fctx.cmp when needed
2010-07-27 Nicolas Dumazet filectx: use ctx.size comparisons to speed up ctx.cmp stable
2010-10-12 Christian Ebert Code cleanup
2010-10-10 Christian Ebert enforce subn method via boolean switch
2010-10-10 Christian Ebert Fix weeding of expansion candidates when recording
2010-10-09 Christian Ebert Switch kwtemplater.record in kw_dorecord()
2010-10-09 Christian Ebert Specific regular expressions depending on read mode
2010-10-09 Christian Ebert disable expansion in kwfilelog.read() if file renamed in node
2010-10-09 Christian Ebert Make iskwfile() a weeding method in lieu of a boolean
2010-10-09 Christian Ebert Support copy and rename
2010-10-09 Christian Ebert Refactor kwtemplater.overwrite()
2010-10-01 Christian Ebert Use workingctx to detect modified and added files after rollback
2010-10-01 Christian Ebert Rename variable "cfiles" to "changed" for clarity
2010-09-26 Christian Ebert Support rollback by restoring expansion to previous values
2010-09-26 Christian Ebert Do not expand at all during diff
2010-09-26 Christian Ebert Restore restricted read mode value after overwriting
2010-09-23 Christian Ebert Use note admonition in help text
2010-09-10 Christian Ebert Explain file-wise expansion in help
2010-09-03 Martin Geisler diff: recurse into subrepositories with --subrepos/-S flag stable
2010-07-26 Christian Ebert Move collecting of [keyword] patterns to reposetup (issue2303)
2010-07-15 Christian Ebert Add extra datefilters in a single update call
2010-06-15 Christian Ebert Postpone manifest calculation in kwtemplater.overwrite
2010-06-06 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options stable
2010-05-31 Christian Ebert Force dirstate normal when all changes in a file are recorded
2010-06-09 Christian Ebert Pass context to kwtemplater.overwrite
2010-06-01 Christian Ebert Retrieve added and modified files from commitctx
2010-06-07 Dirkjan Ochtman move working dir/dirstate methods from localrepo to workingctx stable
2010-06-03 Christian Ebert Use context to detect uncommitted merge
2010-05-21 Christian Ebert Offer svn-like default keywordmaps
2010-05-21 Christian Ebert Add 2 svn-like date filters
2010-05-18 Martin Geisler Use our custom hg reStructuredText role some more stable
2010-05-09 Christian Ebert Support extensions using dorecord, e.g. crecord
2010-05-05 Christian Ebert Omit setting extra variable for record context
2010-05-02 Christian Ebert Simplify record switch in kwtemplater.overwrite
2010-04-26 Christian Ebert Support (q)record
2010-04-26 Christian Ebert Remove mq commands from restricted list
2010-04-22 Martin Geisler Use hg role in help strings stable
2010-04-17 Augie Fackler keyword: monkeypatch patch so that optional args can be passed as kwargs stable
2010-04-13 Christian Ebert Add forgotten comment
2010-04-12 Christian Ebert Make the templater a local variable
2010-03-16 Christian Ebert Do not bother about detecting extension path in demo
2010-04-05 Matt Mackall keywords: build a new templater to work around caching interaction stable
2010-03-17 Christian Ebert (0.9.2compat) get applicable changes from default 0.9.2compat
2010-03-16 Christian Ebert Make kwdemo less verbose
2010-03-16 Christian Ebert 1 variable name for overwriting candidates
2010-03-16 Christian Ebert Do not customize ui.note() when overwriting
2010-02-18 Christian Ebert Mark improved demo commit message for translation
2010-03-11 Christian Ebert (0.9.2compat) update copyright _and_ licence 0.9.2compat
2010-03-11 Christian Ebert Update copyright
2010-03-11 Christian Ebert Remove deprecated options
2010-03-07 Christian Ebert (0.9.2compat) upgrade kwfiles behaviour to match default wrt --unknown 0.9.2compat
2010-03-07 Christian Ebert (0.9.2compat) use status' names for readability 0.9.2compat
2010-03-07 Christian Ebert Remove spurious locks, improve handling of wlock
2010-03-07 Christian Ebert Use status' names instead of index
2010-02-17 Christian Ebert Do not postpone commit hooks
2010-02-05 Christian Ebert (0.9.2compat) fix utcdate filter 0.9.2compat
2010-02-05 Christian Ebert Fix utcdate filter stable
2010-01-20 Matt Mackall Update license to GPLv2+ stable
2009-12-24 Christian Ebert (0.9.2compat) load extensions with "ext =" 0.9.2compat
2009-12-24 Christian Ebert (0.9.2compat) do not monkeypatch diff in restricted mode; transplant restricted 0.9.2compat
2009-12-23 Christian Ebert Go into restricted mode when transplanting
2009-12-23 Christian Ebert Do not monkeypatch diff when in restricted mode
2009-11-27 timeless keyword: clarify object of backwards compatibility stable
2009-11-28 Christian Ebert (0.9.2compat) add correct $RCSfile$ default keyword; sort kwdemo output 0.9.2compat
2009-11-26 Christian Ebert The CVS keyword is $RCSfile$, not $RCSFile$
2009-11-26 Martin Geisler keyword: sort demo output to ensure deterministic output stable
2009-10-19 Christian Ebert (0.9.2compat) update wiki url 0.9.2compat
2009-06-24 Dirkjan Ochtman change wiki/bts URLs to point to new hostname stable
2009-10-01 Christian Ebert Uppercase short option for kwfiles --all, like hg status -A
2009-10-01 Christian Ebert Make kwfiles -u show untracked files only (like status)
2009-10-01 Christian Ebert Make kwfiles --all show unknown files too
2009-10-01 Christian Ebert kwfiles --unknown instead of --untracked
2009-09-19 Christian Ebert (0.9.2compat) do not mark debug message for translation 0.9.2compat
2009-09-18 Martin Geisler do not attempt to translate ui.debug output stable
2009-08-05 Christian Ebert (0.9.2compat) update and rewrap documentation 0.9.2compat
2009-08-05 Christian Ebert (0.9.2compat) prefer util.datestr over time module import 0.9.2compat
2009-08-05 Christian Ebert Use util.datestr for utcdate filter, make it accessable in variable
2009-08-05 Christian Ebert Reference templating help, add utcdate filter example
2009-07-26 Christian Ebert Refactor kwdemo and make output translatable
2009-08-03 Christian Ebert Update copyright
2009-08-03 Christian Ebert (0.9.2compat) update copyright 0.9.2compat
2009-07-25 Martin Geisler keyword: wrap docstrings at 70 characters stable
2009-07-16 Martin Geisler commands: use minirst parser when displaying help stable
2009-07-23 Christian Ebert (0.9.2compat) argument to "kwdemo --rcfile" must be string (bugfix) 0.9.2compat
2009-07-23 Christian Ebert Argument to "kwdemo --rcfile" must be string (bugfix)
2009-07-22 Christian Ebert Reformat kwfiles help for minirst parser
2009-07-10 Christian Ebert (0.9.2compat) empty string as default value for hgcmd 0.9.2compat
2009-07-10 Christian Ebert (0.9.2compat) use all caps NOTE: in help string 0.9.2compat
2009-07-09 Martin Geisler keyword: use all caps for 'note:' in help string stable
2009-07-09 Christian Ebert (0.9.2compat) prefer self.func over repo.func in kwrepo 0.9.2compat
2009-07-09 Christian Ebert Eliminate potential reference cycles from kwrepo
2009-07-08 Christian Ebert (0.9.2compat) kwdemo: get rid of subfunction and ease translation 0.9.2compat
2009-07-07 Christian Ebert Collect kwmaps using a generator expression
2009-07-08 Christian Ebert (0.9.2compat) warp docstrings at 78 chars 0.9.2compat
2009-07-07 Martin Geisler keyword: wrapped docstrings at 78 characters stable
2009-07-04 Christian Ebert Remove unused import
2009-06-29 Christian Ebert Break overlong line
2009-07-01 Christian Ebert Make repo.commit use a custom commitctx wrapper
2009-06-29 Christian Ebert (0.9.2compat) lowercase status flags of untracked files in kwfile output 0.9.2compat
2009-06-29 Christian Ebert Improve help for kwfiles
2009-06-29 Christian Ebert Lowercase status flags of untracked files in kwfile output
2009-06-27 Christian Ebert Merge with stable
2009-06-27 Christian Ebert (0.9.2compat) improve help for kwfiles 0.9.2compat
2009-06-27 Christian Ebert keyword: improve help for kwfiles stable
2009-06-27 Christian Ebert Improve help for kwfiles
2009-06-25 Christian Ebert Make kwdemo more translation friendly
2009-06-24 Christian Ebert (0.9.2compat) update synopsis 0.9.2compat
2009-06-22 C?dric Duval extensions: improve the consistency of synopses stable
2009-06-20 C?dric Duval help: remove per-extension paragraph on how to enable it stable
2009-06-18 Christian Ebert (0.9.2compat) concise help title 0.9.2compat
2009-06-18 Christian Ebert Concise help title
2009-06-14 Patrick Mezard Add patch.eol to ignore EOLs when patching (issue1019) stable
2009-06-09 Christian Ebert (0.9.2compat) update doc strings and help 0.9.2compat
2009-06-09 Christian Ebert (0.9.2compat) improve English; from stable 0.9.2compat
2009-06-09 timeless keyword: improve English stable
2009-06-07 Christian Ebert Remove doc string for standalone version
2009-06-07 Christian Ebert (stable) fix import gone wrong in 43d8c042ca20 stable
2009-06-01 Matt Mackall commit: drop the now-unused files parameter stable
2009-05-31 Martin Geisler fixed typos found in translatable strings stable
2009-05-27 Christian Ebert keyword: rename matcher() to match() mimicking changes in main
2009-05-24 Matt Mackall match: add some default args stable
2009-05-24 Matt Mackall match: change all users of util.matcher to match.match stable
2009-05-14 Matt Mackall commit: move commit editor to cmdutil, pass as function stable
2009-05-14 Matt Mackall commit: drop unused p1 and p2 args stable
2009-04-25 Martin Geisler updated license to be explicit about GPL version 2 stable
2009-04-26 Matt Mackall replace util.sort with sorted built-in stable
2009-04-22 Ronny Pfannschmidt switch lock releasing in the extensions from gc to explicit stable
2009-04-21 Christian Ebert keyword: set overwrite message only once, not for each file stable
2009-04-21 Wagner Bruna keyword, i18n: avoid untranslated strings as message parameters stable
2009-04-07 Martin Geisler expand "repo" to "repository" in help texts stable
2009-04-04 Martin Geisler keyword: word-wrap help texts at 70 characters stable
2009-03-17 Matt Mackall bundlerepo: reintroduce dirstate stable
2009-02-14 Jim Correia add --git option to commands supporting --patch (log, incoming, history, tip) stable
2008-11-19 Patrick Mezard patch: pass an opener to patchfile stable
2008-12-17 Christian Ebert (0.9.2compat) do not use builtin format 0.9.2compat
2008-12-16 Christian Ebert keyword: simplify repo.local and bundle check (as in 2f4a399a8787)
2008-11-25 Christian Ebert Do not shadow builtin format (detected by pychecker)
2008-11-14 Christian Ebert keyword: move common code out of commit condition
2008-11-14 Dirkjan Ochtman keyword: be more efficient about ctx usage stable
2008-11-14 Dirkjan Ochtman cmdutil: use change contexts for cset-printer and cset-templater stable
2008-11-03 Dirkjan Ochtman patch: turn patch.diff() into a generator stable
2008-10-22 Matt Mackall extensions: use new wrapper functions stable
2008-08-22 Christian Ebert (0.9.2compat) add merge, resolve to restricted 0.9.2compat
2008-08-22 Christian Ebert Avoid additional conflicts during merge/resolve
2008-07-30 Christian Ebert (0.9.2compat) add verify to nokwcommands 0.9.2compat
2008-07-30 Christian Ebert Add verify to nokwcommands after refactor in e79a8f36c2a5
2008-06-30 Christian Ebert (0.9.2compat) context, status refactor keeping backwards compatible fallback 0.9.2compat
2008-06-30 Christian Ebert (0.9.2compat) ddb8a222249b is backwards compatible 0.9.2compat
2008-06-28 Christian Ebert Merge with stable
2008-06-27 Matt Mackall util: add sort helper stable
2008-06-27 Matt Mackall status: clean up all users for unknown files stable
2008-06-26 Matt Mackall repo.status: eliminate list_ stable
2008-06-26 Matt Mackall add __len__ and __iter__ methods to repo and revlog stable
2008-06-26 Matt Mackall manifest: remove execf/linkf methods stable
2008-06-26 Matt Mackall use repo[changeid] to get a changectx stable
2008-06-26 Matt Mackall simplify flag handling stable
2008-06-26 Matt Mackall use repo.changectx(None) to get a workingctx stable
2008-06-25 Matt Mackall context: avoid using None for working parent stable
2008-06-25 Matt Mackall use repo.changectx rather than context.changectx stable
2008-06-12 Christian Ebert (stable) mimic cmdutil.bail_if_changed even more stable
2008-06-13 Christian Ebert (0.9.2compat) secure keyword arguments in backwards compatible wrappers 0.9.2compat
2008-06-12 Christian Ebert keyword: disable expansion for annotate stable
2008-06-12 Christian Ebert (0.9.2compat) disable expansion for annotate 0.9.2compat
2008-06-12 Christian Ebert keyword: disable expansion for annotate
2008-06-12 Christian Ebert Merge after backout
2008-06-12 Christian Ebert Backed out changeset 10ebb9f44b99
2008-06-06 Christian Ebert (0.9.2compat) get some changes from default branch 0.9.2compat
2008-06-06 Christian Ebert keyword: mimic cmdutil.bail_if_changed even more
2008-06-01 Christian Ebert keyword: use dirstate.parents to obtain current first parent
2008-06-01 Christian Ebert keyword: monkeypatch dispatch._runcommand instead of _parse
2008-05-14 Christian Ebert Incorporate latest changes in backwards compatible way 0.9.2compat
2008-05-14 Christian Ebert Fix arguments for patch.diff monkey
2008-05-13 Christian Ebert Merge with stable
2008-05-12 Matt Mackall match: remove files arg from repo.status and friends stable
2008-05-12 Matt Mackall match: remove files argument from patch.diff stable
2008-05-12 Matt Mackall walk: remove remaining users of cmdutils.matchpats stable
2008-04-09 Christian Ebert Merge with stable
2008-04-09 Christian Ebert (stable) patches from default in 4b2c266bf059 stable
2008-04-09 Christian Ebert (0.9.2compat) backwards compatible changes from default 0.9.2compat
2008-04-09 Christian Ebert Reduce opt=arg syntax even more
2008-04-08 Christian Ebert Check for '\0' in entire data before acting
2008-04-07 Christian Ebert Make overwrite() arguments mandatory
2008-04-07 Christian Ebert Compact argument passing to wrapped methods
2008-04-07 Christian Ebert Privatize remaining monkeypatches by moving them into reposetup
2008-04-07 Christian Ebert Collect filename patterns, wrap dispatch._parse in uisetup
2008-03-31 Christian Ebert Merge with stable
2008-03-31 Christian Ebert Adapt to new webcommands with "clean" monkey patches
2008-03-31 Christian Ebert (0.9.2compat) fix and simplify webcommands monkey 0.9.2compat
2008-03-30 Christian Ebert (0.9.2compat) fix webcommand monkey patches, and adapt to most recent changes 0.9.2compat
2008-03-30 Christian Ebert (0.9.2compat) no conditional for web file match disabling 0.9.2compat
2008-03-28 Dirkjan Ochtman hgweb: refactor hgweb code stable
2008-03-07 Christian Ebert (0.9.2compat) expand * import 0.9.2compat
2008-03-06 Joel Rosdahl Expand import * to allow Pyflakes to find problems stable
2008-02-22 Christian Ebert (0.9.2compat) get fix from stable branch 0.9.2compat
2008-02-21 Alexis S. L. Carvalho keyword: remove "identify" and "remove" from nokwcommands stable
2008-02-15 Christian Ebert (0.9.2compat) incorporate changes from default branch 0.9.2compat
2008-02-15 Christian Ebert Rename kwx to kwtools
2008-02-15 Christian Ebert Fix getnode doc, add doc for patch.diff monkey
2008-02-14 Christian Ebert (0.9.2compat) FIX typo in hgweb monkeys 0.9.2compat
2008-02-14 Christian Ebert Remove whitespace at eol
2008-02-14 Christian Ebert (0.9.2compat) remove whitespace at eol 0.9.2compat
2008-02-14 Christian Ebert (0.9.2compat) get changes from default branch 0.9.2compat
2008-02-14 Christian Ebert Do not inspect node1 for diff if node2 is given
2008-02-14 Christian Ebert Make main class and hg command accessible
2008-02-14 Christian Ebert Move expand/shrink decisions into kwtemplater
2008-02-14 Christian Ebert Remove obsolete variable declaration
2008-02-13 Christian Ebert Monkeypatch patch.diff for non-interactive diffs stable
2008-02-12 Christian Ebert (0.9.2compat) add glog to nokwcommands 0.9.2compat
2008-02-12 Christian Ebert Add glog to nokwcommands
2008-02-10 Christian Ebert (0.9.2compat) use different names for web methods 0.9.2compat
less more (0) -256 tip