Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
file |
diff |
annotate
|
Tue, 20 Feb 2024 21:40:13 +0100 |
Pierre-Yves David |
phases: keep internal state as rev-num instead of node-id
|
file |
diff |
annotate
|
Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
file |
diff |
annotate
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
file |
diff |
annotate
|
Wed, 30 Aug 2023 12:38:02 +0200 |
Pierre-Yves David |
mq: use sysstr to check for attribute presence
|
file |
diff |
annotate
|
Sun, 19 Feb 2023 02:47:28 +0100 |
Pierre-Yves David |
mq: wrap the dirstate's rebuild in a `changing_parents` context
|
file |
diff |
annotate
|
Thu, 16 Feb 2023 04:41:38 +0100 |
Pierre-Yves David |
mq: write the dirstate before stripping
|
file |
diff |
annotate
|
Tue, 14 Feb 2023 00:31:23 +0100 |
Pierre-Yves David |
dirstate-guard: remove it usage in `mq`
|
file |
diff |
annotate
|
Wed, 14 Dec 2022 00:46:58 +0100 |
Pierre-Yves David |
dirstate: use wlock and `dirstate.change_files` to scope the change in `mq`
|
file |
diff |
annotate
|
Tue, 07 Feb 2023 09:36:35 +0100 |
Pierre-Yves David |
mq: properly take the wlock during the full qfold operation
|
file |
diff |
annotate
|
Mon, 13 Feb 2023 23:49:52 +0100 |
Pierre-Yves David |
dirstate: explicitly write the dirstate after mq dirstate rebuild
|
file |
diff |
annotate
|
Wed, 25 Jan 2023 19:12:31 +0100 |
Pierre-Yves David |
dirstate: rename parentchange to changing_parents
|
file |
diff |
annotate
|
Wed, 25 Jan 2023 18:46:20 +0100 |
Pierre-Yves David |
dirstate: pass the repo to the `changeparent` method
|
file |
diff |
annotate
|
Fri, 02 Dec 2022 16:42:36 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in mq
|
file |
diff |
annotate
|
Tue, 31 May 2022 22:50:01 +0200 |
Manuel Jacob |
py3: catch FileNotFoundError instead of checking errno == ENOENT
|
file |
diff |
annotate
|
Tue, 31 May 2022 21:16:17 +0200 |
Manuel Jacob |
py3: catch FileExistsError instead of checking errno == EEXIST
|
file |
diff |
annotate
|
Sun, 29 May 2022 15:17:27 +0200 |
Manuel Jacob |
py3: replace `pycompat.xrange` by `range`
|
file |
diff |
annotate
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
file |
diff |
annotate
|
Tue, 28 Sep 2021 08:47:11 -0700 |
Martin von Zweigbergk |
errors: raise InputError on bad revset to revrange() iff provided by the user
|
file |
diff |
annotate
|
Wed, 29 Sep 2021 14:56:23 +0200 |
Pierre-Yves David |
dirstate-item: use item's property to deal with hgsubstate in mq
|
file |
diff |
annotate
|
Wed, 29 Sep 2021 14:56:05 +0200 |
Pierre-Yves David |
dirstate-item: use `added` instead of the `state` in the `mq` extension
|
file |
diff |
annotate
|
Sun, 18 Jul 2021 22:35:37 +0200 |
Pierre-Yves David |
mq: replace `add` call with newer API
|
file |
diff |
annotate
|
Sun, 18 Jul 2021 22:32:55 +0200 |
Pierre-Yves David |
mq: replace `drop` call with newer API
|
file |
diff |
annotate
|
Sun, 18 Jul 2021 22:45:18 +0200 |
Pierre-Yves David |
mq: drop the use of `dirstate.merged`
|
file |
diff |
annotate
|
Sun, 18 Jul 2021 22:50:02 +0200 |
Pierre-Yves David |
mq: replace `normallookup` call with newer API
|
file |
diff |
annotate
|
Sun, 18 Jul 2021 22:49:26 +0200 |
Pierre-Yves David |
mq: replace usage of `normal` with newer API
|
file |
diff |
annotate
|
Sat, 17 Jul 2021 00:15:31 +0200 |
Pierre-Yves David |
mq: use `update_file_p1` instead of `remove` when adjusting dirstate
|
file |
diff |
annotate
|
Thu, 08 Jul 2021 04:26:30 +0200 |
Pierre-Yves David |
mq: use `set_untracked` in `qrename`
|
file |
diff |
annotate
|
Thu, 08 Jul 2021 04:32:31 +0200 |
Pierre-Yves David |
mq: use `set_tracked` in `qrename`
|
file |
diff |
annotate
|
Thu, 08 Jul 2021 03:42:14 +0200 |
Pierre-Yves David |
mq: update the dirstate and its parent within a `parentchange` context
|
file |
diff |
annotate
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
file |
diff |
annotate
|
Wed, 14 Apr 2021 10:51:31 +0200 |
Pierre-Yves David |
mq: use the new `get_clone_path` to get the remote url
|
file |
diff |
annotate
|
Mon, 12 Apr 2021 03:01:04 +0200 |
Pierre-Yves David |
urlutil: extract `url` related code from `util` into the new module
|
file |
diff |
annotate
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
file |
diff |
annotate
|
Sun, 08 Nov 2020 16:23:35 -0500 |
Valentin Gatien-Baron |
strip: move into core
|
file |
diff |
annotate
|
Mon, 10 Aug 2020 21:46:47 -0700 |
Martin von Zweigbergk |
revert: remove dangerous `parents` argument from `cmdutil.revert()`
|
file |
diff |
annotate
|
Thu, 07 May 2020 16:54:17 -0400 |
Augie Fackler |
cleanup: avoid extra node/ctx conversions in logcmdutil.diffordiffstat
|
file |
diff |
annotate
|
Fri, 06 Mar 2020 13:27:41 -0500 |
Augie Fackler |
cleanup: run pyupgrade on our source tree to clean up varying things
|
file |
diff |
annotate
|
Fri, 24 Jan 2020 15:51:19 -0800 |
Martin von Zweigbergk |
mq: don't tell user to commit merge that we already committed
|
file |
diff |
annotate
|
Fri, 24 Jan 2020 15:28:37 -0800 |
Martin von Zweigbergk |
merge: make hg.merge() take a context instead of a node
|
file |
diff |
annotate
|
Mon, 30 Dec 2019 12:17:02 -0500 |
Matt Harbison |
mq: avoid using `__file__` to compare modules
|
file |
diff |
annotate
|
Fri, 27 Dec 2019 18:26:51 -0500 |
Matt Harbison |
mq: drop an unused variable assignment
|
file |
diff |
annotate
|
Thu, 14 Nov 2019 15:25:40 -0500 |
Augie Fackler |
mq: use field names instead of field numbers on scmutil.status
|
file |
diff |
annotate
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
file |
diff |
annotate
|
Tue, 05 Nov 2019 08:42:42 -0800 |
Martin von Zweigbergk |
py3: don't use bytes with vars() or __dict__
stable
|
file |
diff |
annotate
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 19:25:18 -0400 |
Gregory Szorc |
py3: define and use pycompat.iteritems() for hgext/
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 16:58:55 -0400 |
Gregory Szorc |
py3: manually import pycompat.delattr where it is needed
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 13:28:56 -0400 |
Gregory Szorc |
py3: manually import pycompat.open into files that need it
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|
Thu, 20 Jun 2019 01:08:56 +0530 |
Taapas Agrawal |
mq: fix for merge detection methods
|
file |
diff |
annotate
|
Mon, 17 Jun 2019 10:53:00 -0700 |
Martin von Zweigbergk |
strip: move checksubstate() to mq (its only caller)
|
file |
diff |
annotate
|
Mon, 17 Jun 2019 10:38:50 -0700 |
Martin von Zweigbergk |
mq: remove dependency on strip's checklocalchanges()
|
file |
diff |
annotate
|
Wed, 03 Apr 2019 11:21:27 -0700 |
Martin von Zweigbergk |
cleanup: use set literals where possible
|
file |
diff |
annotate
|
Mon, 18 Mar 2019 19:01:29 +0300 |
Pulkit Goyal |
branchcache: rename itervalues() to iterheads()
|
file |
diff |
annotate
|
Sat, 23 Feb 2019 09:32:07 -0800 |
Martin von Zweigbergk |
mq: get copy source from context object instead of from filelog
|
file |
diff |
annotate
|
Sat, 23 Feb 2019 09:30:49 -0800 |
Martin von Zweigbergk |
mq: slightly modernize by using context object
|
file |
diff |
annotate
|
Mon, 04 Feb 2019 21:10:17 -0800 |
Martin von Zweigbergk |
mq: migrate to scmutil.backuppath()
|
file |
diff |
annotate
|
Wed, 06 Feb 2019 15:26:53 -0800 |
Martin von Zweigbergk |
mq: always show relative path to .orig backup
|
file |
diff |
annotate
|
Mon, 04 Feb 2019 08:54:30 -0800 |
Gregory Szorc |
global: use raw strings for regular expressions with escapes
|
file |
diff |
annotate
|
Fri, 25 Jan 2019 23:22:23 -0800 |
Martin von Zweigbergk |
cleanup: use p1() instead of parents() when we only need the first parent
|
file |
diff |
annotate
|
Thu, 24 Jan 2019 16:30:30 -0800 |
Martin von Zweigbergk |
mq: slightly simplify check for patched working copy
|
file |
diff |
annotate
|
Sat, 15 Dec 2018 16:52:04 +0900 |
Yuya Nishihara |
mq: implement log() on dummyui
|
file |
diff |
annotate
|
Tue, 16 Oct 2018 08:29:24 +0200 |
Yuya Nishihara |
py3: invalidate repository cache with system-string keys
|
file |
diff |
annotate
|
Fri, 12 Oct 2018 18:49:11 +0200 |
Rodrigo Damazio |
help: adding a proper declaration for shortlist/basic commands (API)
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 02:17:41 -0700 |
rdamazio |
help: assigning categories to existing commands
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 21 Sep 2018 19:48:23 -0400 |
Matt Harbison |
py3: rename pycompat.getcwd() to encoding.getcwd() (API)
|
file |
diff |
annotate
|
Fri, 10 Aug 2018 02:06:46 -0400 |
Augie Fackler |
mq: use stringutil.pprint instead of pycompat.byterepr
|
file |
diff |
annotate
|
Wed, 01 Aug 2018 13:00:45 -0700 |
Gregory Szorc |
global: use pycompat.xrange()
|
file |
diff |
annotate
|
Sat, 19 May 2018 00:23:36 +0530 |
Pulkit Goyal |
py3: use stringutil.pprint() to format a list to print
|
file |
diff |
annotate
|
Sat, 19 May 2018 00:21:59 +0530 |
Pulkit Goyal |
py3: fix kwargs handling in qgurad in hgext/mq.py
|
file |
diff |
annotate
|
Thu, 12 Apr 2018 22:59:49 +0900 |
Yuya Nishihara |
export: extract function to write patch to file object (API)
|
file |
diff |
annotate
|
Wed, 11 Apr 2018 14:35:37 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr() where repr in involved
|
file |
diff |
annotate
|
Tue, 10 Apr 2018 19:21:16 +0530 |
Pulkit Goyal |
py3: workaround comparing NoneType and integers
|
file |
diff |
annotate
|
Wed, 11 Apr 2018 14:35:28 +0530 |
Pulkit Goyal |
py3: use pycompat.byterepr() instead of repr()
|
file |
diff |
annotate
|
Tue, 10 Apr 2018 18:56:19 +0530 |
Pulkit Goyal |
py3: use bytes instead of str in isinstance()
|
file |
diff |
annotate
|
Tue, 10 Apr 2018 18:55:35 +0530 |
Pulkit Goyal |
py3: use .startswith() instead of bytes[0]
|
file |
diff |
annotate
|
Thu, 05 Apr 2018 11:33:36 -0700 |
Martin von Zweigbergk |
mq: avoid a silly conversion from binary nodeid to hex
|
file |
diff |
annotate
|
Mon, 02 Apr 2018 08:46:07 -0700 |
Martin von Zweigbergk |
clone: rename "rev" to "revs" since there can be many
|
file |
diff |
annotate
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
file |
diff |
annotate
|
Fri, 02 Mar 2018 07:17:06 +0530 |
Pulkit Goyal |
py3: use b"%d" to covert integer to bytes instead of str
|
file |
diff |
annotate
|
Fri, 02 Mar 2018 07:16:33 +0530 |
Pulkit Goyal |
py3: use bytes() instead of str()
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 21:01:07 +0530 |
Pulkit Goyal |
py3: use util.forcevytestr to convert error to bytes
|
file |
diff |
annotate
|
Thu, 15 Feb 2018 17:18:26 +0100 |
Boris Feld |
util: extract all date-related utils in utils/dateutil module
|
file |
diff |
annotate
|
Sat, 24 Feb 2018 01:21:22 +0530 |
Pulkit Goyal |
py3: use "%d" for integers instead of "%s"
|
file |
diff |
annotate
|
Sat, 24 Feb 2018 01:20:20 +0530 |
Pulkit Goyal |
py3: use util.forcebytestr instead of str to convert error messages
|
file |
diff |
annotate
|
Sat, 24 Feb 2018 01:19:26 +0530 |
Pulkit Goyal |
py3: use pycompat.byteskwargs() to fix keyword arguments handling
|
file |
diff |
annotate
|
Tue, 06 Feb 2018 08:57:22 -0800 |
Martin von Zweigbergk |
mq: don't reimplement any()
|
file |
diff |
annotate
|
Tue, 06 Feb 2018 08:55:54 -0800 |
Martin von Zweigbergk |
mq: don't reimplement any()
|
file |
diff |
annotate
|
Sun, 18 Feb 2018 17:35:44 +0530 |
Pulkit Goyal |
py3: explicitly convert result of dict.items() into list
|
file |
diff |
annotate
|
Sun, 18 Feb 2018 17:35:13 +0530 |
Pulkit Goyal |
py3: use pycompat.byteskwargs() to convert opts keys to bytes
|
file |
diff |
annotate
|
Sun, 11 Feb 2018 15:58:31 -0800 |
Gregory Szorc |
py3: open patches.queue in binary mode
|
file |
diff |
annotate
|
Sun, 11 Feb 2018 15:55:47 -0800 |
Gregory Szorc |
py3: compare against bytes instead of str
|
file |
diff |
annotate
|
Sun, 11 Feb 2018 17:25:53 +0530 |
Pulkit Goyal |
py3: use "%d" instead of "%s" for integers
|
file |
diff |
annotate
|
Tue, 06 Feb 2018 22:36:38 +0900 |
Yuya Nishihara |
subrepo: split non-core functions to new module
|
file |
diff |
annotate
|
Wed, 07 Feb 2018 13:47:03 +0530 |
Pulkit Goyal |
py3: use bytes instead of str
|
file |
diff |
annotate
|
Mon, 05 Feb 2018 13:12:36 +0530 |
Pulkit Goyal |
py3: use open() instead of file()
|
file |
diff |
annotate
|
Mon, 05 Feb 2018 13:10:33 +0530 |
Pulkit Goyal |
py3: add __bytes__() for mq.patchheader and make sure __str__ returns str
|
file |
diff |
annotate
|
Sun, 21 Jan 2018 13:03:03 +0900 |
Yuya Nishihara |
cmdutil: drop aliases for logcmdutil functions (API)
|
file |
diff |
annotate
|
Wed, 17 Jan 2018 22:05:37 -0500 |
Augie Fackler |
mq: use bytes() instead of str() to encode statusentries for writing
|
file |
diff |
annotate
|
Wed, 17 Jan 2018 22:05:02 -0500 |
Augie Fackler |
mq: open status file et al in bytes mode
|
file |
diff |
annotate
|
Wed, 17 Jan 2018 22:04:34 -0500 |
Augie Fackler |
mq: fix up statusentry to be both repr()-able and bytes()-able
|
file |
diff |
annotate
|
Wed, 29 Nov 2017 04:47:27 +0530 |
Pulkit Goyal |
py3: add b'' to regular expressions which are raw strings
|
file |
diff |
annotate
|
Sat, 21 Oct 2017 13:42:43 +0900 |
Yuya Nishihara |
mq: copy pager attributes back to qrepo.ui
stable
|
file |
diff |
annotate
|
Mon, 09 Oct 2017 17:33:03 +0200 |
Boris Feld |
mq: use the newcommitphase utility
|
file |
diff |
annotate
|
Mon, 02 Oct 2017 04:46:17 +0530 |
Pulkit Goyal |
py3: fix keyword arguments handling in mq
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:43:17 +0200 |
Boris Feld |
configitems: register the 'mq.secret' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:43:16 +0200 |
Boris Feld |
configitems: register the 'mq.plain' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:43:15 +0200 |
Boris Feld |
configitems: register the 'mq.keepchanges' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:43:14 +0200 |
Boris Feld |
configitems: register the 'mq.git' config
|
file |
diff |
annotate
|
Sun, 03 Sep 2017 15:16:01 +0900 |
Yuya Nishihara |
doctest: upgrade old-style "except" clause
|
file |
diff |
annotate
|
Sun, 03 Sep 2017 14:56:31 +0900 |
Yuya Nishihara |
doctest: use print_function and convert bytes to unicode where needed
|
file |
diff |
annotate
|
Sun, 03 Sep 2017 14:32:11 +0900 |
Yuya Nishihara |
doctest: bulk-replace string literals with b'' for Python 3
|
file |
diff |
annotate
|
Tue, 12 Sep 2017 11:18:35 -0400 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Tue, 05 Sep 2017 15:06:45 -0700 |
Martin von Zweigbergk |
cleanup: rename "matchfn" to "match" where obviously a matcher
|
file |
diff |
annotate
|
Tue, 22 Aug 2017 20:03:07 -0400 |
Augie Fackler |
python3: wrap all uses of <exception>.strerror with strtolocal
|
file |
diff |
annotate
|
Mon, 11 Sep 2017 00:42:24 +0200 |
Mads Kiilerich |
mq: create non-lossy patches, also with custom global diff configuration
stable
|
file |
diff |
annotate
|
Mon, 10 Jul 2017 17:44:25 +0200 |
Boris Feld |
bookmark: use 'applychanges' in the mq extension
|
file |
diff |
annotate
|
Sun, 14 May 2017 16:19:47 +0900 |
Yuya Nishihara |
commands: move templates of common command options to cmdutil (API)
|
file |
diff |
annotate
|
Thu, 18 May 2017 17:10:53 -0400 |
Augie Fackler |
mq: migrate to context manager for changing dirstate parents
|
file |
diff |
annotate
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
file |
diff |
annotate
|
Fri, 05 May 2017 04:48:42 +0530 |
Pulkit Goyal |
py3: convert key to str to make kwargs.pop work in mq
|
file |
diff |
annotate
|
Mon, 20 Mar 2017 11:38:37 +0900 |
Yuya Nishihara |
mq: reject new patch name containing leading/trailing whitespace
|
file |
diff |
annotate
|
Thu, 16 Mar 2017 14:39:18 -0700 |
Jun Wu |
mq: get rid of ui.backupconfig
|
file |
diff |
annotate
|
Wed, 15 Mar 2017 15:05:54 -0700 |
Pierre-Yves David |
mq: explicitly tests for None
|
file |
diff |
annotate
|
Tue, 14 Mar 2017 23:46:48 -0700 |
Pierre-Yves David |
mq: don't use mutable default argument value
|
file |
diff |
annotate
|
Sun, 12 Mar 2017 21:55:46 -0700 |
Gregory Szorc |
mq: don't use mutable default argument value
|
file |
diff |
annotate
|
Wed, 08 Mar 2017 16:52:16 -0800 |
Pierre-Yves David |
mq: directly use repo.vfs.join
|
file |
diff |
annotate
|
Sat, 11 Mar 2017 11:04:14 -0800 |
Mads Kiilerich |
vfs: use repo.vfs.rename
|
file |
diff |
annotate
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
vfs: use repo.wvfs.unlinkpath
|
file |
diff |
annotate
|
Thu, 02 Mar 2017 13:31:23 +0100 |
Pierre-Yves David |
vfs: use 'vfs' module directly in 'hgext.mq'
|
file |
diff |
annotate
|
Thu, 02 Mar 2017 03:52:36 +0100 |
Pierre-Yves David |
vfs: replace 'scmutil.opener' usage with 'scmutil.vfs'
|
file |
diff |
annotate
|
Mon, 06 Feb 2017 23:57:21 -0500 |
Augie Fackler |
qdiff: migrate to modern pager API
|
file |
diff |
annotate
|
Sun, 19 Feb 2017 18:19:33 +0900 |
Yuya Nishihara |
revset: split language services to revsetlang module (API)
|
file |
diff |
annotate
|
Sun, 19 Feb 2017 18:16:09 +0900 |
Yuya Nishihara |
revset: import set classes directly from smartset module
|
file |
diff |
annotate
|
Wed, 25 Jan 2017 22:35:40 +0900 |
Yuya Nishihara |
help: uppercase command placeholder
|
file |
diff |
annotate
|
Wed, 23 Nov 2016 00:03:11 +0530 |
Pulkit Goyal |
py3: use pycompat.getcwd() instead of os.getcwd()
|
file |
diff |
annotate
|
Mon, 21 Nov 2016 21:05:52 -0500 |
Augie Fackler |
mq: refer to dirstateguard by its new name
|
file |
diff |
annotate
|
Mon, 21 Nov 2016 21:51:23 -0500 |
Augie Fackler |
dispatch: stop supporting non-use of @command
|
file |
diff |
annotate
|
Thu, 10 Nov 2016 02:13:19 -0800 |
Durham Goode |
manifest: remove usages of manifest.read
|
file |
diff |
annotate
|
Thu, 11 Aug 2016 15:05:17 +0200 |
Pierre-Yves David |
mq: release lock after transaction in qrefresh
|
file |
diff |
annotate
|
Tue, 20 Sep 2016 23:44:59 +0000 |
timeless |
mq: use single quotes in use warning
|
file |
diff |
annotate
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|
file |
diff |
annotate
|
Sun, 07 Aug 2016 17:00:45 +0200 |
Pierre-Yves David |
mq: take wlock when 'qqueue' is doing write operations
|
file |
diff |
annotate
|
Fri, 06 May 2016 21:54:31 +0530 |
Pulkit Goyal |
py3: make hgext/mq.py use absolute_import
|
file |
diff |
annotate
|
Mon, 14 Mar 2016 00:14:43 +0900 |
Yuya Nishihara |
dispatch: extract function that tests command attributes
|
file |
diff |
annotate
|
Fri, 11 Mar 2016 15:24:27 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Wed, 09 Mar 2016 22:21:08 +0000 |
Pierre-Yves David |
mq: restrict generated patch name to 75 characters (issue5117)
stable
|
file |
diff |
annotate
|
Tue, 08 Mar 2016 23:04:53 +0900 |
FUJIWARA Katsunori |
revset: replace extpredicate by revsetpredicate of registrar
|
file |
diff |
annotate
|
Fri, 01 Jan 2016 22:16:25 +0900 |
Yuya Nishihara |
dispatch: store norepo/optionalrepo/inferrepo attributes in function (API)
|
file |
diff |
annotate
|
Tue, 19 Jan 2016 06:00:59 +0100 |
Mads Kiilerich |
mq: check for reserved patch name with qimport -r (issue5033)
stable
|
file |
diff |
annotate
|
Tue, 19 Jan 2016 06:00:30 +0100 |
Mads Kiilerich |
mq: refactor makepatchname into class method
stable
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:14:47 -0800 |
Bryan O'Sullivan |
with: use context manager for transaction in qimport
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:14:47 -0800 |
Bryan O'Sullivan |
with: use context manager for transaction in qfinish
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:14:50 -0800 |
Bryan O'Sullivan |
with: use context manager in qrename
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:14:50 -0800 |
Bryan O'Sullivan |
with: use context manager in qfinish
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:14:47 -0800 |
Bryan O'Sullivan |
with: use context manager for lock in qimport
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:14:47 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in qfold
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:14:47 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in qrefresh
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:14:47 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in qpop
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:14:47 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in qpush
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:14:47 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in qnew
|
file |
diff |
annotate
|
Sat, 02 Jan 2016 03:02:57 -0800 |
Siddharth Agarwal |
origpath: move from cmdutil to scmutil
|
file |
diff |
annotate
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
revset: use delayregistrar to register predicate in extension easily
|
file |
diff |
annotate
|
Mon, 28 Dec 2015 10:11:48 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Wed, 23 Dec 2015 22:28:52 +0900 |
FUJIWARA Katsunori |
mq: use fallback patch name if no alpha-numeric in summary line (issue5025)
stable
|
file |
diff |
annotate
|
Tue, 17 Nov 2015 13:12:33 -0800 |
Laurent Charignon |
mq: use repo._bookmarks.recordchange instead of repo._bookmarks.write
|
file |
diff |
annotate
|
Tue, 17 Nov 2015 13:12:46 -0800 |
Laurent Charignon |
mq: indentation change to make the next patch more legible
|
file |
diff |
annotate
|
Tue, 10 Nov 2015 14:52:54 -0800 |
Christian Delahousse |
mq: let the user choose where .orig files are kept
|
file |
diff |
annotate
|
Sat, 24 Oct 2015 18:58:57 +0900 |
FUJIWARA Katsunori |
localrepo: discard objects in _filecache at transaction failure (issue4876)
stable
|
file |
diff |
annotate
|
Wed, 14 Oct 2015 03:30:27 -0400 |
timeless |
mq: consistently use qrefresh
|
file |
diff |
annotate
|
Tue, 10 Mar 2015 13:19:17 +0100 |
Mads Kiilerich |
mq: generate patch names from first line of description
|
file |
diff |
annotate
|
Mon, 12 Oct 2015 03:37:09 -0500 |
Matt Mackall |
mq: use cmdutil.revert instead of hg.revert
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
file |
diff |
annotate
|
Fri, 09 Oct 2015 03:53:46 +0900 |
FUJIWARA Katsunori |
dirstate: remove meaningless dirstateguard
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 00:50:06 -0700 |
Pierre-Yves David |
mq: remove a mutable default argument
|
file |
diff |
annotate
|
Fri, 28 Aug 2015 10:53:55 -0400 |
timeless |
spelling: behaviour -> behavior
|
file |
diff |
annotate
|
Thu, 25 Jun 2015 17:41:40 -0500 |
Matt Mackall |
mq: tweak config reading to make check-config happy
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
file |
diff |
annotate
|
Fri, 05 Jun 2015 19:35:32 -0400 |
Matt Harbison |
mq: use the optional badfn argument when building a matcher
|
file |
diff |
annotate
|
Fri, 05 Jun 2015 14:34:58 -0400 |
Augie Fackler |
mq: ban \r and \n in patch names (issue4711)
|
file |
diff |
annotate
|
Fri, 05 Jun 2015 14:31:52 -0400 |
Augie Fackler |
mq: use %r to format illegal characters instead of manually quoting
|
file |
diff |
annotate
|
Mon, 01 Jun 2015 18:05:38 +0000 |
Jordi Gutiérrez Hermoso |
phases: rewrite "immutable changeset" to "public changeset"
|
file |
diff |
annotate
|
Tue, 28 Apr 2015 16:44:37 -0400 |
Augie Fackler |
extensions: document that `testedwith = 'internal'` is special
|
file |
diff |
annotate
|
Sat, 16 May 2015 14:30:07 -0400 |
Augie Fackler |
cleanup: use __builtins__.any instead of util.any
|
file |
diff |
annotate
|
Mon, 11 May 2015 17:51:22 -0700 |
Durham Goode |
mq: use ui.allowemptycommit to allow empty commits
|
file |
diff |
annotate
|
Thu, 07 May 2015 12:07:11 +0900 |
FUJIWARA Katsunori |
mq: use dirstateguard instead of dirstate.invalidate (qrefresh)
|
file |
diff |
annotate
|
Thu, 07 May 2015 12:07:11 +0900 |
FUJIWARA Katsunori |
mq: use dirstateguard instead of dirstate.invalidate (qpush)
|
file |
diff |
annotate
|
Mon, 20 Apr 2015 18:13:44 -0500 |
Matt Mackall |
mq: avoid silent failure when single patch doesn't apply (issue4604)
stable
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 21:53:17 +0900 |
Yuya Nishihara |
commands: say "working directory" in full spelling
|
file |
diff |
annotate
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi Gutiérrez Hermoso |
style: kill ersatz if-else ternary operators
|
file |
diff |
annotate
|
Sun, 11 Jan 2015 01:51:52 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.wopener
|
file |
diff |
annotate
|
Thu, 15 Jan 2015 23:17:12 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.opener
|
file |
diff |
annotate
|
Fri, 28 Nov 2014 03:09:19 +0100 |
Mads Kiilerich |
mq: drop updateheader - inserthgheader and insertplainheader is enough
|
file |
diff |
annotate
|
Fri, 28 Nov 2014 03:09:06 +0100 |
Mads Kiilerich |
mq: smarter handling of plain headers
|
file |
diff |
annotate
|
Fri, 28 Nov 2014 02:57:33 +0100 |
Mads Kiilerich |
mq: fix update of headers that occur in the "wrong" order
stable
|
file |
diff |
annotate
|
Mon, 17 Nov 2014 01:48:43 +0100 |
Mads Kiilerich |
mq: when adding headers in plain mode, separate them from message (issue4453)
stable
|
file |
diff |
annotate
|
Mon, 17 Nov 2014 01:48:19 +0100 |
Mads Kiilerich |
mq: introduce insertplainheader - same naive implementation as before
stable
|
file |
diff |
annotate
|
Sun, 16 Nov 2014 19:57:40 +0100 |
Mads Kiilerich |
mq: when setting message in plain mode, separate it from header (issue4453)
stable
|
file |
diff |
annotate
|
Sat, 01 Nov 2014 22:59:37 +0000 |
Pierre-Yves David |
mq: do not call [0] on revset
stable
|
file |
diff |
annotate
|
Sat, 04 Oct 2014 20:53:05 -0700 |
Martin von Zweigbergk |
strip: make checklocalchanges() return full status tuple
|
file |
diff |
annotate
|
Tue, 07 Oct 2014 00:33:47 -0700 |
Pierre-Yves David |
qimport: use `first` and `last` instead of direct indexing
|
file |
diff |
annotate
|
Tue, 07 Oct 2014 00:14:53 -0700 |
Pierre-Yves David |
mq: use `last` instead of direct indexing
|
file |
diff |
annotate
|
Tue, 07 Oct 2014 00:12:56 -0700 |
Pierre-Yves David |
mq: use `revs.sort()` to ensure the set is ascending
|
file |
diff |
annotate
|
Sat, 20 Sep 2014 17:06:57 +0200 |
Mads Kiilerich |
mq: write headers of new patches using patchheader
|
file |
diff |
annotate
|
Wed, 24 Sep 2014 02:41:11 +0200 |
Mads Kiilerich |
mq: refactor patchheader header ordering to match export (BC)
|
file |
diff |
annotate
|
Sat, 20 Sep 2014 17:06:57 +0200 |
Mads Kiilerich |
mq: upgrade non-plain patches to HG format when setting parent in patchheader
|
file |
diff |
annotate
|
Sat, 20 Sep 2014 17:06:56 +0200 |
Mads Kiilerich |
mq: make patchheader .plainmode more reliable
|
file |
diff |
annotate
|
Wed, 24 Sep 2014 01:39:25 +0200 |
Mads Kiilerich |
mq: simplify patchheader handling of the empty line before the diff
|
file |
diff |
annotate
|
Wed, 24 Sep 2014 01:36:44 +0200 |
Mads Kiilerich |
mq: write '# Parent ' lines with two spaces like export does (BC)
|
file |
diff |
annotate
|
Sat, 20 Sep 2014 17:06:56 +0200 |
Mads Kiilerich |
mq: write headers for new HG patches in the same order as export (BC)
|
file |
diff |
annotate
|
Sat, 20 Sep 2014 17:06:56 +0200 |
Mads Kiilerich |
mq: correctly make an empty line after description in new patches
|
file |
diff |
annotate
|
Tue, 16 Sep 2014 14:49:56 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Fri, 12 Sep 2014 02:29:19 +0900 |
FUJIWARA Katsunori |
mq: examine "pushable" of already applied patch correctly
stable
|
file |
diff |
annotate
|
Fri, 12 Sep 2014 02:29:19 +0900 |
FUJIWARA Katsunori |
mq: pop correct patches when changing pushable-ness of already applied ones
stable
|
file |
diff |
annotate
|
Fri, 12 Sep 2014 02:29:19 +0900 |
FUJIWARA Katsunori |
mq: use "mq.applied[i].name" instead of "mq.appliedname(i)" for safety
stable
|
file |
diff |
annotate
|
Fri, 12 Sep 2014 02:29:19 +0900 |
FUJIWARA Katsunori |
mq: report correct numbers for changing "number of guarded, applied patches"
stable
|
file |
diff |
annotate
|
Fri, 05 Sep 2014 11:36:20 -0700 |
Durham Goode |
dirstate: wrap setparent calls with begin/endparentchange (issue4353)
|
file |
diff |
annotate
|
Tue, 05 Aug 2014 23:52:21 -0700 |
Pierre-Yves David |
phase: add a transaction argument to retractboundary
|
file |
diff |
annotate
|
Wed, 06 Aug 2014 01:54:19 -0700 |
Pierre-Yves David |
phase: add a transaction argument to advanceboundary
|
file |
diff |
annotate
|
Thu, 24 Jul 2014 15:06:08 -0400 |
Jordi Gutiérrez Hermoso |
strip: remove -b/--backup codepaths
|
file |
diff |
annotate
|
Wed, 06 Aug 2014 00:50:07 -0700 |
Pierre-Yves David |
mq: wrap qimport phase movement in a transaction
|
file |
diff |
annotate
|
Wed, 06 Aug 2014 00:48:51 -0700 |
Pierre-Yves David |
mq: wrap qfinish phase movement in a transaction
|
file |
diff |
annotate
|
Sat, 02 Aug 2014 21:46:26 +0900 |
FUJIWARA Katsunori |
mq: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
file |
diff |
annotate
|
Thu, 31 Jul 2014 16:32:12 -0500 |
Matt Mackall |
qimport: record imported revs incrementally (issue3874)
stable
|
file |
diff |
annotate
|
Wed, 30 Jul 2014 00:14:52 +0900 |
FUJIWARA Katsunori |
doc: unify help text for "--edit" option
stable
|
file |
diff |
annotate
|
Sun, 04 May 2014 22:30:47 -0700 |
Gregory Szorc |
mq: define inferrepo in command decorator
|
file |
diff |
annotate
|
Sun, 04 May 2014 22:04:14 -0700 |
Gregory Szorc |
mq: define norepo in command decorator
|
file |
diff |
annotate
|
Sun, 01 Jun 2014 00:08:33 +0900 |
FUJIWARA Katsunori |
qfold: allow to specify '--message/'--logfile' and '--edit' at the same time
|
file |
diff |
annotate
|
Sun, 01 Jun 2014 00:08:32 +0900 |
FUJIWARA Katsunori |
qrefresh: allow to specify '--message/'--logfile' and '--edit' at the same time
|
file |
diff |
annotate
|
Sun, 11 May 2014 00:49:36 +0900 |
FUJIWARA Katsunori |
mq: use the editor gotten by "getcommiteditor()" instead of "ui.edit()" (qrefresh/qfold)
|
file |
diff |
annotate
|
Sun, 11 May 2014 00:49:36 +0900 |
FUJIWARA Katsunori |
mq: fold the code paths to invoke editor into specific logic (qrefresh/qfold)
|
file |
diff |
annotate
|
Sun, 11 May 2014 00:49:36 +0900 |
FUJIWARA Katsunori |
mq: use the editor gotten by "getcommiteditor()" instead of "ui.edit()" (qnew)
|
file |
diff |
annotate
|
Sun, 11 May 2014 00:49:36 +0900 |
FUJIWARA Katsunori |
mq: fold the code path to invoke editor into specific logic (qnew)
|
file |
diff |
annotate
|
Fri, 09 May 2014 08:44:53 +0900 |
FUJIWARA Katsunori |
mq: eliminate unused variable for test-check-pyflakes.t
|
file |
diff |
annotate
|