Sat, 26 Sep 2015 12:38:02 +0900 |
Yuya Nishihara |
templatekw: port implementation of showparents() from changeset_templater
|
file |
diff |
annotate
|
Sat, 26 Sep 2015 12:29:09 +0900 |
Yuya Nishihara |
changeset_printer: move _meaningful_parentrevs() to scmutil
|
file |
diff |
annotate
|
Wed, 30 Sep 2015 12:36:30 -0400 |
timeless |
cmdutil: handle multiline translations of HG: messages safely
|
file |
diff |
annotate
|
Fri, 25 Sep 2015 03:44:15 -0400 |
timeless |
cmdutil: remove HG: prefix from translation strings
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 01:58:33 -0700 |
Pierre-Yves David |
addremove: remove a mutable default argument
|
file |
diff |
annotate
|
Wed, 09 Sep 2015 22:27:48 -0400 |
Matt Harbison |
extdiff: enable -I/-X with --patch
|
file |
diff |
annotate
|
Wed, 26 Aug 2015 16:27:14 -0500 |
Matt Mackall |
templater: add new docheader/footer components for XML (issue4135)
|
file |
diff |
annotate
|
Wed, 09 Sep 2015 09:07:27 -0700 |
Durham Goode |
add: pass full=False to dirstate walk
|
file |
diff |
annotate
|
Fri, 28 Aug 2015 10:53:55 -0400 |
timeless |
spelling: behaviour -> behavior
|
file |
diff |
annotate
|
Tue, 25 Aug 2015 13:38:20 -0500 |
Matt Mackall |
templater: move verbosity-to-template matcher to constructor
|
file |
diff |
annotate
|
Tue, 25 Aug 2015 12:59:08 -0500 |
Matt Mackall |
templater: remove pseudo-ternary
|
file |
diff |
annotate
|
Tue, 25 Aug 2015 12:57:21 -0500 |
Matt Mackall |
templater: fix variable name that shadows built-in
|
file |
diff |
annotate
|
Tue, 25 Aug 2015 09:38:06 -0500 |
Matt Mackall |
templater: minor whitespace tweaks
|
file |
diff |
annotate
|
Sat, 08 Aug 2015 00:47:19 -0700 |
Gregory Szorc |
cmdutil: break import cycle
|
file |
diff |
annotate
|
Wed, 15 Jul 2015 03:43:16 +0900 |
FUJIWARA Katsunori |
cmdutil: allow callers of cmdutil.dorecord to omit suggestion
|
file |
diff |
annotate
|
Sun, 12 Apr 2015 21:52:02 +0900 |
Yuya Nishihara |
changeset_printer: change flush() to accept ctx instead of rev
|
file |
diff |
annotate
|
Sat, 04 Jul 2015 17:19:49 +0900 |
Yuya Nishihara |
changeset_printer: display wdirrev/wdirnode values for workingctx
|
file |
diff |
annotate
|
Wed, 08 Jul 2015 17:07:45 +0900 |
FUJIWARA Katsunori |
cmdutil: apply dirstate.normallookup on (maybe partially) committed files
|
file |
diff |
annotate
|
Wed, 08 Jul 2015 17:01:09 +0900 |
FUJIWARA Katsunori |
cmdutil: put recordfunc invocation into wlock scope for consistency
|
file |
diff |
annotate
|
Wed, 08 Jul 2015 17:01:09 +0900 |
FUJIWARA Katsunori |
cmdutil: remove useless dirstate.normallookup() invocation in revert()
|
file |
diff |
annotate
|
Thu, 02 Jul 2015 22:03:06 +0900 |
Yuya Nishihara |
changeset_printer: use node.wdirrev to calculate meaningful parentrevs
|
file |
diff |
annotate
|
Sun, 28 Sep 2014 01:09:16 -0700 |
Pierre-Yves David |
amend: move obsmarkers creation in the "new changeset" conditional
|
file |
diff |
annotate
|
Tue, 30 Jun 2015 22:28:40 -0700 |
Pierre-Yves David |
amend: move createmarkers evaluation earlier
|
file |
diff |
annotate
|
Tue, 30 Jun 2015 22:39:28 -0700 |
Pierre-Yves David |
amend: stop updating the bookmarks twice
|
file |
diff |
annotate
|
Tue, 30 Jun 2015 22:36:49 -0700 |
Pierre-Yves David |
amend: collaborate with the transaction when moving bookmarks
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 14:28:15 -0700 |
Laurent Charignon |
revert: change the direction of revert -i
|
file |
diff |
annotate
|
Wed, 10 Jun 2015 14:29:13 -0500 |
Matt Mackall |
formatter: move most of template option helper to formatter
|
file |
diff |
annotate
|
Thu, 04 Jun 2015 22:02:22 -0400 |
Matt Harbison |
revert: replace match.bad() monkey patching with match.badmatch()
|
file |
diff |
annotate
|
Thu, 04 Jun 2015 21:55:56 -0400 |
Matt Harbison |
cat: replace match.bad() monkey patching with match.badmatch()
|
file |
diff |
annotate
|
Thu, 04 Jun 2015 21:53:16 -0400 |
Matt Harbison |
forget: replace match.bad() monkey patching with match.badmatch()
|
file |
diff |
annotate
|
Thu, 04 Jun 2015 21:49:50 -0400 |
Matt Harbison |
add: replace match.bad() monkey patching with match.badmatch()
|
file |
diff |
annotate
|
Fri, 29 May 2015 13:11:52 -0700 |
Laurent Charignon |
revert: add an experimental config to use inverted selection
|
file |
diff |
annotate
|
Thu, 28 May 2015 16:41:47 -0700 |
Laurent Charignon |
record: precise documentation
|
file |
diff |
annotate
|
Wed, 27 May 2015 15:49:24 -0700 |
Laurent Charignon |
record: add an operation arguments to customize recording ui
|
file |
diff |
annotate
|
Tue, 19 May 2015 11:35:43 -0700 |
Martin von Zweigbergk |
_makelogrevset: avoid match.files() in conditions
|
file |
diff |
annotate
|
Tue, 19 May 2015 11:34:50 -0700 |
Martin von Zweigbergk |
walkchangerevs: avoid match.files() in conditions
|
file |
diff |
annotate
|
Thu, 21 May 2015 14:20:24 -0700 |
Martin von Zweigbergk |
walkchangerevs: simplify with an 'elif'
|
file |
diff |
annotate
|
Thu, 21 May 2015 14:34:24 -0700 |
Laurent Charignon |
revert: fix edition of newly added file during --interactive
|
file |
diff |
annotate
|
Thu, 21 May 2015 14:25:57 -0700 |
Laurent Charignon |
revert: make revert --interactive use git style diff
|
file |
diff |
annotate
|
Thu, 21 May 2015 14:32:14 -0700 |
Laurent Charignon |
record: extract code to compute newly added and modified files
|
file |
diff |
annotate
|
Thu, 21 May 2015 14:28:02 -0700 |
Laurent Charignon |
record: extract ishunk to a function
|
file |
diff |
annotate
|
Sun, 17 May 2015 22:42:47 -0400 |
Matt Harbison |
files: recurse into subrepos automatically with an explicit path
|
file |
diff |
annotate
|
Mon, 18 May 2015 12:18:00 -0500 |
Pierre-Yves David |
getlogrevs: rewrite a loop to get read of try/except
|
file |
diff |
annotate
|
Mon, 18 May 2015 12:17:08 -0500 |
Pierre-Yves David |
_makelogrevset: replace try/except with 'next' usage
|
file |
diff |
annotate
|
Sun, 17 May 2015 18:11:02 -0700 |
Pierre-Yves David |
walkchangerevs: replace try/except with 'next'
|
file |
diff |
annotate
|
Sun, 12 Apr 2015 23:51:06 -0700 |
Martin von Zweigbergk |
treemanifest: add --dir option to debug{revlog,data,index}
|
file |
diff |
annotate
|
Tue, 14 Apr 2015 12:53:48 -0700 |
Ryan McElroy |
bookmarks: rename current to active in variables and comments
|
file |
diff |
annotate
|
Mon, 11 May 2015 20:15:41 -0700 |
Durham Goode |
import: use ui.allowemptycommit to allow empty commits
|
file |
diff |
annotate
|
Thu, 07 May 2015 12:07:11 +0900 |
FUJIWARA Katsunori |
tryimportone: use dirstateguard instead of beginparentchange/endparentchange
|
file |
diff |
annotate
|
Thu, 07 May 2015 12:07:10 +0900 |
FUJIWARA Katsunori |
amend: use dirstateguard instead of dirstate.invalidate
|
file |
diff |
annotate
|
Thu, 07 May 2015 12:07:10 +0900 |
FUJIWARA Katsunori |
cmdutil: add class to restore dirstate during unexpected failure
|
file |
diff |
annotate
|
Mon, 04 May 2015 10:03:13 +0900 |
Yuya Nishihara |
templater: rename parsestring() to unquotestring() (API)
|
file |
diff |
annotate
|
Mon, 04 May 2015 10:01:03 +0900 |
Yuya Nishihara |
templater: remove noop calls of parsestring(s, quoted=False) (API)
|
file |
diff |
annotate
|
Tue, 14 Apr 2015 12:45:15 -0700 |
Ryan McElroy |
bookmarks: simplify iscurrent to isactivewdirparent (API)
|
file |
diff |
annotate
|
Tue, 21 Apr 2015 09:29:59 -0700 |
Martin von Zweigbergk |
remove: use ctx.hasdir(f) instead of 'f in ctx.dirs()'
|
file |
diff |
annotate
|
Tue, 14 Apr 2015 13:17:33 -0700 |
Ryan McElroy |
bookmarks: rename bookmarkcurrent to activebookmark (API)
|
file |
diff |
annotate
|
Mon, 27 Apr 2015 14:02:49 -0700 |
Laurent Charignon |
record: fix adding new file with record from within a subdir (issue4626)
stable
|
file |
diff |
annotate
|
Sat, 25 Apr 2015 23:44:53 +0900 |
FUJIWARA Katsunori |
cmdutil: avoid wrapping ctx.phasestr() by _()
stable
|
file |
diff |
annotate
|
Sat, 25 Apr 2015 23:54:31 -0400 |
Matt Harbison |
revert: restore the ability to revert across case only renames (issue4481)
stable
|
file |
diff |
annotate
|
Thu, 23 Apr 2015 14:27:26 -0700 |
Laurent Charignon |
record: edit patch of newly added files (issue4304)
stable
|
file |
diff |
annotate
|
Fri, 24 Apr 2015 23:52:41 +0900 |
FUJIWARA Katsunori |
revert: apply normallookup on reverted file if size isn't changed (issue4583)
stable
|
file |
diff |
annotate
|
Wed, 22 Apr 2015 13:56:30 -0700 |
Laurent Charignon |
record: fix record with change on moved file crashes (issue4619)
stable
|
file |
diff |
annotate
|
Sun, 05 Apr 2015 13:16:46 +0900 |
Yuya Nishihara |
cat: disable optimization of single file case for workingctx
|
file |
diff |
annotate
|
Sat, 11 Apr 2015 16:01:42 +0900 |
Yuya Nishihara |
cat: use ctx.manifestnode() in place of ctx._changeset[0]
|
file |
diff |
annotate
|
Sat, 11 Apr 2015 11:54:09 -0400 |
Pierre-Yves David |
revert: stop marking files clean after interactive revert (issue4592)
|
file |
diff |
annotate
|
Mon, 06 Apr 2015 14:36:08 -0700 |
Drew Gottlieb |
util: move dirs() and finddirs() from scmutil to util
|
file |
diff |
annotate
|
Sat, 14 Mar 2015 20:16:35 +0900 |
Yuya Nishihara |
jsonchangeset: set manifest node to "null" for workingctx
|
file |
diff |
annotate
|
Sat, 14 Mar 2015 20:15:40 +0900 |
Yuya Nishihara |
jsonchangeset: set rev and node to "null" for workingctx
|
file |
diff |
annotate
|
Sat, 14 Mar 2015 17:33:22 +0900 |
Yuya Nishihara |
changeset_printer: hide manifest node for workingctx
|
file |
diff |
annotate
|
Sat, 14 Mar 2015 20:01:30 +0900 |
Yuya Nishihara |
changeset_printer: display p1rev:p1node with "+" suffix for workingctx
|
file |
diff |
annotate
|
Sat, 14 Mar 2015 17:29:48 +0900 |
Yuya Nishihara |
changeset_printer: handle workingctx in _meaningful_parentrevs()
|
file |
diff |
annotate
|
Tue, 31 Mar 2015 17:49:46 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Tue, 31 Mar 2015 17:42:46 -0400 |
Matt Harbison |
forget: cleanup the output for an inexact case match on icasefs
stable
|
file |
diff |
annotate
|
Wed, 18 Mar 2015 21:44:25 -0700 |
Martin von Zweigbergk |
log: prefer 'wctx' over 'pctx' for working context
|
file |
diff |
annotate
|
Sat, 14 Mar 2015 17:40:47 +0900 |
Yuya Nishihara |
changeset_printer: use changectx to get status tuple
|
file |
diff |
annotate
|
Sat, 14 Mar 2015 17:23:51 +0900 |
Yuya Nishihara |
changeset_printer: replace _meaningful_parentrevs() by changeset_templater's
|
file |
diff |
annotate
|
Sat, 14 Mar 2015 17:19:04 +0900 |
Yuya Nishihara |
changeset_printer: use context objects consistently to show parents
|
file |
diff |
annotate
|
Fri, 27 Mar 2015 13:51:21 -0500 |
Matt Mackall |
cmdutil: remove some excess vertical whitespace
|
file |
diff |
annotate
|
Fri, 27 Mar 2015 13:48:51 -0500 |
Matt Mackall |
revert: move calculation of targetsubs earlier
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 15:51:57 -0700 |
Laurent Charignon |
record: change return value of recording code
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 14:01:14 -0700 |
Laurent Charignon |
revert: fix --interactive on local modification (issue4576)
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 13:55:35 +0900 |
FUJIWARA Katsunori |
cmdutil: allow bailifchanged to ignore merging in progress
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 13:55:35 +0900 |
FUJIWARA Katsunori |
subrepo: add bailifchanged to centralize raising Abort if subrepo is dirty
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 22:20:44 -0400 |
Matt Harbison |
revert: evaluate subrepos to revert against the working directory
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 21:54:47 -0400 |
Matt Harbison |
revert: handle subrepos missing in the given --rev
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 11:55:15 -0700 |
Sean Farley |
diff: rename --relative option to --root
|
file |
diff |
annotate
|
Sat, 17 Jan 2015 14:22:21 +0900 |
Yuya Nishihara |
revert: comment that filesets are always evaluated against workingctx
|
file |
diff |
annotate
|
Tue, 24 Mar 2015 15:47:57 -0700 |
Martin von Zweigbergk |
revert: take fast path also when not reverting to '.'
|
file |
diff |
annotate
|
Tue, 24 Mar 2015 13:56:51 -0700 |
Martin von Zweigbergk |
revert: define 'wctx' a little earlier and use it more
|
file |
diff |
annotate
|
Mon, 23 Mar 2015 23:04:51 -0700 |
Martin von Zweigbergk |
revert: evaluate filesets against working directory (issue4497)
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 15:06:40 -0700 |
Siddharth Agarwal |
cmdutil.diffordiffstat: add support for diffs relative to a subdirectory
|
file |
diff |
annotate
|
Fri, 20 Mar 2015 21:55:11 -0400 |
Matt Harbison |
cmdutil: drop a duplicate import of crecord
|
file |
diff |
annotate
|
Wed, 18 Mar 2015 23:03:41 -0400 |
Matt Harbison |
subrepo: add basic support to hgsubrepo for the files command
|
file |
diff |
annotate
|
Thu, 19 Mar 2015 09:12:21 -0700 |
Martin von Zweigbergk |
walkchangerevs: make followfilter a top-level class
|
file |
diff |
annotate
|
Tue, 28 Oct 2014 22:32:18 -0700 |
Martin von Zweigbergk |
walkchangerevs: simplify by using match.always() method
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 14:52:58 -0700 |
Durham Goode |
obsolete: remove last instance of _enabled
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 22:47:08 +0900 |
Yuya Nishihara |
commands: replace "working copy" with "working directory" in help/messages
|
file |
diff |
annotate
|
Mon, 16 Mar 2015 16:33:59 -0700 |
Laurent Charignon |
revert: add flag to make revert interactive
|
file |
diff |
annotate
|
Mon, 16 Mar 2015 15:37:00 -0700 |
Laurent Charignon |
record: move ui.write wrapping where it should be
|
file |
diff |
annotate
|
Mon, 16 Mar 2015 15:35:50 -0700 |
Laurent Charignon |
record: refactor the filtering code
|
file |
diff |
annotate
|
Mon, 16 Mar 2015 15:30:33 -0700 |
Laurent Charignon |
record: consolidate ui.write wrapping in a function
|
file |
diff |
annotate
|
Thu, 12 Mar 2015 17:50:23 -0700 |
Laurent Charignon |
record: minor refactoring of dorecord
|
file |
diff |
annotate
|
Thu, 12 Mar 2015 14:24:48 -0700 |
Laurent Charignon |
record: enable curses recording logic with experimental flag
|
file |
diff |
annotate
|
Thu, 12 Mar 2015 17:51:37 -0700 |
Laurent Charignon |
record: change interface of the filtering function
|
file |
diff |
annotate
|
Thu, 12 Mar 2015 14:20:32 -0700 |
Laurent Charignon |
record: change recording function to work with crecord
|
file |
diff |
annotate
|
Wed, 11 Mar 2015 16:39:38 -0700 |
Laurent Charignon |
record: change interface of dorecord to accept new filters
|
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
|
Thu, 12 Mar 2015 22:55:35 -0400 |
Matt Harbison |
files: replace 'ctx._repo' with 'ctx.repo()'
|
file |
diff |
annotate
|
Sun, 08 Mar 2015 16:50:57 -0400 |
Matt Harbison |
files: split reusable implementation into cmdutil for subrepo support
|
file |
diff |
annotate
|
Tue, 10 Mar 2015 17:14:33 -0700 |
Laurent Charignon |
record: move dorecord from record to cmdutil
|
file |
diff |
annotate
|
Tue, 10 Mar 2015 13:06:38 -0700 |
Siddharth Agarwal |
cmdutil.tryimportone: allow importing relative patches with --bypass
|
file |
diff |
annotate
|
Mon, 09 Mar 2015 18:22:24 -0700 |
Siddharth Agarwal |
cmdutil.tryimportone: allow importing relative patches into the working dir
|
file |
diff |
annotate
|
Tue, 10 Feb 2015 15:59:12 -0500 |
Augie Fackler |
dispatch: offer suggestions of similar-named commands
|
file |
diff |
annotate
|
Mon, 24 Nov 2014 16:42:49 -0500 |
Jordi GutiƩrrez Hermoso |
log: display closing-branch nodes as "_" (BC)
|
file |
diff |
annotate
|
Thu, 05 Mar 2015 22:16:28 -0800 |
Durham Goode |
workingctx: use normal dirs() instead of dirstate.dirs()
|
file |
diff |
annotate
|
Sun, 18 Jan 2015 02:38:57 +0100 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
file |
diff |
annotate
|
Mon, 02 Mar 2015 17:32:37 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Mon, 02 Mar 2015 19:01:00 +0000 |
Pierre-Yves David |
amend: check for directory renames for both merge parents (issue4516)
stable
|
file |
diff |
annotate
|
Sat, 07 Feb 2015 21:47:28 -0500 |
Matt Harbison |
revert: display full subrepo output with --dry-run
|
file |
diff |
annotate
|