Sat, 27 Sep 2014 14:52:09 +0900 |
Yuya Nishihara |
cmdserver: wrap 'pipe' mode server by service object
|
file |
diff |
annotate
|
Tue, 14 Oct 2014 13:25:13 -0700 |
Durham Goode |
obsolete: add allowunstable option
|
file |
diff |
annotate
|
Fri, 03 Oct 2014 09:29:48 -0700 |
Martin von Zweigbergk |
summary: make status code more readable
|
file |
diff |
annotate
|
Mon, 13 Oct 2014 17:12:31 -0500 |
Matt Mackall |
graft: use merge.graft
|
file |
diff |
annotate
|
Mon, 13 Oct 2014 14:33:13 -0500 |
Matt Mackall |
duplicatecopies: move from cmdutil to copies
|
file |
diff |
annotate
|
Mon, 13 Oct 2014 13:21:03 -0500 |
Matt Mackall |
graft: move rebase cleanup code next to actual rebase
|
file |
diff |
annotate
|
Sun, 12 Oct 2014 23:30:04 -0700 |
Durham Goode |
phases: change phase command change detection
|
file |
diff |
annotate
|
Mon, 06 Oct 2014 16:35:02 -0400 |
Jordi Gutiérrez Hermoso |
config: use the same hgrc for a cloned repo as for an uninitted repo
|
file |
diff |
annotate
|
Tue, 07 Oct 2014 00:38:14 -0700 |
Pierre-Yves David |
strip: stop calling `remove` on smartset
|
file |
diff |
annotate
|
Fri, 03 Oct 2014 00:43:22 +0900 |
Yuya Nishihara |
bookmarks: port to generic templater
|
file |
diff |
annotate
|
Fri, 03 Oct 2014 00:36:36 +0900 |
Yuya Nishihara |
bookmarks: split ui.write() so that it can be easily ported to formatter api
|
file |
diff |
annotate
|
Fri, 03 Oct 2014 00:15:39 +0900 |
Yuya Nishihara |
bookmarks: iterate bookmarks list even if it is known to be empty
|
file |
diff |
annotate
|
Thu, 02 Oct 2014 23:26:02 +0900 |
Yuya Nishihara |
branches: include active, closed and current flags in template output
|
file |
diff |
annotate
|
Thu, 02 Oct 2014 23:13:56 +0900 |
Yuya Nishihara |
branches: merge white space to format string
|
file |
diff |
annotate
|
Thu, 02 Oct 2014 22:59:56 +0900 |
Yuya Nishihara |
branches: port to generic templater
|
file |
diff |
annotate
|
Thu, 02 Oct 2014 22:15:39 +0900 |
Yuya Nishihara |
branches: format rev as integer that is necessary for generic templater
|
file |
diff |
annotate
|
Fri, 03 Oct 2014 22:20:02 +0900 |
Yuya Nishihara |
formatter: add general way to switch hex/short functions
|
file |
diff |
annotate
|
Fri, 03 Oct 2014 11:11:12 -0500 |
Pierre-Yves David |
commands: directly use exchange.pull
|
file |
diff |
annotate
|
Wed, 01 Oct 2014 12:50:18 -0700 |
Martin von Zweigbergk |
summary: remove unused code for listing ignored files
|
file |
diff |
annotate
|
Fri, 26 Sep 2014 17:44:00 -0700 |
Pierre-Yves David |
pull: move bookmark movements inside the `exchange.pull`
|
file |
diff |
annotate
|
Fri, 26 Sep 2014 10:59:29 -0700 |
Pierre-Yves David |
pull: use `other.url()` as the source of a bookmark pull
|
file |
diff |
annotate
|
Thu, 02 Oct 2014 21:58:10 +0900 |
Yuya Nishihara |
branches: reduce nesting in for loop
|
file |
diff |
annotate
|
Sun, 28 Sep 2014 16:57:37 +0200 |
Mads Kiilerich |
templater: introduce templatepaths for getting paths searched for templates
|
file |
diff |
annotate
|
Thu, 25 Sep 2014 17:53:27 -0700 |
Pierre-Yves David |
pull: gather all bookmark-pulling code together
|
file |
diff |
annotate
|
Thu, 25 Sep 2014 02:53:29 -0700 |
Pierre-Yves David |
push: perform bookmark export in the push function
|
file |
diff |
annotate
|
Thu, 25 Sep 2014 01:49:20 -0700 |
Pierre-Yves David |
push: pass list of bookmark to `exchange.push`
|
file |
diff |
annotate
|
Thu, 25 Sep 2014 02:53:49 -0700 |
Pierre-Yves David |
push: sanitize handling of bookmark push return value
|
file |
diff |
annotate
|
Thu, 25 Sep 2014 01:39:39 -0700 |
Pierre-Yves David |
push: use `exchange.push` in `commands.push`
|
file |
diff |
annotate
|
Tue, 30 Sep 2014 16:01:19 -0700 |
Siddharth Agarwal |
files: cache repo.dirstate
|
file |
diff |
annotate
|
Tue, 30 Sep 2014 15:21:35 -0700 |
Siddharth Agarwal |
files: only check for removed, not unknown or missing
|
file |
diff |
annotate
|
Tue, 30 Sep 2014 14:39:58 -0700 |
Siddharth Agarwal |
files: use ctx.matches instead of ctx.walk
|
file |
diff |
annotate
|
Tue, 30 Sep 2014 15:45:48 -0700 |
Siddharth Agarwal |
files: actually filter out removed files
|
file |
diff |
annotate
|
Tue, 30 Sep 2014 16:40:10 -0500 |
Matt Mackall |
help: basic support for showing only specified topic sections
|
file |
diff |
annotate
|
Tue, 30 Sep 2014 15:51:22 -0500 |
Matt Mackall |
help: support OS-specific help sections
|
file |
diff |
annotate
|
Mon, 29 Sep 2014 17:23:38 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Mon, 29 Sep 2014 16:42:12 -0500 |
Matt Mackall |
help: fix typo in log examples
stable
|
file |
diff |
annotate
|
Fri, 26 Sep 2014 16:44:11 -0500 |
Matt Mackall |
commands: add debuglocks to report/clear lock state
|
file |
diff |
annotate
|
Sun, 21 Sep 2014 12:50:48 +0900 |
Yuya Nishihara |
tags: use full hash for formatter output as in log or annotate commands
|
file |
diff |
annotate
|
Sun, 21 Sep 2014 12:46:23 +0900 |
Yuya Nishihara |
tags: change field name of formatter output to be the same as log command
|
file |
diff |
annotate
|
Sun, 21 Sep 2014 12:38:47 +0900 |
Yuya Nishihara |
files: correct topic of formatter
|
file |
diff |
annotate
|
Mon, 22 Sep 2014 16:14:08 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Mon, 22 Sep 2014 16:03:07 -0500 |
Matt Mackall |
commands: deprecate the parents commands
|
file |
diff |
annotate
|
Sun, 21 Sep 2014 10:31:34 -0500 |
Matt Mackall |
help: mention mode in hg log --removed help (issue4381)
stable
|
file |
diff |
annotate
|
Wed, 17 Sep 2014 23:21:20 +0900 |
Yuya Nishihara |
annotate: port to generic templater enabled by hidden -T option
|
file |
diff |
annotate
|
Tue, 16 Sep 2014 23:40:24 +0900 |
Yuya Nishihara |
annotate: split functions to get data without applying text formatting
|
file |
diff |
annotate
|
Fri, 29 Aug 2014 06:19:32 +0200 |
Yuya Nishihara |
annotate: remove unused variable in calculation of column widths
|
file |
diff |
annotate
|
Fri, 29 Aug 2014 05:36:52 +0200 |
Yuya Nishihara |
annotate: build format string separately from annotation data
|
file |
diff |
annotate
|
Fri, 29 Aug 2014 05:09:59 +0200 |
Yuya Nishihara |
annotate: remove redundant check for empty list of annotation data
|
file |
diff |
annotate
|
Tue, 16 Sep 2014 11:08:29 -0500 |
Matt Mackall |
locate: add pointer to files command in help
|
file |
diff |
annotate
|
Sun, 16 Mar 2014 13:29:08 -0500 |
Matt Mackall |
locate: deprecate in favor of files
|
file |
diff |
annotate
|
Mon, 15 Sep 2014 13:15:07 -0500 |
Matt Mackall |
commands: add hidden -T option for files/manifest/status/tags
|
file |
diff |
annotate
|
Fri, 12 Sep 2014 18:32:46 -0500 |
Matt Mackall |
files: add new command unifying locate and manifest functionality
|
file |
diff |
annotate
|
Thu, 11 Sep 2014 12:26:12 -0500 |
Matt Mackall |
ui: move samplehgrcs from config
|
file |
diff |
annotate
|
Tue, 19 Aug 2014 14:33:31 -0400 |
Augie Fackler |
commit: correctly check commit mutability during commit --amend
|
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, 02 Sep 2014 12:11:36 +0200 |
Sune Foldager |
changegroup: rename bundle-related functions and classes
|
file |
diff |
annotate
|
Wed, 13 Aug 2014 17:05:48 -0400 |
Jordi Gutiérrez Hermoso |
config: give more fine-tuned sample hgrcs to this command
|
file |
diff |
annotate
|
Tue, 19 Aug 2014 01:13:10 +0200 |
Mads Kiilerich |
revlog: introduce isancestor method for efficiently determining node lineage
|
file |
diff |
annotate
|
Thu, 04 Sep 2014 09:59:23 -0400 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Tue, 19 Aug 2014 16:57:02 -0700 |
Aaron Kushner |
config: exit non zero on non-existent config option (issue4247)
stable
|
file |
diff |
annotate
|
Sat, 30 Aug 2014 18:44:59 +0200 |
Matt Mackall |
merge with crew
|
file |
diff |
annotate
|
Sat, 30 Aug 2014 15:13:02 +0200 |
Kevin Bullock |
bookmarks: refer to "the" active bookmark to clarify that there's only one
stable
|
file |
diff |
annotate
|
Sat, 30 Aug 2014 11:57:46 +0200 |
Sune Foldager |
debugrevlog: add chainlen column to --dump output
|
file |
diff |
annotate
|
Sat, 30 Aug 2014 11:56:33 +0200 |
Henrik Stuart |
debugdag: stop wrongly sorting parents
|
file |
diff |
annotate
|
Wed, 27 Aug 2014 18:35:34 +0200 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Wed, 27 Aug 2014 15:30:09 +0200 |
Mads Kiilerich |
graft: fix collision detection with origin revisions that are missing
stable
|
file |
diff |
annotate
|
Sat, 23 Aug 2014 23:03:50 +0900 |
FUJIWARA Katsunori |
import: disallow meaningless combination of "--exact" and "--edit"
|
file |
diff |
annotate
|
Tue, 19 Aug 2014 23:22:44 -0700 |
Pierre-Yves David |
debugobsolete: add a --rev argument
|
file |
diff |
annotate
|
Wed, 20 Aug 2014 18:11:23 -0700 |
Pierre-Yves David |
obsolete: rename `allmarkers` to `getmarkers`
|
file |
diff |
annotate
|
Wed, 20 Aug 2014 00:43:08 -0700 |
Pierre-Yves David |
debugobsolete: add a way to record parent information
|
file |
diff |
annotate
|
Sat, 16 Aug 2014 17:59:26 +0900 |
Yuya Nishihara |
annotate: abort early if no file is specified
|
file |
diff |
annotate
|
Sat, 16 Aug 2014 10:43:59 +0900 |
FUJIWARA Katsunori |
commit: change "editform" to distinguish merge commits from others
|
file |
diff |
annotate
|
Wed, 13 Aug 2014 23:25:07 -0700 |
Pierre-Yves David |
debugobsolete: use the new date argument on obsstore.create
|
file |
diff |
annotate
|
Thu, 14 Aug 2014 01:53:07 -0700 |
Pierre-Yves David |
obsolete: explicitly pass metadata argument using keyword argument
|
file |
diff |
annotate
|
Fri, 15 Aug 2014 11:48:05 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Fri, 15 Aug 2014 04:37:46 +0200 |
Mads Kiilerich |
cleanup: fix some list comprehension redefinitions of existing vars
|
file |
diff |
annotate
|
Thu, 14 Aug 2014 14:57:03 -0700 |
Pierre-Yves David |
debugobsolete: catch ValueError that may be raised by obsstore.create
stable
|
file |
diff |
annotate
|
Tue, 12 Aug 2014 04:50:58 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Mon, 11 Aug 2014 13:10:00 -0500 |
Matt Mackall |
unbundle: fix pyflakes warning about wc
stable
|
file |
diff |
annotate
|
Mon, 11 Aug 2014 11:24:05 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Sun, 10 Aug 2014 23:09:23 -0500 |
Matt Mackall |
unbundle: don't advance bookmarks (issue4322) (BC)
stable
|
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
|
Wed, 06 Aug 2014 00:50:53 -0700 |
Pierre-Yves David |
phase: wrap `hg phases` phase movement in a transaction
|
file |
diff |
annotate
|
Tue, 05 Aug 2014 18:53:05 -0700 |
Pierre-Yves David |
commit: update the --secret code to use backupconfig and restoreconfig
|
file |
diff |
annotate
|
Sat, 02 Aug 2014 21:46:27 +0900 |
FUJIWARA Katsunori |
commit: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
file |
diff |
annotate
|
Sat, 02 Aug 2014 21:46:27 +0900 |
FUJIWARA Katsunori |
tag: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
file |
diff |
annotate
|
Sat, 02 Aug 2014 21:46:27 +0900 |
FUJIWARA Katsunori |
graft: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
file |
diff |
annotate
|
Sat, 02 Aug 2014 21:46:27 +0900 |
FUJIWARA Katsunori |
backout: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
file |
diff |
annotate
|
Fri, 01 Aug 2014 22:16:54 -0700 |
Siddharth Agarwal |
locate: use ctx.matches instead of ctx.walk
|
file |
diff |
annotate
|
Sat, 26 Jul 2014 14:54:36 -0700 |
Siddharth Agarwal |
graft: make --force apply across continues (issue3220)
|
file |
diff |
annotate
|
Fri, 25 Jul 2014 18:21:16 -0700 |
Siddharth Agarwal |
graft: allow regrafting ancestors with --force (issue3220)
|
file |
diff |
annotate
|
Fri, 01 Aug 2014 02:14:24 +0900 |
FUJIWARA Katsunori |
commands: make the warning message for "patch --partial" translatable
stable
|
file |
diff |
annotate
|
Thu, 31 Jul 2014 10:31:56 +0100 |
Alexandre Garnier |
debuginstall: handle quoted path for editor (issue4316)
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
|
Wed, 30 Jul 2014 00:13:59 +0900 |
FUJIWARA Katsunori |
doc: unify help text for "--message" option
stable
|
file |
diff |
annotate
|
Mon, 28 Jul 2014 10:05:17 +0200 |
Alexander Becher |
graft: add a reference to revsets to the help text (issue3362)
stable
|
file |
diff |
annotate
|
Sat, 26 Jul 2014 03:32:49 +0200 |
Pierre-Yves David |
resolve: add parenthesis around "no more unresolved files" message
stable
|
file |
diff |
annotate
|
Fri, 25 Jul 2014 15:35:09 -0500 |
Matt Mackall |
templates: re-add template listing support
stable
|
file |
diff |
annotate
|
Thu, 24 Jul 2014 14:29:08 -0700 |
Nathan Goldbaum |
resolve: report no argument warning using a hint
stable
|
file |
diff |
annotate
|
Wed, 23 Jul 2014 11:16:22 -0500 |
Matt Mackall |
version: don't traceback if no extensions to list (issue4312)
stable
|
file |
diff |
annotate
|
Sun, 20 Jul 2014 15:06:12 -0300 |
Wagner Bruna |
commands: fix typo in import documentation
stable
|
file |
diff |
annotate
|
Tue, 15 Jul 2014 14:52:22 -0700 |
Siddharth Agarwal |
commands: use util.re.compile instead of util.compilere
|
file |
diff |
annotate
|
Tue, 10 Jun 2014 13:44:37 +0300 |
anatoly techtonik |
version: show enabled extensions (issue4209)
|
file |
diff |
annotate
|
Thu, 01 May 2014 19:57:25 +0900 |
Yuya Nishihara |
serve: tidy up indent level of repository not found message
|
file |
diff |
annotate
|
Thu, 01 May 2014 19:54:43 +0900 |
Yuya Nishihara |
serve: inline checkrepo() that is used only when --stdio is specified
|
file |
diff |
annotate
|
Sat, 28 Jun 2014 13:02:44 +0900 |
Yuya Nishihara |
serve: make sure to print "listening at" message immediately
|
file |
diff |
annotate
|
Mon, 23 Jun 2014 13:50:44 -0500 |
Matt Mackall |
branchmap: don't use ui.warn for debug message
|
file |
diff |
annotate
|
Sun, 04 May 2014 22:22:59 -0700 |
Gregory Szorc |
commands: define inferrepo in command decorator
|
file |
diff |
annotate
|
Sun, 04 May 2014 22:16:05 -0700 |
Gregory Szorc |
commands: define optionalrepo in command decorator
|
file |
diff |
annotate
|
Sun, 04 May 2014 20:57:01 -0700 |
Gregory Szorc |
commands: define norepo in command decorator
|
file |
diff |
annotate
|
Sun, 04 May 2014 20:58:25 -0700 |
Gregory Szorc |
commands: add norepo argument to command decorator
|
file |
diff |
annotate
|
Wed, 18 Jun 2014 15:26:07 -0500 |
Matt Mackall |
bookmarks: improve the bookmark help (issue4244)
|
file |
diff |
annotate
|
Mon, 09 Jun 2014 14:11:17 -0500 |
Matt Mackall |
resolve: fix grammar of no matching files message
|
file |
diff |
annotate
|
Mon, 09 Jun 2014 13:53:23 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Sun, 01 Jun 2014 00:08:32 +0900 |
FUJIWARA Katsunori |
backout: accept '--edit' like other commands creating new changeset
|
file |
diff |
annotate
|
Mon, 26 May 2014 19:02:11 +0200 |
Mads Kiilerich |
resolve: keep wlock while resolving
stable
|
file |
diff |
annotate
|
Thu, 15 Aug 2013 16:49:27 -0500 |
Sean Farley |
memfilectx: call super.__init__ instead of duplicating code
|
file |
diff |
annotate
|
Tue, 27 May 2014 17:41:20 -0700 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Tue, 27 May 2014 15:16:52 -0700 |
Matt Mackall |
bookmarks: properly align multi-byte characters
stable
|
file |
diff |
annotate
|
Thu, 08 May 2014 17:08:17 -0700 |
Pierre-Yves David |
import: add --partial flag to create a changeset despite failed hunks
|
file |
diff |
annotate
|
Mon, 19 May 2014 01:53:34 +0200 |
Mads Kiilerich |
update: introduce --tool for controlling the merge tool
|
file |
diff |
annotate
|
Fri, 23 May 2014 13:10:31 -0700 |
Siddharth Agarwal |
resolve: don't abort resolve -l even when no merge is in progress
|
file |
diff |
annotate
|
Fri, 09 May 2014 18:15:02 -0700 |
Durham Goode |
graft: customize graft conflict markers (BC)
|
file |
diff |
annotate
|
Thu, 07 Mar 2013 14:17:56 +1100 |
Stephen Lee |
update: show message when a bookmark is activated by update
|
file |
diff |
annotate
|
Sun, 11 May 2014 00:49:36 +0900 |
FUJIWARA Katsunori |
tag: use the editor gotten by "getcommiteditor()" instead of "ui.edit()"
|
file |
diff |
annotate
|
Sun, 11 May 2014 00:49:36 +0900 |
FUJIWARA Katsunori |
graft: use "getcommiteditor()" instead of explicit editor choice
|
file |
diff |
annotate
|
Sun, 11 May 2014 00:49:36 +0900 |
FUJIWARA Katsunori |
commit: use "getcommiteditor()" instead of explicit editor choice
|
file |
diff |
annotate
|
Sun, 11 May 2014 00:49:36 +0900 |
FUJIWARA Katsunori |
backout: use "getcommiteditor()" instead of explicit editor choice
|
file |
diff |
annotate
|
Sun, 11 May 2014 00:49:35 +0900 |
FUJIWARA Katsunori |
backout: avoid redundant message examination
|
file |
diff |
annotate
|
Wed, 14 May 2014 12:49:55 -0700 |
Siddharth Agarwal |
update: when deactivating a bookmark, print a message
|
file |
diff |
annotate
|
Fri, 09 May 2014 14:46:50 -0500 |
Matt Mackall |
resolve: simplify "finished" message
|
file |
diff |
annotate
|
Fri, 18 Apr 2014 22:19:25 -0700 |
Gregory Szorc |
resolve: print message when no unresolved files remain (issue4214)
|
file |
diff |
annotate
|
Fri, 18 Apr 2014 18:56:26 -0700 |
Gregory Szorc |
resolve: print warning when no work performed (issue4208)
|
file |
diff |
annotate
|
Fri, 18 Apr 2014 19:08:32 -0700 |
Gregory Szorc |
resolve: abort when not applicable (BC)
|
file |
diff |
annotate
|
Fri, 18 Apr 2014 18:19:46 -0700 |
Gregory Szorc |
resolve: use early continue and deindent
|
file |
diff |
annotate
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
localrepo: add "editor" argument to "tag()"
|
file |
diff |
annotate
|
Mon, 28 Apr 2014 17:25:36 -0700 |
Pierre-Yves David |
graft: do not use `.remove` on a smart set (regression)
stable
|
file |
diff |
annotate
|
Tue, 22 Apr 2014 10:12:21 -0300 |
Wagner Bruna |
commands: fix typo in --graph description
stable
|
file |
diff |
annotate
|
Fri, 28 Feb 2014 15:10:56 -0800 |
Lucas Moscovicz |
log: changed implementation to use graphlog code
|
file |
diff |
annotate
|
Thu, 17 Apr 2014 20:01:39 +0200 |
Mads Kiilerich |
backout: use commonancestorsheads for checking linear heritage
|
file |
diff |
annotate
|
Tue, 15 Apr 2014 23:29:19 -0400 |
Matt Harbison |
cat: explicitly document the supported formatter rules
|
file |
diff |
annotate
|
Mon, 14 Apr 2014 15:45:30 -0400 |
Pierre-Yves David |
bundle2: add a ui argument to readbundle
|
file |
diff |
annotate
|
Mon, 14 Apr 2014 15:33:50 -0400 |
Pierre-Yves David |
bundle2: move `readbundle` into the `exchange` module
|
file |
diff |
annotate
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
outgoing: introduce "outgoinghooks" to avoid redundant outgoing check
|
file |
diff |
annotate
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
hg: make "_outgoing()" return peer object for remote repository
|
file |
diff |
annotate
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
hg: make "_outgoing()" return empty list instead of "None"
|
file |
diff |
annotate
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
summary: introduce "summaryremotehooks" to avoid redundant incoming/outgoing check
|
file |
diff |
annotate
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
summary: separate checking incoming/outgoing and showing remote summary
|
file |
diff |
annotate
|
Fri, 14 Mar 2014 21:32:05 -0400 |
Matt Harbison |
cat: support cat with explicit paths in subrepos
|
file |
diff |
annotate
|
Thu, 13 Mar 2014 23:45:18 -0400 |
Matt Harbison |
cat: move most of the implementation into cmdutils.cat()
|
file |
diff |
annotate
|
Wed, 16 Apr 2014 02:38:11 +0900 |
FUJIWARA Katsunori |
amend: invoke editor forcibly when "--edit" option is specified
|
file |
diff |
annotate
|
Wed, 16 Apr 2014 02:04:41 +0900 |
FUJIWARA Katsunori |
commit: abolish useless "--force-editor" internal option for "hg commit"
|
file |
diff |
annotate
|
Tue, 15 Apr 2014 14:15:35 -0400 |
Matt Mackall |
subrepo: return non-zero exit code when a subrepo push doesn't succeed
|
file |
diff |
annotate
|
Wed, 19 Mar 2014 00:13:38 +0100 |
Mads Kiilerich |
debugrevlog: format columns (more) nicely when dumping index data
|
file |
diff |
annotate
|
Sun, 08 Sep 2013 19:02:08 -0400 |
Bradley M. Kuhn |
commit: --edit/-e to force edit of otherwise-supplied commit message
|
file |
diff |
annotate
|
Mon, 31 Mar 2014 01:00:05 +0900 |
Takumi IINO |
grep: highlight all matched words
|
file |
diff |
annotate
|
Mon, 07 Apr 2014 23:17:51 +0200 |
Mads Kiilerich |
backout: don't limit heritage check to a single ancestor
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 15:27:53 -0700 |
Pierre-Yves David |
localrepo: move the addchangegroup method in changegroup module
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 14:40:35 -0700 |
Pierre-Yves David |
localrepo: move the getbundle method in changegroup module
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 14:33:23 -0700 |
Pierre-Yves David |
localrepo: move the getlocalbundle method in changegroup module
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 17:59:06 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Sat, 08 Mar 2014 18:52:16 +0900 |
Yuya Nishihara |
backout: correct commit status of no changes made (BC) (issue4190)
stable 2.9.2
|
file |
diff |
annotate
|
Sat, 08 Mar 2014 18:41:56 +0900 |
Yuya Nishihara |
backout: document return code of merge conflict
stable
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 15:11:19 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 02:46:03 +0900 |
FUJIWARA Katsunori |
i18n: fix "% inside _()" problems
stable
|
file |
diff |
annotate
|
Sat, 15 Feb 2014 19:54:14 +0900 |
FUJIWARA Katsunori |
grep: exit loop immediately, if matching is found in the file for "hg grep -l"
|
file |
diff |
annotate
|
Sat, 15 Feb 2014 19:54:05 +0900 |
FUJIWARA Katsunori |
grep: use "found" instead of "filerevmatches" examination for efficiency
|
file |
diff |
annotate
|
Sat, 15 Feb 2014 19:52:36 +0900 |
FUJIWARA Katsunori |
grep: reuse the first "util.binary()" result for efficiency
|
file |
diff |
annotate
|
Wed, 26 Mar 2014 12:52:57 -0500 |
Matt Mackall |
help: add examples to incoming
|
file |
diff |
annotate
|
Mon, 24 Feb 2014 22:42:14 +0100 |
Mads Kiilerich |
backout: improve confusing 'cannot backout change on a different branch' abort
|
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
|
Tue, 18 Mar 2014 18:57:19 -0500 |
Matt Mackall |
config: mention edit options and config topic in help
|
file |
diff |
annotate
|
Tue, 18 Mar 2014 18:49:30 -0500 |
Matt Mackall |
config: add --global and --local flags
|
file |
diff |
annotate
|
Tue, 18 Mar 2014 14:25:28 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Mon, 17 Mar 2014 14:57:13 -0400 |
Jordi Gutiérrez Hermoso |
commit: propagate --secret option to subrepos (issue4182)
stable
|
file |
diff |
annotate
|
Wed, 19 Mar 2014 01:07:41 +0900 |
FUJIWARA Katsunori |
tag: save manually edited commit message into ".hg/last-message.txt"
stable
|
file |
diff |
annotate
|
Fri, 14 Mar 2014 16:00:11 -0500 |
Matt Mackall |
debuginstall: change showing to checking for consistency and future checking
|
file |
diff |
annotate
|
Tue, 31 Dec 2013 00:37:16 -0800 |
Chris Jerdonek |
debuginstall: add Python information to debuginstall output (issue4128)
|
file |
diff |
annotate
|
Thu, 13 Mar 2014 12:05:08 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Thu, 13 Mar 2014 19:48:41 +0900 |
FUJIWARA Katsunori |
commit: create new amend changeset as secret correctly for "--secret" option
stable
|
file |
diff |
annotate
|
Mon, 10 Mar 2014 15:00:41 -0500 |
Matt Mackall |
templater: deprecate --style now that -T exists
|
file |
diff |
annotate
|
Sat, 08 Mar 2014 15:27:25 -0600 |
Matt Mackall |
commands: add -T alternative to --template
|
file |
diff |
annotate
|
Fri, 07 Mar 2014 14:29:26 -0500 |
Jordi Gutiérrez Hermoso |
config: clarify and exemplify the user name in the sample config file
|
file |
diff |
annotate
|
Thu, 06 Mar 2014 17:26:49 -0600 |
Matt Mackall |
status: improve explanation of ' ' status
|
file |
diff |
annotate
|
Mon, 03 Mar 2014 23:21:24 +0900 |
Yuya Nishihara |
cmdserver: allow to start server without repository
|
file |
diff |
annotate
|
Mon, 03 Mar 2014 15:34:09 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Mon, 03 Mar 2014 15:50:45 +0900 |
Yuya Nishihara |
phase: say "Returns 0" instead of "Return 0" like other command help
stable
|
file |
diff |
annotate
|
Thu, 27 Feb 2014 23:17:37 -0600 |
Matt Mackall |
config: make repo optional again
|
file |
diff |
annotate
|
Thu, 27 Feb 2014 18:57:03 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Tue, 25 Feb 2014 18:45:01 -0800 |
Pierre-Yves David |
resolve: use "other" changeset from merge state (issue4163)
stable
|
file |
diff |
annotate
|
Thu, 27 Feb 2014 14:48:36 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Thu, 27 Feb 2014 14:01:52 -0600 |
Matt Mackall |
config: add example config file when -e called with no config
|
file |
diff |
annotate
|
Thu, 27 Feb 2014 13:46:32 -0600 |
Matt Mackall |
config: add initial implementation of --edit
|
file |
diff |
annotate
|
Thu, 27 Feb 2014 12:42:09 -0600 |
Matt Mackall |
config: move showconfig code and add config as primary alias
|
file |
diff |
annotate
|
Tue, 25 Feb 2014 21:26:25 +0100 |
Piotr Klecha |
pull: close peer repo on completion (issue2491) (issue2797)
stable
|
file |
diff |
annotate
|
Tue, 25 Feb 2014 04:11:11 +0530 |
anuraggoel |
push: provide a hint when no paths in configured (issue3692)
|
file |
diff |
annotate
|
Wed, 12 Feb 2014 23:44:30 +0100 |
Mads Kiilerich |
log: describe graph symbols in the help
|
file |
diff |
annotate
|
Mon, 03 Feb 2014 10:15:15 -0800 |
Lucas Moscovicz |
revset: changed revsets to use spanset
|
file |
diff |
annotate
|
Tue, 11 Feb 2014 16:52:36 -0800 |
Pierre-Yves David |
import: move tryone closure in cmdutil
|
file |
diff |
annotate
|
Thu, 13 Feb 2014 13:52:45 -0800 |
Siddharth Agarwal |
commands.debugrevspec: add an option to print the optimized expression tree
|
file |
diff |
annotate
|
Tue, 11 Feb 2014 16:30:23 -0800 |
Pierre-Yves David |
debugobsolete: extract marker display in a dedicated function
|
file |
diff |
annotate
|
Tue, 04 Feb 2014 14:55:04 -0500 |
Augie Fackler |
commands: use ctx.getfileset instead of fileset.getfileset
|
file |
diff |
annotate
|
Mon, 27 Jan 2014 11:17:07 +0100 |
Simon Heimberg |
commands: hg debuginstall checks missing templates (issue4151)
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 11:39:26 -0800 |
Lucas Moscovicz |
revset: added baseset class (still empty) to improve revset performance
|
file |
diff |
annotate
|
Tue, 14 Jan 2014 13:38:16 -0800 |
Durham Goode |
cat: increase perf when catting single files
|
file |
diff |
annotate
|
Wed, 15 Jan 2014 17:55:13 -0600 |
Sean Farley |
commands: use bookmarks.validdest instead of duplicating logic
|
file |
diff |
annotate
|
Wed, 08 Jan 2014 17:23:26 -0800 |
Pierre-Yves David |
backout: add a message after backout that need manual commit
|
file |
diff |
annotate
|
Wed, 08 Jan 2014 14:53:46 -0800 |
Pierre-Yves David |
backout: avoid update on simple case.
|
file |
diff |
annotate
|
Sat, 16 Nov 2013 15:46:29 -0500 |
Mads Kiilerich |
bisect: --command without --noupdate should flag the parent rev it tested
|
file |
diff |
annotate
|
Tue, 19 Nov 2013 12:43:29 -0800 |
Siddharth Agarwal |
commands.bookmarks: move hexfn to inside list block
|
file |
diff |
annotate
|
Tue, 19 Nov 2013 12:42:17 -0800 |
Siddharth Agarwal |
commands.bookmarks: move cur initialization to inside wlock
|
file |
diff |
annotate
|
Thu, 21 Nov 2013 17:11:04 -0800 |
Siddharth Agarwal |
commands.bookmarks: pass cur in explicitly to checkconflict
|
file |
diff |
annotate
|
Tue, 19 Nov 2013 12:33:14 -0800 |
Siddharth Agarwal |
commands.bookmarks: hold wlock for write operations
|
file |
diff |
annotate
|
Tue, 19 Nov 2013 11:47:30 -0800 |
Siddharth Agarwal |
commands.bookmarks: separate out 'no bookmarks set' status messages
|
file |
diff |
annotate
|
Fri, 10 Jan 2014 16:26:11 -0600 |
Kevin Bullock |
doc: bump copyright year
|
file |
diff |
annotate
|
Mon, 16 Sep 2013 01:08:29 -0700 |
Brodie Rao |
branches: simplify with repo.branchmap().iterbranches()
|
file |
diff |
annotate
|
Mon, 16 Sep 2013 01:08:29 -0700 |
Brodie Rao |
debuglabelcomplete: simplify with repo.branchmap().iterbranches()
|
file |
diff |
annotate
|
Mon, 11 Nov 2013 21:16:54 +1100 |
Stephen Lee |
bookmarks: allow push -B to create a new remote head (issue2372)
|
file |
diff |
annotate
|
Fri, 15 Nov 2013 23:18:08 -0500 |
Brodie Rao |
branches: avoid unnecessary changectx.branch() calls
|
file |
diff |
annotate
|
Sun, 01 Dec 2013 14:10:53 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Wed, 27 Nov 2013 22:32:01 +0100 |
Santiago Pay=C3=A0 i Miralta |
help: fix backwards bisect help example
stable
|
file |
diff |
annotate
|
Fri, 22 Nov 2013 19:12:44 +0100 |
Martin Geisler |
bisect: don't mention obsolete graphlog extension in help
stable
|
file |
diff |
annotate
|
Mon, 25 Nov 2013 12:12:42 -0500 |
Sean Farley |
pathcomplete: remove ambiguous entries for sole completion on a directory
|
file |
diff |
annotate
|
Mon, 25 Nov 2013 16:15:44 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Wed, 06 Nov 2013 19:01:14 -0600 |
Sean Farley |
bookmarks: consider successor changesets when moving bookmark (issue4015)
stable
|
file |
diff |
annotate
|
Fri, 15 Nov 2013 18:06:01 -0800 |
Siddharth Agarwal |
commands.bookmark: use unsetcurrent instead of setcurrent with None
|
file |
diff |
annotate
|
Fri, 22 Nov 2013 17:26:58 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Fri, 08 Nov 2013 11:49:13 +0100 |
Martin Geisler |
phase: better error message when --force is needed
stable
|
file |
diff |
annotate
|
Sat, 16 Nov 2013 15:46:29 -0500 |
Mads Kiilerich |
bisect: avoid confusing use of variables with same names in nested local scopes
|
file |
diff |
annotate
|
Wed, 06 Nov 2013 22:09:15 -0500 |
Augie Fackler |
makememctx: move from patch to context to break import cycle
|
file |
diff |
annotate
|
Wed, 06 Nov 2013 16:48:06 -0500 |
Augie Fackler |
cleanup: move stdlib imports to their own import statement
|
file |
diff |
annotate
|
Fri, 08 Nov 2013 12:45:52 +0900 |
FUJIWARA Katsunori |
bookmarks: rewrite pushing local bookmarks in "commands.push()" by "compare()"
|
file |
diff |
annotate
|
Tue, 05 Nov 2013 08:59:55 +0100 |
Simon Heimberg |
documentation: add an extra newline after note directive
stable
|
file |
diff |
annotate
|
Fri, 25 Oct 2013 01:14:18 +0900 |
FUJIWARA Katsunori |
doc: put text into header of 1st column in table to generate page correctly
stable
|
file |
diff |
annotate
|
Fri, 25 Oct 2013 01:14:18 +0900 |
FUJIWARA Katsunori |
doc: use double quotation mark to quote arguments in examples for Windows users
stable
|
file |
diff |
annotate
|
Fri, 25 Oct 2013 01:14:18 +0900 |
FUJIWARA Katsunori |
doc: end line preceding command line example with double colon
stable
|
file |
diff |
annotate
|
Mon, 21 Oct 2013 10:26:38 -0700 |
Matt Mackall |
help: minor tweak to push help
stable
|
file |
diff |
annotate
|
Thu, 03 Oct 2013 23:16:06 +0900 |
FUJIWARA Katsunori |
push: add more detailed explanation about "--force" to online help document
|
file |
diff |
annotate
|
Thu, 10 Oct 2013 04:32:36 +0200 |
Mads Kiilerich |
commands: refactor 'serve', extract the http service class
|
file |
diff |
annotate
|