Sat, 02 Feb 2013 15:37:17 -0200 |
Antonio Zanardo |
commit: show active bookmark in commit editor helper text
|
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 |
log: make log work even if first parameter doesn't exist
|
Tue, 08 Jan 2013 20:37:37 +0100 |
Pierre-Yves David |
clfilter: enforce hidden changeset globally
|
Mon, 07 Jan 2013 19:24:36 +0100 |
Pierre-Yves David |
log: use "hidden" filtering instead of manual check at display time
|
Fri, 04 Jan 2013 13:48:07 +0100 |
Pierre-Yves David |
cmdutil: make options argument optional
|
Wed, 02 Jan 2013 00:24:28 -0600 |
Matt Mackall |
merge with stable
|
Sun, 30 Dec 2012 03:49:15 +0100 |
Pierre-Yves David |
amend: prevent loss of bookmark on failed amend
stable
|
Sat, 29 Dec 2012 18:00:18 +0100 |
Pierre-Yves David |
amend: invalidate dirstate in case of failure (issue3670)
stable
|
Fri, 28 Dec 2012 16:25:12 -0800 |
Siddharth Agarwal |
cmdutil: make getgraphlogrevs limit-aware
|
Fri, 28 Dec 2012 16:25:00 -0800 |
Siddharth Agarwal |
cmdutil: stop pretending we can calculate revs for graphlog lazily
|
Fri, 28 Dec 2012 16:24:36 -0800 |
Siddharth Agarwal |
cmdutil: store a local ref to repo.hiddenrevs in getgraphlogrevs
|
Fri, 28 Dec 2012 14:46:58 -0800 |
Siddharth Agarwal |
cmdutil: make getgraphlogrevs return revs in descending order
|
Tue, 04 Dec 2012 11:19:32 -0600 |
Kevin Bullock |
merge with stable
|
Fri, 30 Nov 2012 00:43:55 +0900 |
FUJIWARA Katsunori |
subrepo: add argument to "diff()" to pass "ui" of caller side (issue3712) (API)
stable 2.4.1
|
Tue, 13 Nov 2012 19:32:53 -0600 |
Augie Fackler |
Merge with crew-stable.
|
Tue, 13 Nov 2012 08:41:56 -0800 |
Pierre-Yves David |
amend: force editor only if old message is reused (issue3698)
stable
|
Wed, 07 Nov 2012 16:21:39 -0600 |
Augie Fackler |
bookmarks: introduce a bmstore to manage bookmark persistence
|
Wed, 31 Oct 2012 03:59:27 +0900 |
FUJIWARA Katsunori |
i18n: add "i18n" comment to column positioning messages of "hg log"
stable
|
Wed, 24 Oct 2012 15:37:32 +0200 |
Pierre-Yves David |
amend: fix incompatibity between logfile and message option (issue3675)
stable
|
Thu, 18 Oct 2012 17:54:34 +0200 |
Pierre-Yves David |
amend: do a bare kill of temporary changeset
|
Thu, 18 Oct 2012 22:12:15 +0200 |
Pierre-Yves David |
amend: add noise in extra to avoid creating obsolescence cycle (issue3664)
|
Tue, 16 Oct 2012 13:35:58 -0500 |
Sean Farley |
color: add additional changeset.phase label to log.changeset and log.parent
|
Thu, 13 Sep 2012 23:50:45 -0700 |
smuralid |
log: speed up hg log for untracked files (issue1340)
|
Mon, 03 Sep 2012 14:29:05 +0200 |
Pierre-Yves David |
clfilter: remove any explicit revision number from default cmdutil range
|
Thu, 20 Sep 2012 19:01:53 +0200 |
Pierre-Yves David |
clfilter: remove usage of `range` in favor of iteration over changelog
|
Tue, 11 Sep 2012 00:12:07 +0200 |
Pierre-Yves David |
amend: add obsolete support
|
Sat, 25 Aug 2012 16:20:41 +0200 |
Pierre-Yves David |
amend: use an explicit commit message for temporary amending commit
|
Mon, 10 Sep 2012 23:44:24 +0200 |
Pierre-Yves David |
amend: wrap all commit operations in a single transaction
|
Sat, 25 Aug 2012 15:37:28 +0200 |
Pierre-Yves David |
amend: lock the repository during the whole process
|
Sun, 09 Sep 2012 12:35:06 +0200 |
Patrick Mezard |
Merge with stable
|
Thu, 30 Aug 2012 16:47:08 +0200 |
Pierre-Yves David |
amend: preserve phase of amended revision (issue3602)
stable
|
Mon, 27 Aug 2012 09:37:49 -0700 |
Ankur Dahiya |
color: enabled color support for export command (issue1507)
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Sat, 04 Aug 2012 07:14:40 +0200 |
Ross Lagerwall |
util: replace util.nulldev with os.devnull
stable
|
Wed, 01 Aug 2012 15:49:00 +0200 |
Patrick Mezard |
log: make opts entries optional (issue2423)
stable
|
Mon, 16 Jul 2012 17:44:46 +0200 |
Pierre-Yves David |
hidden: move hiddenrevs set on the repository
|
Fri, 06 Jul 2012 13:56:40 -0700 |
Joshua Redstone |
scmutil: 25% speedup in casecollisionauditor
|
Wed, 11 Jul 2012 18:22:07 +0200 |
Patrick Mezard |
incoming/outgoing: handle --graph in core
|
Sat, 14 Jul 2012 19:09:22 +0200 |
Patrick Mezard |
log: support --graph without graphlog extension
|
Sat, 14 Jul 2012 18:55:21 +0200 |
Patrick Mezard |
graphlog: extract revset/support functions into cmdutil
|
Fri, 29 Jun 2012 00:40:52 -0500 |
Matt Mackall |
merge with stable
|
Sat, 23 Jun 2012 19:57:29 +0300 |
Idan Kamara |
amend: disable hooks when creating intermediate commit (issue3501)
stable
|
Tue, 12 Jun 2012 14:18:18 +0200 |
Martin Geisler |
cmdutil: lowercase finddate status message
|
Tue, 08 May 2012 22:43:44 +0200 |
Patrick Mezard |
cmdutil: extract increasing_windows() from walkchangerevs()
|
Sun, 13 May 2012 13:19:46 +0200 |
Patrick Mezard |
cmdutil: use filectx.cmp() in amend()
|
Sun, 13 May 2012 12:52:24 +0200 |
Matt Mackall |
merge with stable
|
Sat, 12 May 2012 16:00:58 +0200 |
Brodie Rao |
cleanup: "raise SomeException()" -> "raise SomeException"
|
Sat, 12 May 2012 22:12:54 +0200 |
Martin Geisler |
templater: handle SyntaxError when parsing ui.logtemplate
stable
|
Sat, 12 May 2012 00:06:11 +0200 |
Matt Mackall |
merge with stable
|
Fri, 11 May 2012 18:33:45 +0300 |
Idan Kamara |
amend: preserve extra dict (issue3430)
stable
|
Fri, 04 May 2012 09:20:28 -0500 |
Kevin Bullock |
revert: don't re-create changeset context
|
Mon, 30 Apr 2012 20:45:45 +0200 |
Patrick Mezard |
amend: fix copy records handling (issue3410)
stable
|
Sun, 29 Apr 2012 22:25:55 +0200 |
Patrick Mezard |
localrepo: add setparents() to adjust dirstate copies (issue3407)
stable
|
Sat, 28 Apr 2012 20:29:21 +0200 |
Patrick Mezard |
dirstate: preserve path components case on renames (issue3402)
stable
|
Wed, 18 Apr 2012 01:20:16 +0300 |
Idan Kamara |
commit: add option to amend the working dir parent
|
Wed, 28 Mar 2012 11:42:17 +0200 |
Angel Ezquerra |
revert: add support for reverting subrepos without --no-backup and/or --all
|
Wed, 28 Mar 2012 11:42:17 +0200 |
Angel Ezquerra |
revert: add support for reverting subrepos
|
Sun, 08 Apr 2012 12:38:26 -0500 |
Matt Mackall |
log: bypass file scan part of fastpath when no files
|
Sun, 08 Apr 2012 12:38:24 -0500 |
Matt Mackall |
cmdutil: use context instead of lookup
|