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
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
qrefresh: use "editor" argument of "commit()" instead of explicit "ui.edit()"
|
file |
diff |
annotate
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
qrefresh: relocate message/patch-header handling to delay message determination
|
file |
diff |
annotate
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
qnew: use "editor" argument of "commit()" instead of explicit "ui.edit()"
|
file |
diff |
annotate
|
Mon, 07 Apr 2014 23:10:20 +0200 |
Mads Kiilerich |
mq: repo['.'] is not a wctx, repo[None] is
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 13:45:48 -0700 |
Pierre-Yves David |
push: pass a `pushoperation` object to localrepo.checkpush
|
file |
diff |
annotate
|
Sat, 22 Mar 2014 23:39:51 +0900 |
FUJIWARA Katsunori |
localrepo: omit ".hgsubstate" also from "added" files
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 20 Mar 2014 00:10:45 +0900 |
FUJIWARA Katsunori |
mq: omit ".hgsubstate" from qnew/qrefresh target list for consistent node hash
|
file |
diff |
annotate
|
Thu, 20 Mar 2014 00:10:45 +0900 |
FUJIWARA Katsunori |
qnew: omit meaningless and harmful putting subrepositories into target list
|
file |
diff |
annotate
|
Tue, 18 Mar 2014 14:25:28 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Wed, 19 Mar 2014 01:07:41 +0900 |
FUJIWARA Katsunori |
qfold: save manually edited commit message into ".hg/last-message.txt"
stable
|
file |
diff |
annotate
|
Wed, 19 Mar 2014 01:07:41 +0900 |
FUJIWARA Katsunori |
qnew: save manually edited commit message into ".hg/last-message.txt"
stable
|
file |
diff |
annotate
|
Mon, 03 Mar 2014 19:41:30 +0900 |
Yuya Nishihara |
cmdserver: recreate mq object on runcommand in case queue path was changed
|
file |
diff |
annotate
|
Mon, 03 Mar 2014 19:41:26 +0900 |
Yuya Nishihara |
cmdserver: reload mq on each runcommand request to avoid corruption
|
file |
diff |
annotate
|
Tue, 11 Feb 2014 09:00:38 -0800 |
Lucas Moscovicz |
hgext: updated extensions to return a baseset when adding symbols
|
file |
diff |
annotate
|
Sun, 09 Feb 2014 17:30:49 -0600 |
Matt Mackall |
mq: fix qimport url check
|
file |
diff |
annotate
|
Fri, 07 Feb 2014 17:54:10 -0600 |
Matt Mackall |
qimport: allow importing URLs
|
file |
diff |
annotate
|
Sun, 24 Nov 2013 17:29:10 -0600 |
Kevin Bullock |
mq: prefer a loop to a double-for list comprehension
|
file |
diff |
annotate
|