hgkw/keyword.py
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
less more (0) -300 -100 -56 tip