hgext/mq.py
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT
Tue, 31 May 2022 21:16:17 +0200 Manuel Jacob py3: catch FileExistsError instead of checking errno == EEXIST
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
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
Tue, 28 Sep 2021 08:47:11 -0700 Martin von Zweigbergk errors: raise InputError on bad revset to revrange() iff provided by the user
Wed, 29 Sep 2021 14:56:23 +0200 Pierre-Yves David dirstate-item: use item's property to deal with hgsubstate in mq
Wed, 29 Sep 2021 14:56:05 +0200 Pierre-Yves David dirstate-item: use `added` instead of the `state` in the `mq` extension
Sun, 18 Jul 2021 22:35:37 +0200 Pierre-Yves David mq: replace `add` call with newer API
Sun, 18 Jul 2021 22:32:55 +0200 Pierre-Yves David mq: replace `drop` call with newer API
Sun, 18 Jul 2021 22:45:18 +0200 Pierre-Yves David mq: drop the use of `dirstate.merged`
Sun, 18 Jul 2021 22:50:02 +0200 Pierre-Yves David mq: replace `normallookup` call with newer API
Sun, 18 Jul 2021 22:49:26 +0200 Pierre-Yves David mq: replace usage of `normal` with newer API
Sat, 17 Jul 2021 00:15:31 +0200 Pierre-Yves David mq: use `update_file_p1` instead of `remove` when adjusting dirstate
Thu, 08 Jul 2021 04:26:30 +0200 Pierre-Yves David mq: use `set_untracked` in `qrename`
Thu, 08 Jul 2021 04:32:31 +0200 Pierre-Yves David mq: use `set_tracked` in `qrename`
Thu, 08 Jul 2021 03:42:14 +0200 Pierre-Yves David mq: update the dirstate and its parent within a `parentchange` context
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Wed, 14 Apr 2021 10:51:31 +0200 Pierre-Yves David mq: use the new `get_clone_path` to get the remote url
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sun, 08 Nov 2020 16:23:35 -0500 Valentin Gatien-Baron strip: move into core
Mon, 10 Aug 2020 21:46:47 -0700 Martin von Zweigbergk revert: remove dangerous `parents` argument from `cmdutil.revert()`
Thu, 07 May 2020 16:54:17 -0400 Augie Fackler cleanup: avoid extra node/ctx conversions in logcmdutil.diffordiffstat
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Fri, 24 Jan 2020 15:51:19 -0800 Martin von Zweigbergk mq: don't tell user to commit merge that we already committed
Fri, 24 Jan 2020 15:28:37 -0800 Martin von Zweigbergk merge: make hg.merge() take a context instead of a node
Mon, 30 Dec 2019 12:17:02 -0500 Matt Harbison mq: avoid using `__file__` to compare modules
Fri, 27 Dec 2019 18:26:51 -0500 Matt Harbison mq: drop an unused variable assignment
Thu, 14 Nov 2019 15:25:40 -0500 Augie Fackler mq: use field names instead of field numbers on scmutil.status
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Tue, 05 Nov 2019 08:42:42 -0800 Martin von Zweigbergk py3: don't use bytes with vars() or __dict__ stable
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
Sun, 06 Oct 2019 16:58:55 -0400 Gregory Szorc py3: manually import pycompat.delattr where it is needed
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
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
Thu, 20 Jun 2019 01:08:56 +0530 Taapas Agrawal mq: fix for merge detection methods
Mon, 17 Jun 2019 10:53:00 -0700 Martin von Zweigbergk strip: move checksubstate() to mq (its only caller)
Mon, 17 Jun 2019 10:38:50 -0700 Martin von Zweigbergk mq: remove dependency on strip's checklocalchanges()
Wed, 03 Apr 2019 11:21:27 -0700 Martin von Zweigbergk cleanup: use set literals where possible
Mon, 18 Mar 2019 19:01:29 +0300 Pulkit Goyal branchcache: rename itervalues() to iterheads()
Sat, 23 Feb 2019 09:32:07 -0800 Martin von Zweigbergk mq: get copy source from context object instead of from filelog
Sat, 23 Feb 2019 09:30:49 -0800 Martin von Zweigbergk mq: slightly modernize by using context object
Mon, 04 Feb 2019 21:10:17 -0800 Martin von Zweigbergk mq: migrate to scmutil.backuppath()
Wed, 06 Feb 2019 15:26:53 -0800 Martin von Zweigbergk mq: always show relative path to .orig backup
Mon, 04 Feb 2019 08:54:30 -0800 Gregory Szorc global: use raw strings for regular expressions with escapes
Fri, 25 Jan 2019 23:22:23 -0800 Martin von Zweigbergk cleanup: use p1() instead of parents() when we only need the first parent
Thu, 24 Jan 2019 16:30:30 -0800 Martin von Zweigbergk mq: slightly simplify check for patched working copy
Sat, 15 Dec 2018 16:52:04 +0900 Yuya Nishihara mq: implement log() on dummyui
Tue, 16 Oct 2018 08:29:24 +0200 Yuya Nishihara py3: invalidate repository cache with system-string keys
Fri, 12 Oct 2018 18:49:11 +0200 Rodrigo Damazio help: adding a proper declaration for shortlist/basic commands (API)
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Wed, 26 Sep 2018 10:38:37 -0700 Martin von Zweigbergk repo: don't look up context for tip node if it's not needed
Fri, 21 Sep 2018 19:48:23 -0400 Matt Harbison py3: rename pycompat.getcwd() to encoding.getcwd() (API)
Fri, 10 Aug 2018 02:06:46 -0400 Augie Fackler mq: use stringutil.pprint instead of pycompat.byterepr
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Sat, 19 May 2018 00:23:36 +0530 Pulkit Goyal py3: use stringutil.pprint() to format a list to print
Sat, 19 May 2018 00:21:59 +0530 Pulkit Goyal py3: fix kwargs handling in qgurad in hgext/mq.py
Thu, 12 Apr 2018 22:59:49 +0900 Yuya Nishihara export: extract function to write patch to file object (API)
Wed, 11 Apr 2018 14:35:37 +0530 Pulkit Goyal py3: use pycompat.bytestr() where repr in involved
Tue, 10 Apr 2018 19:21:16 +0530 Pulkit Goyal py3: workaround comparing NoneType and integers
Wed, 11 Apr 2018 14:35:28 +0530 Pulkit Goyal py3: use pycompat.byterepr() instead of repr()
Tue, 10 Apr 2018 18:56:19 +0530 Pulkit Goyal py3: use bytes instead of str in isinstance()
Tue, 10 Apr 2018 18:55:35 +0530 Pulkit Goyal py3: use .startswith() instead of bytes[0]
Thu, 05 Apr 2018 11:33:36 -0700 Martin von Zweigbergk mq: avoid a silly conversion from binary nodeid to hex
Mon, 02 Apr 2018 08:46:07 -0700 Martin von Zweigbergk clone: rename "rev" to "revs" since there can be many
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Fri, 02 Mar 2018 07:17:06 +0530 Pulkit Goyal py3: use b"%d" to covert integer to bytes instead of str
Fri, 02 Mar 2018 07:16:33 +0530 Pulkit Goyal py3: use bytes() instead of str()
Sat, 03 Mar 2018 21:01:07 +0530 Pulkit Goyal py3: use util.forcevytestr to convert error to bytes
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Sat, 24 Feb 2018 01:21:22 +0530 Pulkit Goyal py3: use "%d" for integers instead of "%s"
Sat, 24 Feb 2018 01:20:20 +0530 Pulkit Goyal py3: use util.forcebytestr instead of str to convert error messages
Sat, 24 Feb 2018 01:19:26 +0530 Pulkit Goyal py3: use pycompat.byteskwargs() to fix keyword arguments handling
Tue, 06 Feb 2018 08:57:22 -0800 Martin von Zweigbergk mq: don't reimplement any()
Tue, 06 Feb 2018 08:55:54 -0800 Martin von Zweigbergk mq: don't reimplement any()
Sun, 18 Feb 2018 17:35:44 +0530 Pulkit Goyal py3: explicitly convert result of dict.items() into list
Sun, 18 Feb 2018 17:35:13 +0530 Pulkit Goyal py3: use pycompat.byteskwargs() to convert opts keys to bytes
Sun, 11 Feb 2018 15:58:31 -0800 Gregory Szorc py3: open patches.queue in binary mode
Sun, 11 Feb 2018 15:55:47 -0800 Gregory Szorc py3: compare against bytes instead of str
Sun, 11 Feb 2018 17:25:53 +0530 Pulkit Goyal py3: use "%d" instead of "%s" for integers
Tue, 06 Feb 2018 22:36:38 +0900 Yuya Nishihara subrepo: split non-core functions to new module
Wed, 07 Feb 2018 13:47:03 +0530 Pulkit Goyal py3: use bytes instead of str
Mon, 05 Feb 2018 13:12:36 +0530 Pulkit Goyal py3: use open() instead of file()
Mon, 05 Feb 2018 13:10:33 +0530 Pulkit Goyal py3: add __bytes__() for mq.patchheader and make sure __str__ returns str
Sun, 21 Jan 2018 13:03:03 +0900 Yuya Nishihara cmdutil: drop aliases for logcmdutil functions (API)
Wed, 17 Jan 2018 22:05:37 -0500 Augie Fackler mq: use bytes() instead of str() to encode statusentries for writing
Wed, 17 Jan 2018 22:05:02 -0500 Augie Fackler mq: open status file et al in bytes mode
Wed, 17 Jan 2018 22:04:34 -0500 Augie Fackler mq: fix up statusentry to be both repr()-able and bytes()-able
Wed, 29 Nov 2017 04:47:27 +0530 Pulkit Goyal py3: add b'' to regular expressions which are raw strings
Sat, 21 Oct 2017 13:42:43 +0900 Yuya Nishihara mq: copy pager attributes back to qrepo.ui stable
Mon, 09 Oct 2017 17:33:03 +0200 Boris Feld mq: use the newcommitphase utility
Mon, 02 Oct 2017 04:46:17 +0530 Pulkit Goyal py3: fix keyword arguments handling in mq
Fri, 30 Jun 2017 03:43:17 +0200 Boris Feld configitems: register the 'mq.secret' config
Fri, 30 Jun 2017 03:43:16 +0200 Boris Feld configitems: register the 'mq.plain' config
Fri, 30 Jun 2017 03:43:15 +0200 Boris Feld configitems: register the 'mq.keepchanges' config
Fri, 30 Jun 2017 03:43:14 +0200 Boris Feld configitems: register the 'mq.git' config
Sun, 03 Sep 2017 15:16:01 +0900 Yuya Nishihara doctest: upgrade old-style "except" clause
Sun, 03 Sep 2017 14:56:31 +0900 Yuya Nishihara doctest: use print_function and convert bytes to unicode where needed
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Tue, 12 Sep 2017 11:18:35 -0400 Augie Fackler merge with stable
Mon, 11 Sep 2017 00:42:24 +0200 Mads Kiilerich mq: create non-lossy patches, also with custom global diff configuration stable
Tue, 05 Sep 2017 15:06:45 -0700 Martin von Zweigbergk cleanup: rename "matchfn" to "match" where obviously a matcher
Tue, 22 Aug 2017 20:03:07 -0400 Augie Fackler python3: wrap all uses of <exception>.strerror with strtolocal
Mon, 10 Jul 2017 17:44:25 +0200 Boris Feld bookmark: use 'applychanges' in the mq extension
Sun, 14 May 2017 16:19:47 +0900 Yuya Nishihara commands: move templates of common command options to cmdutil (API)
Thu, 18 May 2017 17:10:53 -0400 Augie Fackler mq: migrate to context manager for changing dirstate parents
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Fri, 05 May 2017 04:48:42 +0530 Pulkit Goyal py3: convert key to str to make kwargs.pop work in mq
Mon, 20 Mar 2017 11:38:37 +0900 Yuya Nishihara mq: reject new patch name containing leading/trailing whitespace
Thu, 16 Mar 2017 14:39:18 -0700 Jun Wu mq: get rid of ui.backupconfig
Wed, 15 Mar 2017 15:05:54 -0700 Pierre-Yves David mq: explicitly tests for None
Tue, 14 Mar 2017 23:46:48 -0700 Pierre-Yves David mq: don't use mutable default argument value
Sun, 12 Mar 2017 21:55:46 -0700 Gregory Szorc mq: don't use mutable default argument value
Wed, 08 Mar 2017 16:52:16 -0800 Pierre-Yves David mq: directly use repo.vfs.join
Sat, 11 Mar 2017 11:04:14 -0800 Mads Kiilerich vfs: use repo.vfs.rename
less more (0) -1000 -120 tip