Mon, 24 Dec 2012 11:58:40 +0100 |
Pierre-Yves David |
phases: prepare phase command for filtering
|
Mon, 24 Dec 2012 11:57:48 +0100 |
Pierre-Yves David |
phases: avoid changectx creation while checking command result
|
Tue, 01 Jan 2013 13:18:33 -0600 |
Augie Fackler |
commands: fix implicit tuple that is invalid syntax in Python3
|
Mon, 31 Dec 2012 17:44:18 -0600 |
Pierre-Yves David |
amend: allow amend of non-head when obsolete is enabled
|
Fri, 28 Dec 2012 11:55:57 +0100 |
Mads Kiilerich |
util: fold ENOENT check into unlinkpath, controlled by new ignoremissing flag
|
Wed, 26 Dec 2012 11:16:18 -0600 |
Kevin Bullock |
merge with stable
|
Mon, 24 Dec 2012 13:26:13 +0100 |
Mads Kiilerich |
bookmarks: fix head selection for merge with two bookmarked heads
stable
|
Sun, 16 Dec 2012 22:00:38 -0600 |
Kevin Bullock |
commands: 'hg bookmark NAME' should work even with ui.strict=True
|
Thu, 13 Dec 2012 15:38:43 +0100 |
Pierre-Yves David |
obsolete: compute successors set
|
Sun, 09 Dec 2012 23:33:16 +0100 |
Mads Kiilerich |
rm: drop misleading 'use -f' hint for the rm --after 'not removing' warning
|
Tue, 04 Dec 2012 12:54:18 -0800 |
David Schleimer |
graft: explicit current node tracking
|
Tue, 04 Dec 2012 12:54:18 -0800 |
David Schleimer |
graft: move commit info building
|
Thu, 29 Nov 2012 08:49:21 -0500 |
Tim Henigan |
branch: add missing repo argument to checknewlabel
|
Wed, 28 Nov 2012 18:08:51 -0600 |
Matt Mackall |
merge with stable
|
Tue, 27 Nov 2012 08:47:35 -0500 |
Tim Henigan |
update: allow update to existing branches with invalid names (issue3710)
stable
|
Wed, 28 Nov 2012 11:20:56 +0100 |
Pierre-Yves David |
command: remove phase from the list of basic command
stable
|
Fri, 23 Nov 2012 11:59:44 -0500 |
Jordi GutiƩrrez Hermoso |
bisect: add example for limiting bisection to specified directories
|
Sun, 25 Nov 2012 13:53:47 -0600 |
Matt Mackall |
i18n: wrap false positives for translation detection
|
Fri, 16 Nov 2012 10:20:32 -0600 |
Kevin Bullock |
merge with crew-stable
|
Thu, 15 Nov 2012 11:27:30 -0600 |
Kevin Bullock |
grep: remove useless while condition
stable
|
Tue, 13 Nov 2012 19:32:53 -0600 |
Augie Fackler |
Merge with crew-stable.
|
Mon, 12 Nov 2012 19:27:03 +0200 |
Idan Kamara |
grep: don't search past the end of the searched string
stable
|
Mon, 12 Nov 2012 19:27:03 +0200 |
Idan Kamara |
grep: don't search past the end of the searched string
|
Wed, 07 Nov 2012 16:21:39 -0600 |
Augie Fackler |
bookmarks: introduce a bmstore to manage bookmark persistence
|
Tue, 06 Nov 2012 17:38:22 -0600 |
Matt Mackall |
tags: add formatter support
|
Tue, 06 Nov 2012 17:30:49 -0600 |
Matt Mackall |
manifest: add formatter support
|
Tue, 06 Nov 2012 17:30:47 -0600 |
Matt Mackall |
status: use condwrite to avoid zero-width format string hack
|
Wed, 31 Oct 2012 03:59:28 +0900 |
FUJIWARA Katsunori |
i18n: add "i18n" comment to column positioning messages of "hg summary"
stable
|
Wed, 17 Oct 2012 21:30:08 -0700 |
Siddharth Agarwal |
url: use open and not url.open for local files (issue3624)
stable
|
Thu, 04 Oct 2012 19:46:43 +0200 |
Simon Heimberg |
subrepo: more isolation, only use ui for hg.peer when there is no repo
stable
|
Mon, 22 Oct 2012 17:23:31 -0500 |
Matt Mackall |
update: check for missing files with --check (issue3595)
stable
|
Mon, 22 Oct 2012 16:06:47 -0500 |
Matt Mackall |
remove: don't return error on directories with tracked files
stable
|
Thu, 18 Oct 2012 10:31:15 +0900 |
FUJIWARA Katsunori |
help: indicate help omitting if help document is not fully displayed
|
Mon, 15 Oct 2012 14:45:27 +0200 |
Pierre-Yves David |
debugobsolete: add --flags option
|
Thu, 18 Oct 2012 16:34:13 -0500 |
Kevin Bullock |
bookmarks: further flatten code
|
Wed, 17 Oct 2012 21:42:06 -0500 |
Kevin Bullock |
scmutil: add bad character checking to checknewlabel
|
Wed, 17 Oct 2012 17:23:39 -0500 |
Kevin Bullock |
bookmarks: use scmutil.checknewlabel
|
Wed, 17 Oct 2012 16:34:46 -0500 |
Kevin Bullock |
scmutil: add function to validate new branch, tag, and bookmark names
|
Wed, 17 Oct 2012 16:23:42 -0500 |
Kevin Bullock |
bookmarks: remove redundant check for newline
|
Thu, 18 Oct 2012 22:35:28 +0200 |
Adrian Buehlmann |
bookmarks: replace code-redundant comment with something more useful
|
Thu, 18 Oct 2012 22:33:58 +0200 |
Adrian Buehlmann |
bookmarks: remove another uneeded return
|
Sat, 05 May 2012 15:30:54 -0500 |
Kevin Bullock |
update: remove unnecessary argument check
|
Sun, 14 Oct 2012 20:27:55 +0200 |
Idan Kamara |
grep: colorize all fields
|
Wed, 17 Oct 2012 12:15:23 -0500 |
Kevin Bullock |
bookmarks: simplify code
|
Wed, 17 Oct 2012 11:50:47 +0200 |
David Soria Parra |
bookmarks: abort when incompatible options are used (issue3663)
|
Wed, 17 Oct 2012 08:44:49 +0200 |
David Soria Parra |
bookmarks: check bookmark format during rename (issue3662)
|
Tue, 16 Oct 2012 13:35:58 -0500 |
Sean Farley |
color: add additional changeset.phase label to log.changeset and log.parent
|
Tue, 16 Oct 2012 11:43:15 -0700 |
Siddharth Agarwal |
commands: don't infer repo for commands like update (issue2748)
|
Tue, 09 Oct 2012 09:45:44 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Mon, 08 Oct 2012 00:19:30 +0200 |
Kevin Bullock |
bookmarks: deactivate current bookmark if no name is given
stable
|
Thu, 04 Oct 2012 01:24:05 +0900 |
FUJIWARA Katsunori |
help: add information about recovery from corruption to help of "verify"
|
Mon, 01 Oct 2012 03:19:23 +0200 |
David Soria Parra |
bookmarks: teach the -r option to use revsets
|
Tue, 25 Sep 2012 20:50:40 +0300 |
Sergey Kishchenko |
resolve: commit the changes after each item resolve (issue3638)
|
Tue, 11 Sep 2012 08:36:09 -0700 |
Bryan O'Sullivan |
Merge spelling fixes
|
Fri, 17 Aug 2012 13:58:18 -0700 |
timeless |
spelling: override
|
Fri, 17 Aug 2012 13:58:18 -0700 |
timeless |
en-us: labeled
|
Wed, 15 Aug 2012 22:39:18 +0200 |
Mads Kiilerich |
fix wording and not-completely-trivial spelling errors and bad docstrings
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Fri, 24 Aug 2012 17:51:47 -0500 |
Matt Mackall |
merge with stable
|
Mon, 06 Aug 2012 12:59:47 +0200 |
Adrian Buehlmann |
debuginstall: show directory for Python lib
stable
|