hgext/keyword.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Thu, 18 Nov 2021 22:49:05 +0100 Pierre-Yves David status: adapt the "keyword" extensions to gather stats at lookup time
Mon, 19 Jul 2021 02:05:29 +0200 Pierre-Yves David keyword: use `update_file_p1` instead of `normallookup`
Mon, 19 Jul 2021 02:05:24 +0200 Pierre-Yves David keyword: use `set_clean` instead of `normal`
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Sun, 06 Oct 2019 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 10:51:16 -0400 Augie Fackler cleanup: mark some ui.(status|note|warn|write) calls as not needing i18n
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sat, 13 Jul 2019 23:45:32 -0400 Valentin Gatien-Baron convert: add a config option to help doing identity hg->hg conversion
Sat, 13 Oct 2018 04:24:19 +0300 Pulkit Goyal py3: use stringutil.pprint() if we are printing bool values
Tue, 11 Sep 2018 13:46:59 -0700 Gregory Szorc localrepo: move repo creation logic out of localrepository.__init__ (API)
Tue, 04 Sep 2018 17:58:39 +0300 Pulkit Goyal py3: bytestr a bytes val to make sure we get bytechr while iterating
Tue, 04 Sep 2018 17:53:54 +0300 Pulkit Goyal py3: make regexes in hgext/keyword.py bytes
Sun, 05 Aug 2018 16:44:16 +0900 Yuya Nishihara formatter: rename {abspath}/{file} to {path}, and drop relative {path} (BC)
Tue, 26 Jun 2018 10:36:23 -0400 Augie Fackler cleanup: migrate from re.escape to stringutil.reescape
Sat, 26 May 2018 12:20:36 +0900 Yuya Nishihara py3: wrap tempfile.mkdtemp() to use bytes path
Sun, 18 Mar 2018 17:02:39 +0900 Yuya Nishihara keyword: declare input type of date filters as date
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Sat, 10 Mar 2018 20:51:46 -0800 Gregory Szorc hgweb: stop passing req and tmpl into @webcommand functions (API)
Sat, 10 Mar 2018 20:35:35 -0800 Gregory Szorc hgweb: always return iterable from @webcommand functions (API)
Sat, 10 Mar 2018 20:16:20 -0800 Gregory Szorc hgweb: port archive command to modern response API
Sat, 10 Mar 2018 17:02:57 -0800 Gregory Szorc hgweb: support using new response object for web commands
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Sun, 21 Jan 2018 13:03:03 +0900 Yuya Nishihara cmdutil: drop aliases for logcmdutil functions (API)
Mon, 23 Oct 2017 00:04:30 +0530 Pulkit Goyal py3: handle keyword arguments in hgext/keyword.py
Fri, 30 Jun 2017 03:42:50 +0200 Boris Feld configitems: register the 'keywordset.svn' config
Fri, 01 Sep 2017 12:34:36 -0700 Saurabh Singh cmdutil: remove redundant commitfunc parameter in amend (API)
Mon, 26 Jun 2017 03:47:11 +0900 FUJIWARA Katsunori keyword: wrap functions only once at loading keyword extension
Mon, 26 Jun 2017 03:46:17 +0900 FUJIWARA Katsunori keyword: use _keywordkwt of repository instead of kwtools['templater']
Mon, 26 Jun 2017 03:44:50 +0900 FUJIWARA Katsunori keyword: obtain kwtemplater instance via repository at runtime
Mon, 26 Jun 2017 03:43:47 +0900 FUJIWARA Katsunori keyword: obtain kwtemplater instance via repository at runtime
Mon, 26 Jun 2017 03:42:17 +0900 FUJIWARA Katsunori keyword: make wrapped repository and kwtemplater refer to each other
Mon, 26 Jun 2017 03:40:12 +0900 FUJIWARA Katsunori keyword: make comparison webcommand suppress keyword expansion
Mon, 26 Jun 2017 03:40:06 +0900 FUJIWARA Katsunori keyword: restore kwtemplater.match at the end of wrapped webcommands
Mon, 26 Jun 2017 03:38:12 +0900 FUJIWARA Katsunori keyword: restore kwtemplater.restrict at the end of wrapped patch.diff
Tue, 20 Jun 2017 12:51:36 +0100 Christian Ebert keyword: use context manager for rollback locking
Sat, 22 Apr 2017 18:42:03 +0900 Yuya Nishihara cmdutil: factor out helper to create changeset_templater with literal template
Sun, 14 May 2017 16:19:47 +0900 Yuya Nishihara commands: move templates of common command options to cmdutil (API)
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Wed, 08 Mar 2017 16:51:57 -0800 Pierre-Yves David keyword: directly use repo.vfs.join
Mon, 17 Oct 2016 17:42:46 +0200 Christian Ebert keyword: handle filectx _customcmp
Tue, 20 Sep 2016 23:45:15 +0000 timeless keyword: use single quotes in use warning
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Wed, 27 Jul 2016 13:57:51 +0100 Christian Ebert keyword: avoid traceback when kwdemo is run outside a repo stable
Tue, 21 Jun 2016 00:50:39 +0900 FUJIWARA Katsunori check-code: detect "missing _() in ui message" more exactly
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
Tue, 19 Apr 2016 11:00:15 +0100 Christian Ebert keyword: replace use of _filerev with _filenode
Wed, 30 Mar 2016 02:10:44 +0900 FUJIWARA Katsunori keyword: use templatefilter to mark a function as template filter
Fri, 11 Mar 2016 08:27:11 +0000 Christian Ebert keyword: compact writing of temporary kwdemo hgrc
Tue, 01 Mar 2016 10:33:06 +0000 Christian Ebert keyword: use absolute_import
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in kw_dorecord
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in kw_copy
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in kw_amend
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in keyword demo
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in _kwfwrite
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sun, 04 Oct 2015 21:33:29 +0900 FUJIWARA Katsunori keyword: make restrict mode False while updating files for rollback
Wed, 30 Sep 2015 15:43:49 -0500 Matt Mackall urls: bulk-change primary website URLs
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Mon, 04 May 2015 10:01:03 +0900 Yuya Nishihara templater: remove noop calls of parsestring(s, quoted=False) (API)
Sat, 18 Apr 2015 15:39:26 +0200 Christian Ebert keyword: use wvfs.rmtree to remove kwdemo directory
Tue, 17 Mar 2015 15:33:34 -0700 Siddharth Agarwal keyword: monkeypatch patch.diff more generically
Tue, 17 Mar 2015 15:52:28 -0700 Siddharth Agarwal keyword: rename kw_diff to kwdiff in keeping with Mercurial style rules
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Tue, 10 Mar 2015 17:14:33 -0700 Laurent Charignon record: move dorecord from record to cmdutil
Sun, 11 Jan 2015 01:51:52 +0100 Angel Ezquerra localrepo: remove all external users of localrepo.wopener
Sun, 11 Jan 2015 00:25:54 +0100 Angel Ezquerra localrepo: remove all external users of localrepo.sopener
Thu, 15 Jan 2015 23:17:12 +0100 Angel Ezquerra localrepo: remove all external users of localrepo.opener
Sat, 03 Jan 2015 11:12:44 +0000 Christian Ebert keyword: update copyright year
Sat, 03 Jan 2015 11:11:46 +0000 Christian Ebert keyword: use vfs.reljoin and util.unlinkpath to remove kwdemo
Sun, 21 Dec 2014 13:02:59 +0000 Christian Ebert keyword: handle resolve to either parent
Thu, 23 Oct 2014 13:17:37 -0700 Martin von Zweigbergk keyword: use parent of working copy as base for status stable
Fri, 03 Oct 2014 10:05:54 -0700 Martin von Zweigbergk keyword: access status fields by name rather than index
Sat, 02 Aug 2014 09:44:45 +0100 Christian Ebert keyword: bump copyright year
Sat, 02 Aug 2014 09:44:11 +0100 Christian Ebert keyword: really clean up kwdemo temp tree
Sun, 04 May 2014 22:32:15 -0700 Gregory Szorc keyword: define inferrepo in command decorator
Sun, 04 May 2014 22:16:56 -0700 Gregory Szorc keyword: define optionalrepo in command decorator
Thu, 05 Jun 2014 16:47:14 +0900 FUJIWARA Katsunori keyword: suppress keyword expansion while 'hg fetch' for internal merge stable
Thu, 05 Jun 2014 16:47:14 +0900 FUJIWARA Katsunori keyword: suppress keyword expansion while 'hg histedit' for internal merge stable
Thu, 05 Jun 2014 16:47:14 +0900 FUJIWARA Katsunori keyword: suppress keyword expansion while 'hg backout' for internal merge stable
Thu, 05 Jun 2014 16:47:14 +0900 FUJIWARA Katsunori keyword: suppress keyword expansion while 'hg graft' for internal merge stable
Thu, 05 Jun 2014 16:47:13 +0900 FUJIWARA Katsunori keyword: suppress keyword expansion while 'hg rebase' for internal merge stable
Thu, 05 Jun 2014 16:47:13 +0900 FUJIWARA Katsunori keyword: suppress keyword expansion while 'hg unshelve' for internal merge stable
Wed, 19 Mar 2014 02:45:14 +0100 Mads Kiilerich config: set a 'source' in most cases where config don't come from file but code
Sat, 08 Mar 2014 17:38:50 -0600 Matt Mackall templating: make -T much more flexible
Sat, 08 Mar 2014 16:14:08 -0600 Matt Mackall changeset_templater: remove use_template method
Tue, 07 Jan 2014 22:29:39 +0100 Simon Heimberg cleanup: Remove the only ever used skip-check-code pragma
Wed, 20 Nov 2013 12:55:08 +0000 Christian Ebert keyword: wlock while setting branch in kwdemo
Wed, 06 Nov 2013 18:19:04 -0500 Augie Fackler pathutil: tease out a new library to break an import cycle from canonpath use
Tue, 05 Nov 2013 08:59:55 +0100 Simon Heimberg documentation: add an extra newline after note directive stable
Wed, 10 Oct 2012 21:55:49 +0200 Simon Heimberg repo: repo isolation, do not pass on repo.ui for creating new repos
Wed, 17 Oct 2012 17:32:01 +0200 Christian Ebert keyword: move commands.inferrepo for code maintenance
Tue, 16 Oct 2012 11:43:15 -0700 Siddharth Agarwal commands: don't infer repo for commands like update (issue2748)
Fri, 10 Aug 2012 20:37:20 +0100 Christian Ebert templatefilters: avoid traceback caused by bogus date input (issue3344)
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Thu, 28 Jun 2012 15:06:41 +0100 Christian Ebert keyword: use ui.formatter for kwfiles output
Sat, 26 May 2012 20:49:51 +0200 Christian Ebert keyword: update copyleft
Sat, 26 May 2012 20:49:44 +0200 Christian Ebert keyword: wlock cmdutil.copy wrapper
Sat, 26 May 2012 20:46:12 +0200 Christian Ebert keyword: support commit --amend (issue3471)
Fri, 25 May 2012 19:32:29 +0200 Christian Ebert keyword: rename kwt.record attribute to kwt.postcommit
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Sun, 13 May 2012 14:26:26 +0100 Christian Ebert keyword: intentionally ignore check-code warning about unwrapped ui message
Sat, 12 May 2012 16:00:57 +0200 Brodie Rao cleanup: "not x in y" -> "x not in y"
Sun, 15 Jan 2012 13:37:33 +0100 Christian Ebert keyword: update filectx.cmp monkeypatch to handle '\1\n' at start of file stable
Sun, 30 Oct 2011 12:10:11 -0500 Matt Mackall keyword: backout realpath change (issue3071) stable
Mon, 24 Oct 2011 13:54:59 +0200 Thomas Arendsen Hein keyword: use util.realpath instead of os.path.realpath stable
Fri, 21 Oct 2011 12:07:27 +0100 Christian Ebert keyword: correct grammar in iskwfile docstring stable
Fri, 30 Sep 2011 21:58:54 -0400 Greg Ward rollback: avoid unsafe rollback when not at tip (issue2998)
Sun, 11 Sep 2011 12:20:39 +0100 Christian Ebert keyword: use wopener(..., atomictemp=True) to overwrite
Thu, 08 Sep 2011 18:30:44 -0500 Matt Mackall merge with stable
Thu, 08 Sep 2011 19:30:25 +0100 Christian Ebert keyword: preserve file mode when overwriting stable
Mon, 08 Aug 2011 11:34:52 +0100 Christian Ebert keyword: avoid x = a and b or c
Sun, 03 Jul 2011 12:58:03 +0200 Christian Ebert keyword: reuse already present working contexts for match
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall scmutil: switch match users to supplying contexts
Sat, 11 Jun 2011 14:17:25 +0200 Patrick Mezard patch: generalize the use of patchmeta in applydiff()
less more (0) -120 tip