hgext/mq.py
Mon, 03 Mar 2014 19:41:30 +0900 Yuya Nishihara cmdserver: recreate mq object on runcommand in case queue path was changed
Mon, 03 Mar 2014 19:41:26 +0900 Yuya Nishihara cmdserver: reload mq on each runcommand request to avoid corruption
Tue, 11 Feb 2014 09:00:38 -0800 Lucas Moscovicz hgext: updated extensions to return a baseset when adding symbols
Sun, 09 Feb 2014 17:30:49 -0600 Matt Mackall mq: fix qimport url check
Fri, 07 Feb 2014 17:54:10 -0600 Matt Mackall qimport: allow importing URLs
Sun, 24 Nov 2013 17:29:10 -0600 Kevin Bullock mq: prefer a loop to a double-for list comprehension
Sat, 16 Nov 2013 15:46:28 -0500 Mads Kiilerich mq: don't add '* * *' separators when there is no commit message
Tue, 05 Nov 2013 08:59:55 +0100 Simon Heimberg documentation: add an extra newline after note directive stable
Thu, 24 Oct 2013 01:49:56 +0800 Mads Kiilerich spelling: random spell checker fixes stable
Mon, 01 Apr 2013 20:01:16 -0700 Brodie Rao mq: refactor usage of repo.branchmap().iteritems() with itervalues()
Thu, 29 Aug 2013 09:22:15 -0700 David Soria Parra shelve: allow shelving of a change with an mq patch applied
Thu, 26 Sep 2013 23:57:21 +0200 Pierre-Yves David mq: extract strip function as its standalone extension (issue3824)
Thu, 26 Sep 2013 23:43:00 +0200 Pierre-Yves David strip: move the strip helper function for mq to strip
Thu, 26 Sep 2013 23:32:52 +0200 Pierre-Yves David strip: move checklocalchanges from mq to strip
Thu, 26 Sep 2013 23:12:43 +0200 Pierre-Yves David strip: move checksubstate from mq to strip
Thu, 26 Sep 2013 23:10:11 +0200 Pierre-Yves David mq: prepare a strip extension for extraction
Wed, 25 Sep 2013 14:16:51 +0200 Pierre-Yves David mq: have the strip command functionnal on repo without mq
Wed, 25 Sep 2013 14:07:37 +0200 Pierre-Yves David mq: extract `mq.queue.strip`
Wed, 25 Sep 2013 13:41:43 +0200 Pierre-Yves David mq: drop the use of mq.queue.qparent in mq.queue.strip
Wed, 25 Sep 2013 14:10:34 +0200 Pierre-Yves David mq: drop the use of mq.queue.qparent in mq.strip
Wed, 25 Sep 2013 19:34:45 +0200 Pierre-Yves David mq: document repo.mq.qparents
Wed, 25 Sep 2013 19:32:53 +0200 Pierre-Yves David mq: use the new checklocalchange in the strip command
Wed, 25 Sep 2013 12:43:14 +0200 Pierre-Yves David mq: extract checklocalchanges from `mq.queue`
Wed, 25 Sep 2013 11:24:43 +0200 Pierre-Yves David mq: extract checksubstate from the queue class
Wed, 25 Sep 2013 12:28:40 +0200 Pierre-Yves David mq: simplifies the refresh hint in checklocalchanges
Fri, 20 Sep 2013 11:47:03 -0500 Matt Mackall merge with stable
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao mq: remove unused repo._committingpatch-related code
Sat, 07 Sep 2013 15:07:10 -0500 Sean Farley strip: set current bookmark to None if stripped stable
Tue, 13 Aug 2013 01:38:30 +0200 Angel Ezquerra mq: update subrepos when applying / unapplying patches that change .hgsubstate
Tue, 06 Aug 2013 00:49:39 +0200 Angel Ezquerra mq: look for modified subrepos when checking for local changes
Thu, 25 Jul 2013 10:42:36 -0400 Augie Fackler mq: rename next() to nextpatch() to avoid confusing a future check-code patch stable
Thu, 25 Jul 2013 00:00:47 -0500 Matt Mackall mq: add checkunfinished support (issue3955) stable
Thu, 11 Jul 2013 19:25:44 -0500 Matt Mackall mq: remove reference to tip
Sun, 14 Jul 2013 17:23:07 +0200 Pierre-Yves David mq: use an unfiltered property cache for the queue object
Tue, 14 May 2013 11:23:16 -0700 Bryan O'Sullivan mq: switch to new summary hook mechanism
Thu, 18 Apr 2013 23:53:39 +0200 Simon Heimberg mq: do not inherit settings form base repo in mqrepo (Fixes issue2358)
Mon, 15 Apr 2013 01:37:23 +0200 Mads Kiilerich spelling: fix typos and spelling errors
Wed, 06 Mar 2013 20:13:09 -0800 Durham Goode strip: make --keep option not set all dirstate times to 0
Mon, 11 Feb 2013 16:21:48 +0100 Pierre-Yves David mq: comply with filtering when injecting fake tags (issue3812)
Sun, 10 Feb 2013 18:24:29 +0100 Mads Kiilerich spelling: fix some minor issues found by spell checker
Tue, 15 Jan 2013 02:59:13 +0100 Mads Kiilerich mq: stabilize update after strip of parent revision
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich subrepos: process subrepos in sorted order
Tue, 15 Jan 2013 01:05:12 +0100 Mads Kiilerich mq: checktoppatch should only check if p1 is qtip
Tue, 15 Jan 2013 01:05:12 +0100 Mads Kiilerich mq: fix qpop of working directory parent patch when not at qtip
Fri, 28 Dec 2012 03:42:21 +0100 Pierre-Yves David mq: drop `_cacheabletip` usage
Fri, 28 Dec 2012 11:55:57 +0100 Mads Kiilerich util: fold ENOENT check into unlinkpath, controlled by new ignoremissing flag
Thu, 20 Dec 2012 11:52:50 +0100 Pierre-Yves David branchmap: simplify _branchtags using a new _cacheabletip method
Sun, 09 Dec 2012 00:25:21 +0100 Mads Kiilerich mq: don't fail when removing a patch without patch file from series file
Sun, 09 Dec 2012 23:33:16 +0100 Mads Kiilerich check-code: there must also be whitespace between ')' and operator
Mon, 08 Oct 2012 20:01:40 +0200 Pierre-Yves David clfilter: mq should not warn about filtered mq patches
Mon, 08 Oct 2012 18:02:25 +0200 Pierre-Yves David clfilter: ensure that mq performs commits on unfiltered repos
Tue, 20 Nov 2012 11:52:47 -0800 Bryan O'Sullivan mq: don't refer to a random name-captured repo object
Wed, 07 Nov 2012 16:21:39 -0600 Augie Fackler bookmarks: introduce a bmstore to manage bookmark persistence
Wed, 31 Oct 2012 03:59:28 +0900 FUJIWARA Katsunori i18n: make column positioning message of MQ summary output translatable stable
Wed, 31 Oct 2012 03:59:28 +0900 FUJIWARA Katsunori i18n: add "i18n" comment to column positioning messages of "hg summary" stable
Tue, 30 Oct 2012 13:19:06 -0700 Durham Goode mq: fix qrefresh case sensitivity (issue3271) stable
Wed, 17 Oct 2012 21:30:08 -0700 Siddharth Agarwal url: use open and not url.open for local files (issue3624) stable
Tue, 16 Oct 2012 11:43:15 -0700 Siddharth Agarwal commands: don't infer repo for commands like update (issue2748)
Mon, 01 Oct 2012 02:44:46 +0200 David Soria Parra mq: update bookmarks during qrefresh
Thu, 04 Oct 2012 17:00:32 -0500 Bryan O'Sullivan mq: improve qqueue message with patches applied (issue3036)
less more (0) -300 -100 -60 tip