Thu, 18 May 2017 18:00:52 -0400 |
Augie Fackler |
cmdutil: use repo[None].walk instead of repo.walk
|
Sat, 09 Jan 2016 23:24:52 +0900 |
Yuya Nishihara |
extensions: show deprecation warning for the use of cmdutil.command
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
Tue, 09 May 2017 16:29:31 -0700 |
Durham Goode |
obsolete: add operation metadata to rebase/amend/histedit obsmarkers
|
Fri, 10 Feb 2017 16:56:29 -0800 |
Martin von Zweigbergk |
cleanup: use set literals
|
Thu, 04 May 2017 00:24:21 +0530 |
Pulkit Goyal |
py3: convert kwargs' keys to str using pycompat.strkwargs
|
Thu, 04 May 2017 21:11:40 -0700 |
Martin von Zweigbergk |
forget: access status fields by name, not index
|
Fri, 05 May 2017 01:41:54 +0530 |
Pulkit Goyal |
py3: use %d to format integers into bytestrings
|
Fri, 05 May 2017 01:26:13 +0530 |
Pulkit Goyal |
py3: slice over bytes to prevent getting ascii values
|
Tue, 25 Apr 2017 01:52:30 +0530 |
Pulkit Goyal |
py3: handle opts correctly for `hg add`
|
Fri, 21 Apr 2017 02:20:46 +0530 |
Pulkit Goyal |
py3: convert opts to bytes in cmdutil.dorecord()
|
Sat, 25 Feb 2017 19:32:39 +0900 |
Yuya Nishihara |
commit: optionally strip quotes from commit template (BC)
|
Sat, 25 Feb 2017 19:28:16 +0900 |
Yuya Nishihara |
graphlog: optionally strip quotes from graphnode template (BC)
|
Sat, 15 Apr 2017 18:05:40 -0400 |
Matt Harbison |
serve: add support for Mercurial subrepositories
|
Fri, 22 Apr 2016 21:46:33 +0900 |
Yuya Nishihara |
templater: provide loop counter as "index" keyword
|
Sat, 25 Mar 2017 09:39:07 +0100 |
Denis Laxalde |
cmdutil: add a "changeset.obsolete" label in changeset_printer
|
Tue, 14 Mar 2017 18:16:13 +0900 |
Yuya Nishihara |
graphlog: pass function arguments without expansion
|
Thu, 16 Mar 2017 14:23:49 -0700 |
Jun Wu |
import: get rid of ui.backupconfig
|
Wed, 15 Mar 2017 23:06:50 +0900 |
Yuya Nishihara |
util: wrap s.encode('string_escape') call for future py3 compatibility
|
Wed, 08 Mar 2017 16:53:09 -0800 |
Pierre-Yves David |
cmdutil: directly use repo.vfs.join
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
vfs: use repo.wvfs.unlinkpath
|
Thu, 02 Mar 2017 13:30:47 +0100 |
Pierre-Yves David |
vfs: use 'vfs' module directly in 'mercurial.cmdutil'
|
Thu, 02 Mar 2017 03:52:36 +0100 |
Pierre-Yves David |
vfs: replace 'scmutil.opener' usage with 'scmutil.vfs'
|
Mon, 06 Mar 2017 14:11:21 +0100 |
Denis Laxalde |
revert: always display hunks reversed when reverting to parent
|
Sat, 25 Feb 2017 16:38:26 +0900 |
Yuya Nishihara |
templatekw: move defaulttmpl constant from changeset_templater
|
Sat, 25 Feb 2017 16:26:58 +0900 |
Yuya Nishihara |
templater: port formatnode filter from changeset_templater
|
Wed, 24 Feb 2016 14:44:14 -0800 |
Martin von Zweigbergk |
revert: move code dealing with deletions closer together
|
Wed, 01 Mar 2017 19:51:05 -0800 |
Durham Goode |
revert: remove set(mf) because it's O(manifest)
|
Thu, 23 Feb 2017 21:20:26 +0900 |
Yuya Nishihara |
graphlog: restore pager lost at 1cec1d863008
|
Sun, 19 Feb 2017 18:16:09 +0900 |
Yuya Nishihara |
revset: import set classes directly from smartset module
|
Fri, 03 Feb 2017 16:01:19 -0500 |
Augie Fackler |
cmdutil: remove forwarding methods per deprecation policy
|
Wed, 18 Jan 2017 18:25:51 -0800 |
Sean Farley |
ui: rename tmpdir parameter to more specific repopath
stable
|
Mon, 16 Jan 2017 21:15:21 -0800 |
Sean Farley |
cmdutil: add tmpdir parament to ui.edit calls
|
Tue, 17 Jan 2017 23:12:54 -0500 |
Matt Harbison |
templater: add '{envvars}' to access environment variables
|
Tue, 10 Jan 2017 09:32:27 +0100 |
Valters Vingolds |
rebase: provide detailed hint to abort message if working dir is not clean
|
Fri, 06 Jan 2017 22:50:04 +0900 |
Yuya Nishihara |
commit: fix unmodified message detection for the "--- >8 ----" magic
|
Sat, 07 Jan 2017 12:07:56 +0100 |
Denis Laxalde |
log: drop unnecessary ui.note label from "trouble: " line
|
Fri, 06 Jan 2017 12:36:21 +0100 |
Denis Laxalde |
cmdutil: add missing "i18n" comment about "trouble: " line
|
Sat, 31 Dec 2016 15:36:36 -0600 |
Sean Farley |
cmdutil: add special string that ignores rest of text
|
Mon, 10 Oct 2016 12:06:58 +0200 |
Denis Laxalde |
cmdutil: add support for evolution "troubles" display in changeset_printer
|
Tue, 03 Jan 2017 10:56:41 +0100 |
Denis Laxalde |
cmdutil: extract a _changesetlabels function out of changeset_printer._show()
|
Sat, 17 Dec 2016 20:14:24 +0530 |
Pulkit Goyal |
py3: replace os.sep with pycompat.ossep (part 3 of 4)
|
Wed, 23 Nov 2016 19:03:24 +0000 |
Jun Wu |
revert: pass operation to crecord
|
Fri, 25 Nov 2016 09:10:30 +0100 |
Denis Laxalde |
revert: prompt before removing files in interactive mode
|
Fri, 25 Nov 2016 09:09:31 +0100 |
Denis Laxalde |
revert: indicate the default choice when prompting to forget files
|
Fri, 25 Nov 2016 09:09:03 +0100 |
Denis Laxalde |
style: avoid an unnecessary line split
|
Wed, 23 Nov 2016 00:03:11 +0530 |
Pulkit Goyal |
py3: use pycompat.getcwd() instead of os.getcwd()
|
Sat, 15 Oct 2016 13:47:43 +0900 |
Yuya Nishihara |
server: move cmdutil.service() to new module (API)
|
Mon, 21 Nov 2016 21:36:46 -0500 |
Augie Fackler |
cmdutil: turn forward of checkunresolved into a deprecation warning
|
Mon, 21 Nov 2016 21:31:45 -0500 |
Augie Fackler |
checkunresolved: move to new package to help avoid import cycles
|
Mon, 21 Nov 2016 21:16:54 -0500 |
Augie Fackler |
cmdutil: mark dirstateguard as deprecated
|
Mon, 21 Nov 2016 21:29:32 -0500 |
Augie Fackler |
dirstateguard: move to new module so I can break some layering violations
|
Thu, 20 Oct 2016 23:53:36 +0900 |
Yuya Nishihara |
py3: bulk replace sys.stdin/out/err by util's
|
Sat, 12 Nov 2016 13:36:17 +0100 |
Henning Schild |
patch: remove unused git parameter from patch.diffstat()
|
Thu, 10 Nov 2016 02:13:19 -0800 |
Durham Goode |
manifest: remove last uses of repo.manifest
|
Thu, 10 Nov 2016 02:13:19 -0800 |
Durham Goode |
manifest: delete unused dirlog and _newmanifest functions
|
Tue, 08 Nov 2016 08:03:43 -0800 |
Durham Goode |
manifest: remove manifest.find
|
Mon, 17 Oct 2016 23:16:55 +0200 |
Mads Kiilerich |
spelling: fixes of non-dictionary words
|
Wed, 02 Nov 2016 18:45:53 +0000 |
timeless |
cmdutil: refactor checkunresolved
|
Fri, 14 Oct 2016 01:53:15 +0200 |
Mads Kiilerich |
cmdutil: satisfy expections in dirstateguard.__del__, even if __init__ fails
|
Mon, 19 Sep 2016 17:15:39 -0400 |
Augie Fackler |
copy: distinguish "file exists" cases and add a hint (BC)
|
Sat, 08 Oct 2016 00:59:41 +0200 |
Mads Kiilerich |
largefiles: use context for file closing
|
Sat, 24 Sep 2016 19:58:23 +0900 |
Yuya Nishihara |
log: copy the way of ancestor traversal to --follow matcher (issue5376)
|
Sat, 24 Sep 2016 19:52:02 +0900 |
Yuya Nishihara |
log: unroll loop that populates file paths for --patch --follow matcher
|
Thu, 22 Sep 2016 20:59:24 +0900 |
Yuya Nishihara |
log: drop outdated optimization to walk revisions in reverse order
|
Thu, 22 Sep 2016 20:53:53 +0900 |
Yuya Nishihara |
graphlog: preserve topo sort even if additional filter options specified
|
Fri, 02 Sep 2016 21:46:00 +0000 |
timeless |
remove: specify hg in added warning
|
Tue, 03 May 2016 14:24:00 +0900 |
Yuya Nishihara |
log: drop hack to fix order of revset (issue5100)
|
Sun, 21 Aug 2016 08:00:18 +0000 |
Hannes Oldenburg |
cmdutil: extract samefile function from amend()
|
Tue, 16 Aug 2016 08:15:12 +0000 |
Hannes Oldenburg |
subrepo: cleanup of subrepo filematcher logic
|
Mon, 15 Aug 2016 16:07:55 +0900 |
Yuya Nishihara |
debugobsolete: add formatter support (issue5134)
|
Tue, 09 Aug 2016 09:02:51 +0000 |
Hannes Oldenburg |
match: added matchessubrepo method to matcher
|
Sun, 07 Aug 2016 14:06:20 +0000 |
Hannes Oldenburg |
cmdutil: remove duplicated badmatch call in cat()
|
Fri, 05 Aug 2016 13:00:33 -0400 |
Augie Fackler |
cmdutil: open dirlogs via manifest property, not via repo
|
Wed, 27 Jul 2016 08:38:54 +0000 |
Hannes Oldenburg |
cmdutil: warnings not issued in cat if subrepopath overlaps
stable
|
Fri, 22 Jul 2016 11:29:42 +0000 |
Hannes Oldenburg |
cmdutil: warnings not issued in remove if subrepopath overlaps
stable
|
Thu, 30 Jun 2016 08:38:19 -0700 |
skarlage |
revert: don't backup if no files reverted in interactive mode (issue4793)
|
Fri, 24 Jun 2016 11:12:41 -0700 |
Martin von Zweigbergk |
debug: make debug{revlog,index,data} --dir not just a flag
|
Tue, 21 Jun 2016 00:50:39 +0900 |
FUJIWARA Katsunori |
check-code: detect "missing _() in ui message" more exactly
|
Tue, 14 Jun 2016 11:05:36 +0100 |
Martijn Pieters |
revset: record if a set is in topographical order
|
Wed, 08 Jun 2016 16:18:43 +0100 |
Martijn Pieters |
graphmod: avoid sorting when already sorted
|
Tue, 07 Jun 2016 11:57:11 +0200 |
Denis Laxalde |
crecord: drop unused "operation" parameter from filterpatch function
|
Tue, 07 Jun 2016 10:37:19 +0200 |
Denis Laxalde |
patch: define full messages for interactive record/revert
|
Fri, 03 Jun 2016 15:55:07 +0200 |
Denis Laxalde |
revert: use "discard"/"revert" verb when reverting interactively (issue5143)
|
Mon, 16 May 2016 21:30:53 +0000 |
timeless |
py3: convert to next() function
|
Thu, 05 May 2016 17:06:54 -0700 |
Mateusz Kwapich |
dirstate: make backup methods public
|
Fri, 06 May 2016 14:22:17 -0400 |
Augie Fackler |
cmdutil: typo fix in comment
|
Wed, 20 Apr 2016 16:33:13 +0100 |
Martijn Pieters |
graphmod: disable graph styling when HGPLAIN is set (issue5212)
stable
|
Sun, 10 Apr 2016 17:23:09 +0900 |
Yuya Nishihara |
templater: factor out function that creates templater from string template
|
Sun, 03 Apr 2016 23:26:48 +0900 |
Yuya Nishihara |
templater: separate function to create templater from map file (API)
|
Thu, 14 Apr 2016 15:26:18 -0400 |
Nathaniel Manista |
cmdutil: avoid recycling variable name "name" in namespaces code
|
Fri, 08 Apr 2016 16:42:43 +0200 |
santiagopim |
graphmod: shorten graph
|
Sun, 10 Apr 2016 20:55:37 +0000 |
timeless |
pycompat: switch to util.stringio for py3 compat
|
Sun, 03 Apr 2016 11:23:31 +0900 |
Yuya Nishihara |
templater: drop deprecated handling of KeyError from changeset_templater
|
Wed, 06 Apr 2016 18:19:36 +0000 |
timeless |
crecord: check for untracked arguments
|
Sun, 20 Mar 2016 21:08:17 -0400 |
Jordi GutiƩrrez Hermoso |
crecord: re-enable reviewing a patch before comitting it
|
Sat, 26 Mar 2016 18:12:12 +0900 |
Yuya Nishihara |
templater: relax unquotestring() to fall back to bare string
|
Sat, 26 Mar 2016 18:01:04 +0900 |
Yuya Nishihara |
templater: do not abuse SyntaxError to report errors in template map file
|
Thu, 24 Mar 2016 00:09:58 -0700 |
Pierre-Yves David |
graphmod: move the graphstyle options to experimental
|
Wed, 23 Mar 2016 10:50:24 -0700 |
Kostia Balytskyi |
debugobsolete: add an option to show marker index
|
Thu, 17 Mar 2016 21:03:22 +0000 |
timeless |
remove: add progress support
|
Thu, 17 Mar 2016 18:19:36 +0000 |
timeless |
remove: queue warnings until after status messages (issue5140) (API)
|
Sat, 19 Mar 2016 16:37:47 -0700 |
Martijn Pieters |
graphmod: allow edges to end early
|
Sat, 19 Mar 2016 16:46:15 -0700 |
Martijn Pieters |
graphmod: allow for different styles for different edge types
|
Fri, 18 Mar 2016 16:14:57 -0400 |
Jordi GutiƩrrez Hermoso |
crecord: rewrite a comment about filtering patches
|
Wed, 09 Mar 2016 01:17:02 +0000 |
Jun Wu |
serve: add chdir command for --daemon-postexec
|
Wed, 09 Mar 2016 02:07:40 +0000 |
Jun Wu |
serve: accept multiple values for --daemon-postexec
|
Fri, 11 Mar 2016 15:24:27 -0600 |
Matt Mackall |
merge with stable
|
Wed, 09 Mar 2016 23:57:15 +0900 |
Yuya Nishihara |
graphlog: bring back color to node symbol template
|
Sun, 06 Mar 2016 14:30:34 -0500 |
Matt Harbison |
files: don't recurse into subrepos without a path or -S (issue5127)
stable
|
Tue, 08 Mar 2016 04:08:33 -0800 |
Kostia Balytskyi |
formatter: make labels work with templated output
|
Fri, 04 Mar 2016 14:44:32 +0000 |
Martijn Pieters |
graphmod: refactor state handling
|
Sat, 27 Feb 2016 23:57:07 -0800 |
Gregory Szorc |
cmdutil: use absolute_import
|
Fri, 01 Jan 2016 22:16:25 +0900 |
Yuya Nishihara |
dispatch: store norepo/optionalrepo/inferrepo attributes in function (API)
|
Mon, 29 Feb 2016 17:52:17 -0600 |
Matt Mackall |
merge with stable
|
Mon, 15 Feb 2016 22:46:07 +0900 |
Yuya Nishihara |
log: fix order of revisions filtered by multiple OR options (issue5100)
stable
|
Wed, 24 Feb 2016 15:55:44 -0600 |
Matt Mackall |
merge with stable
|
Mon, 22 Feb 2016 17:30:02 +0000 |
Jun Wu |
serve: allow --daemon-postexec to be 'unlink:path' or 'none'
|
Mon, 22 Feb 2016 16:59:08 +0000 |
Jun Wu |
serve: rename --daemon-pipefds to --daemon-postexec (BC)
|
Tue, 23 Feb 2016 11:41:47 +0100 |
Pierre-Yves David |
revert: properly revert to ancestor of p2 during merge (issue5052)
stable
|
Sun, 14 Feb 2016 16:16:17 +0000 |
timeless |
cmdutil: provide a way to report how to continue
|
Wed, 03 Feb 2016 09:11:22 +0000 |
timeless |
util: enable getpid to be replaced
|
Fri, 05 Feb 2016 21:09:32 -0800 |
Martin von Zweigbergk |
match: rename "narrowmatcher" to "subdirmatcher" (API)
|
Fri, 05 Feb 2016 15:18:40 +0100 |
liscju |
revert: makes interactive mode ask to forget added files (issue4936)
|
Wed, 03 Feb 2016 08:59:46 -0800 |
Siddharth Agarwal |
amend: don't preserve most extra fields
stable
|
Sat, 23 Jan 2016 23:24:30 -0500 |
Matt Harbison |
commit: factor the post commit status check into a cmdutil method
stable
|
Fri, 15 Jan 2016 13:14:50 -0800 |
Bryan O'Sullivan |
with: use context manager in amend
|
Fri, 15 Jan 2016 13:14:46 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in revert
|
Fri, 15 Jan 2016 13:14:45 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in remove
|
Fri, 15 Jan 2016 13:14:45 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in recordinwlock
|
Wed, 11 Nov 2015 21:18:02 -0500 |
Augie Fackler |
bmstore: add handling of the active bookmark
|
Sat, 02 Jan 2016 03:02:57 -0800 |
Siddharth Agarwal |
origpath: move from cmdutil to scmutil
|
Thu, 31 Dec 2015 08:16:59 +0000 |
timeless |
cleanup: remove superfluous space after space after equals (python)
|
Thu, 24 Dec 2015 20:46:06 +0000 |
timeless |
graft: hook afterresolvedstates
|
Thu, 24 Dec 2015 19:25:44 +0000 |
timeless |
resolve: suggest the next action
|
Mon, 04 Jan 2016 16:14:04 -0800 |
Durham Goode |
cmdutil: pass node instead of ctx to diffordiffstat
|
Wed, 30 Dec 2015 21:07:51 +0000 |
timeless |
import: refactor nocommit and importbranch handling
|
Wed, 30 Dec 2015 21:06:31 +0000 |
timeless |
import: refactor date and user handling
|
Wed, 30 Dec 2015 21:05:42 +0000 |
timeless |
import: limit scope of msg in tryimportone
|
Mon, 28 Dec 2015 10:11:48 -0600 |
Matt Mackall |
merge with stable
|
Tue, 15 Dec 2015 16:01:45 -0800 |
Sean Farley |
cmdutil: use crecordmod.checkcurses
stable
|
Sun, 13 Dec 2015 20:07:19 +0900 |
Yuya Nishihara |
cmdutil: do not duplicate stdout by makefileobj()
|
Sun, 13 Dec 2015 20:01:11 +0900 |
Yuya Nishihara |
cmdutil: reimplement file wrapper that disables close()
|
Sun, 13 Dec 2015 19:57:54 +0900 |
Yuya Nishihara |
export: remove useless comparison between file object and string
|
Sun, 13 Dec 2015 19:47:46 +0900 |
Yuya Nishihara |
export: do not print '<fdopen>' as an output filename
|
Thu, 17 Dec 2015 14:38:22 +0000 |
timeless |
record: turn on showfunc
|
Wed, 16 Dec 2015 17:40:01 -0600 |
Matt Mackall |
merge with stable
|
Sat, 12 Dec 2015 10:58:05 -0800 |
Siddharth Agarwal |
record: don't dereference symlinks while copying over stat data
stable
|
Mon, 14 Dec 2015 18:54:03 -0500 |
Augie Fackler |
merge: have merge.update use a matcher instead of partial fn
|
Sat, 14 Nov 2015 17:25:43 +0900 |
Yuya Nishihara |
graphlog: make node symbol templatable by ui.graphnodetemplate option
|
Sat, 14 Nov 2015 16:58:18 +0900 |
Yuya Nishihara |
graphlog: extract "graphnode" template keyword that represents node symbol
|
Sat, 14 Nov 2015 16:45:15 +0900 |
Yuya Nishihara |
graphlog: move creation of workingdir-parent nodes to displaygraph()
|
Mon, 30 Nov 2015 16:35:21 -0800 |
Laurent Charignon |
commit: add a way to return more information from the chunkselector
|
Sat, 28 Nov 2015 04:11:57 -0500 |
Mike Edgar |
commit: preserve extra when amending with commit --amend
|
Tue, 24 Nov 2015 11:23:10 -0800 |
Gregory Szorc |
ui: remove labeled argument from popbuffer
|
Sun, 22 Nov 2015 14:13:25 -0800 |
Gregory Szorc |
cmdutil: pass labeled=True to pushbuffer()
|
Sat, 14 Nov 2015 17:44:01 -0800 |
Gregory Szorc |
cmdutil.changeset_printer: pass context into showpatch()
|
Thu, 12 Nov 2015 17:00:08 -0600 |
Christian Delahousse |
revert: allow configuring the .orig file location
|
Thu, 12 Nov 2015 16:56:06 -0600 |
Christian Delahousse |
cmdutil: add origbackuppath helper
|
Sat, 17 Oct 2015 00:58:46 +0200 |
Mads Kiilerich |
spelling: trivial spell checking
|
Sat, 17 Oct 2015 01:15:34 +0900 |
FUJIWARA Katsunori |
cmdutil: make in-memory changes visible to external editor (issue4378)
|
Sat, 17 Oct 2015 01:15:33 +0900 |
FUJIWARA Katsunori |
dirstateguard: remove layering violation around saving/restoring backup
|
Fri, 09 Oct 2015 21:44:54 -0700 |
Tony Tung |
commit: abort when a committemplate is not changed
|
Tue, 13 Oct 2015 11:43:21 -0700 |
Gregory Szorc |
exchange: move bundle specification parsing from cmdutil
|
Wed, 14 Oct 2015 02:49:17 +0900 |
FUJIWARA Katsunori |
dirstate: move code paths for backup from dirstateguard to dirstate
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Fri, 09 Oct 2015 03:53:46 +0900 |
FUJIWARA Katsunori |
cmdutil: stop tryimportone from using dirstateguard (BC)
|
Fri, 09 Oct 2015 03:53:46 +0900 |
FUJIWARA Katsunori |
dirstate: remove meaningless dirstateguard
|
Wed, 07 Oct 2015 13:05:25 -0700 |
Pierre-Yves David |
import: allow processing of extra part header after import
|
Tue, 06 Oct 2015 09:51:24 -0700 |
Pierre-Yves David |
import: allow processing of extra part header during import
|
Tue, 06 Oct 2015 02:01:53 -0700 |
Pierre-Yves David |
patch: move 'extract' return to a dictionnary
|
Mon, 05 Oct 2015 23:17:01 -0700 |
Pierre-Yves David |
export: introduce a generic way to add patch header on export
|
Thu, 01 Oct 2015 20:31:43 -0700 |
Pierre-Yves David |
bundle: use bundle2 if repository uses general delta
|
Thu, 01 Oct 2015 20:21:16 -0700 |
Pierre-Yves David |
parsebundletype: add a comment for future generation
|
Thu, 01 Oct 2015 19:16:00 -0700 |
Pierre-Yves David |
bundle: extend the format of --type to support version and compression
|
Thu, 01 Oct 2015 18:01:24 -0700 |
Pierre-Yves David |
bundle: extract the parsing of the bundle type in a function
|
Sat, 26 Sep 2015 12:38:02 +0900 |
Yuya Nishihara |
templatekw: port implementation of showparents() from changeset_templater
|
Sat, 26 Sep 2015 12:29:09 +0900 |
Yuya Nishihara |
changeset_printer: move _meaningful_parentrevs() to scmutil
|
Wed, 30 Sep 2015 12:36:30 -0400 |
timeless |
cmdutil: handle multiline translations of HG: messages safely
|
Fri, 25 Sep 2015 03:44:15 -0400 |
timeless |
cmdutil: remove HG: prefix from translation strings
|
Thu, 24 Sep 2015 01:58:33 -0700 |
Pierre-Yves David |
addremove: remove a mutable default argument
|
Wed, 09 Sep 2015 22:27:48 -0400 |
Matt Harbison |
extdiff: enable -I/-X with --patch
|
Wed, 26 Aug 2015 16:27:14 -0500 |
Matt Mackall |
templater: add new docheader/footer components for XML (issue4135)
|
Wed, 09 Sep 2015 09:07:27 -0700 |
Durham Goode |
add: pass full=False to dirstate walk
|
Fri, 28 Aug 2015 10:53:55 -0400 |
timeless |
spelling: behaviour -> behavior
|
Tue, 25 Aug 2015 13:38:20 -0500 |
Matt Mackall |
templater: move verbosity-to-template matcher to constructor
|
Tue, 25 Aug 2015 12:59:08 -0500 |
Matt Mackall |
templater: remove pseudo-ternary
|
Tue, 25 Aug 2015 12:57:21 -0500 |
Matt Mackall |
templater: fix variable name that shadows built-in
|
Tue, 25 Aug 2015 09:38:06 -0500 |
Matt Mackall |
templater: minor whitespace tweaks
|
Sat, 08 Aug 2015 00:47:19 -0700 |
Gregory Szorc |
cmdutil: break import cycle
|
Wed, 15 Jul 2015 03:43:16 +0900 |
FUJIWARA Katsunori |
cmdutil: allow callers of cmdutil.dorecord to omit suggestion
|
Sun, 12 Apr 2015 21:52:02 +0900 |
Yuya Nishihara |
changeset_printer: change flush() to accept ctx instead of rev
|
Sat, 04 Jul 2015 17:19:49 +0900 |
Yuya Nishihara |
changeset_printer: display wdirrev/wdirnode values for workingctx
|
Wed, 08 Jul 2015 17:07:45 +0900 |
FUJIWARA Katsunori |
cmdutil: apply dirstate.normallookup on (maybe partially) committed files
|
Wed, 08 Jul 2015 17:01:09 +0900 |
FUJIWARA Katsunori |
cmdutil: put recordfunc invocation into wlock scope for consistency
|
Wed, 08 Jul 2015 17:01:09 +0900 |
FUJIWARA Katsunori |
cmdutil: remove useless dirstate.normallookup() invocation in revert()
|
Thu, 02 Jul 2015 22:03:06 +0900 |
Yuya Nishihara |
changeset_printer: use node.wdirrev to calculate meaningful parentrevs
|
Sun, 28 Sep 2014 01:09:16 -0700 |
Pierre-Yves David |
amend: move obsmarkers creation in the "new changeset" conditional
|
Tue, 30 Jun 2015 22:28:40 -0700 |
Pierre-Yves David |
amend: move createmarkers evaluation earlier
|
Tue, 30 Jun 2015 22:39:28 -0700 |
Pierre-Yves David |
amend: stop updating the bookmarks twice
|
Tue, 30 Jun 2015 22:36:49 -0700 |
Pierre-Yves David |
amend: collaborate with the transaction when moving bookmarks
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Tue, 23 Jun 2015 14:28:15 -0700 |
Laurent Charignon |
revert: change the direction of revert -i
|
Wed, 10 Jun 2015 14:29:13 -0500 |
Matt Mackall |
formatter: move most of template option helper to formatter
|
Thu, 04 Jun 2015 22:02:22 -0400 |
Matt Harbison |
revert: replace match.bad() monkey patching with match.badmatch()
|
Thu, 04 Jun 2015 21:55:56 -0400 |
Matt Harbison |
cat: replace match.bad() monkey patching with match.badmatch()
|
Thu, 04 Jun 2015 21:53:16 -0400 |
Matt Harbison |
forget: replace match.bad() monkey patching with match.badmatch()
|
Thu, 04 Jun 2015 21:49:50 -0400 |
Matt Harbison |
add: replace match.bad() monkey patching with match.badmatch()
|
Fri, 29 May 2015 13:11:52 -0700 |
Laurent Charignon |
revert: add an experimental config to use inverted selection
|
Thu, 28 May 2015 16:41:47 -0700 |
Laurent Charignon |
record: precise documentation
|
Wed, 27 May 2015 15:49:24 -0700 |
Laurent Charignon |
record: add an operation arguments to customize recording ui
|
Tue, 19 May 2015 11:35:43 -0700 |
Martin von Zweigbergk |
_makelogrevset: avoid match.files() in conditions
|
Tue, 19 May 2015 11:34:50 -0700 |
Martin von Zweigbergk |
walkchangerevs: avoid match.files() in conditions
|
Thu, 21 May 2015 14:20:24 -0700 |
Martin von Zweigbergk |
walkchangerevs: simplify with an 'elif'
|
Thu, 21 May 2015 14:34:24 -0700 |
Laurent Charignon |
revert: fix edition of newly added file during --interactive
|
Thu, 21 May 2015 14:25:57 -0700 |
Laurent Charignon |
revert: make revert --interactive use git style diff
|
Thu, 21 May 2015 14:32:14 -0700 |
Laurent Charignon |
record: extract code to compute newly added and modified files
|
Thu, 21 May 2015 14:28:02 -0700 |
Laurent Charignon |
record: extract ishunk to a function
|
Sun, 17 May 2015 22:42:47 -0400 |
Matt Harbison |
files: recurse into subrepos automatically with an explicit path
|
Mon, 18 May 2015 12:18:00 -0500 |
Pierre-Yves David |
getlogrevs: rewrite a loop to get read of try/except
|
Mon, 18 May 2015 12:17:08 -0500 |
Pierre-Yves David |
_makelogrevset: replace try/except with 'next' usage
|
Sun, 17 May 2015 18:11:02 -0700 |
Pierre-Yves David |
walkchangerevs: replace try/except with 'next'
|
Sun, 12 Apr 2015 23:51:06 -0700 |
Martin von Zweigbergk |
treemanifest: add --dir option to debug{revlog,data,index}
|
Tue, 14 Apr 2015 12:53:48 -0700 |
Ryan McElroy |
bookmarks: rename current to active in variables and comments
|
Mon, 11 May 2015 20:15:41 -0700 |
Durham Goode |
import: use ui.allowemptycommit to allow empty commits
|
Thu, 07 May 2015 12:07:11 +0900 |
FUJIWARA Katsunori |
tryimportone: use dirstateguard instead of beginparentchange/endparentchange
|
Thu, 07 May 2015 12:07:10 +0900 |
FUJIWARA Katsunori |
amend: use dirstateguard instead of dirstate.invalidate
|
Thu, 07 May 2015 12:07:10 +0900 |
FUJIWARA Katsunori |
cmdutil: add class to restore dirstate during unexpected failure
|
Mon, 04 May 2015 10:03:13 +0900 |
Yuya Nishihara |
templater: rename parsestring() to unquotestring() (API)
|
Mon, 04 May 2015 10:01:03 +0900 |
Yuya Nishihara |
templater: remove noop calls of parsestring(s, quoted=False) (API)
|
Tue, 14 Apr 2015 12:45:15 -0700 |
Ryan McElroy |
bookmarks: simplify iscurrent to isactivewdirparent (API)
|
Tue, 21 Apr 2015 09:29:59 -0700 |
Martin von Zweigbergk |
remove: use ctx.hasdir(f) instead of 'f in ctx.dirs()'
|
Tue, 14 Apr 2015 13:17:33 -0700 |
Ryan McElroy |
bookmarks: rename bookmarkcurrent to activebookmark (API)
|
Mon, 27 Apr 2015 14:02:49 -0700 |
Laurent Charignon |
record: fix adding new file with record from within a subdir (issue4626)
stable
|
Sat, 25 Apr 2015 23:44:53 +0900 |
FUJIWARA Katsunori |
cmdutil: avoid wrapping ctx.phasestr() by _()
stable
|
Sat, 25 Apr 2015 23:54:31 -0400 |
Matt Harbison |
revert: restore the ability to revert across case only renames (issue4481)
stable
|
Thu, 23 Apr 2015 14:27:26 -0700 |
Laurent Charignon |
record: edit patch of newly added files (issue4304)
stable
|
Fri, 24 Apr 2015 23:52:41 +0900 |
FUJIWARA Katsunori |
revert: apply normallookup on reverted file if size isn't changed (issue4583)
stable
|
Wed, 22 Apr 2015 13:56:30 -0700 |
Laurent Charignon |
record: fix record with change on moved file crashes (issue4619)
stable
|
Sun, 05 Apr 2015 13:16:46 +0900 |
Yuya Nishihara |
cat: disable optimization of single file case for workingctx
|
Sat, 11 Apr 2015 16:01:42 +0900 |
Yuya Nishihara |
cat: use ctx.manifestnode() in place of ctx._changeset[0]
|
Sat, 11 Apr 2015 11:54:09 -0400 |
Pierre-Yves David |
revert: stop marking files clean after interactive revert (issue4592)
|
Mon, 06 Apr 2015 14:36:08 -0700 |
Drew Gottlieb |
util: move dirs() and finddirs() from scmutil to util
|
Sat, 14 Mar 2015 20:16:35 +0900 |
Yuya Nishihara |
jsonchangeset: set manifest node to "null" for workingctx
|
Sat, 14 Mar 2015 20:15:40 +0900 |
Yuya Nishihara |
jsonchangeset: set rev and node to "null" for workingctx
|
Sat, 14 Mar 2015 17:33:22 +0900 |
Yuya Nishihara |
changeset_printer: hide manifest node for workingctx
|
Sat, 14 Mar 2015 20:01:30 +0900 |
Yuya Nishihara |
changeset_printer: display p1rev:p1node with "+" suffix for workingctx
|
Sat, 14 Mar 2015 17:29:48 +0900 |
Yuya Nishihara |
changeset_printer: handle workingctx in _meaningful_parentrevs()
|
Tue, 31 Mar 2015 17:49:46 -0500 |
Matt Mackall |
merge with stable
|
Tue, 31 Mar 2015 17:42:46 -0400 |
Matt Harbison |
forget: cleanup the output for an inexact case match on icasefs
stable
|
Wed, 18 Mar 2015 21:44:25 -0700 |
Martin von Zweigbergk |
log: prefer 'wctx' over 'pctx' for working context
|
Sat, 14 Mar 2015 17:40:47 +0900 |
Yuya Nishihara |
changeset_printer: use changectx to get status tuple
|
Sat, 14 Mar 2015 17:23:51 +0900 |
Yuya Nishihara |
changeset_printer: replace _meaningful_parentrevs() by changeset_templater's
|
Sat, 14 Mar 2015 17:19:04 +0900 |
Yuya Nishihara |
changeset_printer: use context objects consistently to show parents
|
Fri, 27 Mar 2015 13:51:21 -0500 |
Matt Mackall |
cmdutil: remove some excess vertical whitespace
|
Fri, 27 Mar 2015 13:48:51 -0500 |
Matt Mackall |
revert: move calculation of targetsubs earlier
|
Wed, 25 Mar 2015 15:51:57 -0700 |
Laurent Charignon |
record: change return value of recording code
|
Wed, 25 Mar 2015 14:01:14 -0700 |
Laurent Charignon |
revert: fix --interactive on local modification (issue4576)
|
Wed, 25 Mar 2015 13:55:35 +0900 |
FUJIWARA Katsunori |
cmdutil: allow bailifchanged to ignore merging in progress
|
Wed, 25 Mar 2015 13:55:35 +0900 |
FUJIWARA Katsunori |
subrepo: add bailifchanged to centralize raising Abort if subrepo is dirty
|
Wed, 25 Mar 2015 22:20:44 -0400 |
Matt Harbison |
revert: evaluate subrepos to revert against the working directory
|
Wed, 25 Mar 2015 21:54:47 -0400 |
Matt Harbison |
revert: handle subrepos missing in the given --rev
|
Wed, 25 Mar 2015 11:55:15 -0700 |
Sean Farley |
diff: rename --relative option to --root
|
Sat, 17 Jan 2015 14:22:21 +0900 |
Yuya Nishihara |
revert: comment that filesets are always evaluated against workingctx
|
Tue, 24 Mar 2015 15:47:57 -0700 |
Martin von Zweigbergk |
revert: take fast path also when not reverting to '.'
|
Tue, 24 Mar 2015 13:56:51 -0700 |
Martin von Zweigbergk |
revert: define 'wctx' a little earlier and use it more
|
Mon, 23 Mar 2015 23:04:51 -0700 |
Martin von Zweigbergk |
revert: evaluate filesets against working directory (issue4497)
|
Tue, 17 Mar 2015 15:06:40 -0700 |
Siddharth Agarwal |
cmdutil.diffordiffstat: add support for diffs relative to a subdirectory
|
Fri, 20 Mar 2015 21:55:11 -0400 |
Matt Harbison |
cmdutil: drop a duplicate import of crecord
|
Wed, 18 Mar 2015 23:03:41 -0400 |
Matt Harbison |
subrepo: add basic support to hgsubrepo for the files command
|
Thu, 19 Mar 2015 09:12:21 -0700 |
Martin von Zweigbergk |
walkchangerevs: make followfilter a top-level class
|
Tue, 28 Oct 2014 22:32:18 -0700 |
Martin von Zweigbergk |
walkchangerevs: simplify by using match.always() method
|
Tue, 17 Mar 2015 14:52:58 -0700 |
Durham Goode |
obsolete: remove last instance of _enabled
|
Tue, 17 Mar 2015 22:47:08 +0900 |
Yuya Nishihara |
commands: replace "working copy" with "working directory" in help/messages
|
Mon, 16 Mar 2015 16:33:59 -0700 |
Laurent Charignon |
revert: add flag to make revert interactive
|
Mon, 16 Mar 2015 15:37:00 -0700 |
Laurent Charignon |
record: move ui.write wrapping where it should be
|
Mon, 16 Mar 2015 15:35:50 -0700 |
Laurent Charignon |
record: refactor the filtering code
|
Mon, 16 Mar 2015 15:30:33 -0700 |
Laurent Charignon |
record: consolidate ui.write wrapping in a function
|
Thu, 12 Mar 2015 17:50:23 -0700 |
Laurent Charignon |
record: minor refactoring of dorecord
|
Thu, 12 Mar 2015 14:24:48 -0700 |
Laurent Charignon |
record: enable curses recording logic with experimental flag
|
Thu, 12 Mar 2015 17:51:37 -0700 |
Laurent Charignon |
record: change interface of the filtering function
|
Thu, 12 Mar 2015 14:20:32 -0700 |
Laurent Charignon |
record: change recording function to work with crecord
|
Wed, 11 Mar 2015 16:39:38 -0700 |
Laurent Charignon |
record: change interface of dorecord to accept new filters
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi GutiƩrrez Hermoso |
style: kill ersatz if-else ternary operators
|
Thu, 12 Mar 2015 22:55:35 -0400 |
Matt Harbison |
files: replace 'ctx._repo' with 'ctx.repo()'
|
Sun, 08 Mar 2015 16:50:57 -0400 |
Matt Harbison |
files: split reusable implementation into cmdutil for subrepo support
|
Tue, 10 Mar 2015 17:14:33 -0700 |
Laurent Charignon |
record: move dorecord from record to cmdutil
|
Tue, 10 Mar 2015 13:06:38 -0700 |
Siddharth Agarwal |
cmdutil.tryimportone: allow importing relative patches with --bypass
|
Mon, 09 Mar 2015 18:22:24 -0700 |
Siddharth Agarwal |
cmdutil.tryimportone: allow importing relative patches into the working dir
|
Tue, 10 Feb 2015 15:59:12 -0500 |
Augie Fackler |
dispatch: offer suggestions of similar-named commands
|
Mon, 24 Nov 2014 16:42:49 -0500 |
Jordi GutiƩrrez Hermoso |
log: display closing-branch nodes as "_" (BC)
|
Thu, 05 Mar 2015 22:16:28 -0800 |
Durham Goode |
workingctx: use normal dirs() instead of dirstate.dirs()
|
Sun, 18 Jan 2015 02:38:57 +0100 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Mon, 02 Mar 2015 17:32:37 -0600 |
Matt Mackall |
merge with stable
|
Mon, 02 Mar 2015 19:01:00 +0000 |
Pierre-Yves David |
amend: check for directory renames for both merge parents (issue4516)
stable
|
Sat, 07 Feb 2015 21:47:28 -0500 |
Matt Harbison |
revert: display full subrepo output with --dry-run
|
Fri, 06 Feb 2015 21:53:39 +0900 |
Yuya Nishihara |
log: fix --follow null parent not to include revision 0
|
Fri, 06 Feb 2015 00:22:20 +0900 |
Yuya Nishihara |
cmdutil: have walkchangerevs utilize common function to build revs
|
Fri, 06 Feb 2015 00:15:35 +0900 |
Yuya Nishihara |
log: extract common part from getgraphlogrevs() and getlogrevs()
|
Fri, 06 Feb 2015 00:06:47 +0900 |
Yuya Nishihara |
graphlog: remove useless check for empty repo when --follow is specified
|
Thu, 05 Feb 2015 23:49:18 +0900 |
Yuya Nishihara |
graphlog: move comment and flag denoting revs might be unsorted
|
Thu, 05 Feb 2015 23:14:44 +0900 |
Yuya Nishihara |
graphlog: remove too early return from getgraphlogrevs() for empty repo
|
Mon, 02 Feb 2015 14:26:47 -0500 |
Augie Fackler |
log: fix json-formatted output when file copies are listed (issue4523)
stable
|
Wed, 28 Jan 2015 22:22:59 +0900 |
FUJIWARA Katsunori |
namespace: introduce logfmt to show l10n-ed messages for hg log correctly
stable
|
Tue, 27 Jan 2015 19:52:26 -0800 |
Durham Goode |
revert: move prefetch to after the actions logic
stable
|
Sat, 10 Jan 2015 13:14:00 +0900 |
Yuya Nishihara |
log: use rev() to build revset of --follow option from numeric revision
stable
|
Mon, 12 Jan 2015 20:59:17 -0500 |
Matt Harbison |
add: pass options via keyword args
|
Wed, 14 Jan 2015 20:29:47 -0800 |
Sean Farley |
log: use namespace logname and colorname
|
Sun, 11 Jan 2015 23:25:23 -0500 |
Matt Harbison |
forget: don't report rejected files as forgotten as well
|
Fri, 17 Oct 2014 09:26:37 -0700 |
Sean Farley |
log: use new namespaces api to display names
|
Tue, 06 Jan 2015 18:18:28 -0600 |
Matt Mackall |
merge with stable
|
Mon, 05 Jan 2015 22:18:55 -0800 |
Gregory Szorc |
cmdutil.jsonchangeset: properly compute added and removed files
stable
|
Fri, 21 Nov 2014 16:01:55 -0800 |
Siddharth Agarwal |
cmdutil.changeset_printer: explicitly honor all diffopts
|
Thu, 27 Nov 2014 10:16:56 -0500 |
Matt Harbison |
narrowmatcher: propagate the rel() method
|
Thu, 25 Dec 2014 21:50:35 -0500 |
Matt Harbison |
remove: use vfs instead of os.path + match.rel() for filesystem checks
|
Thu, 25 Dec 2014 21:43:45 -0500 |
Matt Harbison |
forget: use vfs instead of os.path + match.rel() for filesystem checks
|
Sat, 13 Dec 2014 19:44:55 -0500 |
Matt Harbison |
subrepo: drop the 'ui' parameter to revert()
|
Sat, 13 Dec 2014 19:36:50 -0500 |
Matt Harbison |
subrepo: drop the 'ui' parameter to removefiles()
|
Sat, 13 Dec 2014 19:23:30 -0500 |
Matt Harbison |
subrepo: drop the 'ui' parameter to forget()
|
Sat, 13 Dec 2014 14:26:38 -0500 |
Matt Harbison |
subrepo: drop the 'ui' parameter to cat()
|
Mon, 24 Nov 2014 22:27:49 -0500 |
Matt Harbison |
commit: propagate --addremove to subrepos if -S is specified (issue3759)
|
Wed, 26 Nov 2014 15:16:22 -0500 |
Matt Harbison |
commit: abort if --addremove is specified, but fails
|
Sun, 09 Nov 2014 19:57:02 -0500 |
Matt Harbison |
scmutil: pass a matcher to scmutil.addremove() instead of a list of patterns
|
Tue, 09 Dec 2014 13:32:19 -0600 |
Matt Mackall |
merge with stable
|
Mon, 08 Dec 2014 15:41:54 -0800 |
Durham Goode |
log: fix log revset instability
stable
|
Fri, 05 Dec 2014 14:27:32 -0800 |
Durham Goode |
log: fix log -f slow path to actually follow history
stable
|
Wed, 03 Dec 2014 14:33:29 -0800 |
John Coomes |
add: use lexists so that broken symbolic links are added
|
Tue, 18 Nov 2014 22:13:05 -0800 |
Siddharth Agarwal |
jsonchangeset: don't honor whitespace and format-changing diffopts
|
Thu, 27 Nov 2014 12:25:01 -0600 |
Matt Mackall |
merge with stable
|
Tue, 25 Nov 2014 19:40:54 -0800 |
Pierre-Yves David |
revert: look for copy information for all local modifications
stable
|
Wed, 19 Nov 2014 22:27:55 -0500 |
Matt Harbison |
add: check for the existence of a file matched inexactly before adding it
|
Wed, 19 Nov 2014 17:07:27 -0800 |
Martin von Zweigbergk |
revert: access status fields by name rather than index
|
Sun, 16 Nov 2014 00:24:23 -0500 |
Matt Harbison |
remove: avoid a bogus warning about no tracked files when removing '.'
|
Wed, 12 Nov 2014 23:15:20 -0500 |
Matt Harbison |
remove: support remove with explicit paths in subrepos
|
Sat, 15 Nov 2014 21:36:19 -0500 |
Matt Harbison |
remove: recurse into subrepositories with --subrepos/-S flag
|
Sun, 09 Nov 2014 12:31:34 -0500 |
Matt Harbison |
remove: move most of the implementation into cmdutils.remove()
|
Mon, 10 Nov 2014 14:51:18 -0800 |
Martin von Zweigbergk |
add: add back forgotten files even when not matching exactly (BC)
|
Thu, 17 Apr 2014 22:47:38 +0200 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Tue, 28 Oct 2014 23:05:19 -0400 |
Matt Harbison |
amend: abort early if no username is configured with evolve enabled (issue4211)
stable
|
Tue, 14 Oct 2014 13:23:52 -0700 |
Durham Goode |
obsolete: add createmarkers option
|
Mon, 13 Oct 2014 14:33:13 -0500 |
Matt Mackall |
duplicatecopies: move from cmdutil to copies
|
Tue, 07 Oct 2014 00:20:00 -0700 |
Pierre-Yves David |
getgraphlogrevs: remove user of baseset.append
|
Tue, 07 Oct 2014 00:04:16 -0700 |
Pierre-Yves David |
getlogrevs: remove user of baseset.append
|
Sat, 04 Oct 2014 16:28:28 -0400 |
Jordi GutiƩrrez Hermoso |
log: do not hide the public phase in debug mode (BC)
|
Fri, 03 Oct 2014 22:03:31 -0400 |
Jordi GutiƩrrez Hermoso |
templater: set the correct phase for parents
|
Sun, 31 Aug 2014 13:01:00 +0200 |
Pierre-Yves David |
revert: properly back up added files with local modification
|
Sat, 30 Aug 2014 02:39:08 +0200 |
Pierre-Yves David |
revert: track added files with local modifications
|
Sat, 30 Aug 2014 02:30:24 +0200 |
Pierre-Yves David |
revert: distinguish between "check" and "backup" strategy
|
Sat, 30 Aug 2014 02:28:27 +0200 |
Pierre-Yves David |
revert: small refactoring in the way backup value are handled
|
Tue, 30 Sep 2014 18:22:58 -0500 |
Matt Mackall |
merge with stable
|
Tue, 30 Sep 2014 23:15:56 +0900 |
Yuya Nishihara |
templater: fix precedence of --style and --template options
stable
|
Fri, 19 Sep 2014 18:43:53 -0700 |
Durham Goode |
revert: special case 'hg revert --all'
|
Fri, 19 Sep 2014 18:40:39 -0700 |
Durham Goode |
revert: move targetsubs calculation down to its use
|
Sat, 30 Aug 2014 02:25:23 +0200 |
Pierre-Yves David |
revert: add a `drop` action
|
Sat, 30 Aug 2014 02:23:25 +0200 |
Pierre-Yves David |
revert: explicitly track added but deleted file
|
Mon, 01 Sep 2014 12:36:48 +0200 |
Pierre-Yves David |
revert: have an explicit action for "forget"
|
Sat, 30 Aug 2014 18:20:29 +0200 |
Pierre-Yves David |
revert: split between newly added file and file added in other changeset
|
Fri, 19 Sep 2014 14:51:58 -0500 |
Matt Mackall |
import: let --exact 'work' with --no-commit (issue4376)
|
Mon, 15 Sep 2014 13:11:13 -0500 |
Matt Mackall |
cmdutil: add json style to log-like commands
|
Fri, 05 Sep 2014 11:36:20 -0700 |
Durham Goode |
dirstate: wrap setparent calls with begin/endparentchange (issue4353)
|
Sat, 30 Aug 2014 02:10:29 +0200 |
Pierre-Yves David |
revert: drop `lexist` check in the backup logic
|
Sat, 30 Aug 2014 02:09:53 +0200 |
Pierre-Yves David |
revert: distinguish between deleted file and locally modified
|
Sat, 30 Aug 2014 02:00:20 +0200 |
Pierre-Yves David |
revert: detect unknown files in the same path as files marked as removed
|
Sat, 30 Aug 2014 01:52:08 +0200 |
Pierre-Yves David |
revert: cache working context in a variable
|
Sun, 31 Aug 2014 07:45:50 -0700 |
Martin von Zweigbergk |
cmdutil: avoid the confusing name 'patch' for a matcher
|
Sat, 30 Aug 2014 01:51:02 +0200 |
Pierre-Yves David |
revert: drop now useless conditional in the backup check
|
Sat, 30 Aug 2014 01:49:28 +0200 |
Pierre-Yves David |
revert: no backup for `dsadded` set
|
Sat, 30 Aug 2014 16:06:09 +0200 |
Pierre-Yves David |
revert: add more padding in the dispatch list
|
Sat, 30 Aug 2014 01:48:58 +0200 |
Pierre-Yves David |
revert: add documentation in the dispatch table
|
Sat, 30 Aug 2014 02:47:59 +0200 |
Pierre-Yves David |
revert: add a way for external extensions to prefetch file data
|
Wed, 27 Aug 2014 18:35:34 +0200 |
Matt Mackall |
merge with stable
|
Wed, 27 Aug 2014 23:10:06 +0900 |
FUJIWARA Katsunori |
import: show the warning message for failure of merging
stable
|
Sat, 23 Aug 2014 17:03:08 -0500 |
Sean Farley |
log: use correct phase info for parent field (issue4347)
stable
|
Tue, 26 Aug 2014 22:03:32 +0200 |
Mads Kiilerich |
convert: use None value for missing files instead of overloading IOError
|
Sat, 23 Aug 2014 23:03:50 +0900 |
FUJIWARA Katsunori |
import: avoid editor invocation when importing with "--exact" for exact-ness
|
Mon, 18 Aug 2014 17:17:23 -0700 |
Pierre-Yves David |
debugobsolete: display parents information from markers
|
Sat, 16 Aug 2014 10:43:59 +0900 |
FUJIWARA Katsunori |
import: change "editform" to distinguish merge commits from others
|
Sat, 16 Aug 2014 10:43:59 +0900 |
FUJIWARA Katsunori |
commit: change "editform" to distinguish merge commits from other (--amend)
|
Sat, 16 Aug 2014 10:43:59 +0900 |
FUJIWARA Katsunori |
commit: change "editform" to distinguish merge commits from others
|
Wed, 25 Jun 2014 00:02:17 +0100 |
Pierre-Yves David |
revert: drop dead code for untracked files
|
Wed, 25 Jun 2014 00:01:30 +0100 |
Pierre-Yves David |
revert: handle unknown files through status
|
Tue, 24 Jun 2014 23:55:43 +0100 |
Pierre-Yves David |
revert: drop more dead code
|
Sat, 02 Aug 2014 13:07:01 -0700 |
Pierre-Yves David |
revert: add a message to noop action
|
Fri, 01 Aug 2014 11:41:56 -0700 |
Pierre-Yves David |
revert: simplify loop conditional
|
Tue, 24 Jun 2014 18:04:13 +0100 |
Pierre-Yves David |
revert: explode the action tuple in the for loop
|
Sat, 02 Aug 2014 12:45:34 -0700 |
Pierre-Yves David |
revert: use actions[...] in all disptable cases
|
Tue, 24 Jun 2014 17:54:33 +0100 |
Pierre-Yves David |
revset: factorize backup decision
|
Tue, 24 Jun 2014 17:44:31 +0100 |
Pierre-Yves David |
revert: use a flat dispatch table
|
Wed, 13 Aug 2014 23:42:36 -0700 |
Pierre-Yves David |
debugobsolete: explicitly display date in the output
|
Fri, 15 Aug 2014 09:41:30 -0700 |
Pierre-Yves David |
obsmarker: add a `flags` method
|
Tue, 24 Jun 2014 16:59:40 +0100 |
Pierre-Yves David |
revert: add an XXX about rename tracking
|
Tue, 24 Jun 2014 17:39:43 +0100 |
Pierre-Yves David |
revert: inline a now useless closure
|
Tue, 24 Jun 2014 17:37:24 +0100 |
Pierre-Yves David |
revert: remove code killed by the double status
|
Tue, 24 Jun 2014 17:36:49 +0100 |
Pierre-Yves David |
revert: drop `missingmodified` set
|
Tue, 24 Jun 2014 17:28:20 +0100 |
Pierre-Yves David |
revert: detect files added during a merge
|
Sat, 02 Aug 2014 11:32:24 -0700 |
Pierre-Yves David |
revert: simplify handling of `added` files
|
Fri, 15 Aug 2014 23:05:53 +0900 |
FUJIWARA Katsunori |
ui: invoke editor for committing with HGEDITFORM environment variable
|
Tue, 24 Jun 2014 17:27:18 +0100 |
Pierre-Yves David |
revert: use modified information from both statuses
|
Tue, 24 Jun 2014 16:57:16 +0100 |
Pierre-Yves David |
revert: drop special case handling for file unknown in parent
|
Tue, 24 Jun 2014 16:53:22 +0100 |
Pierre-Yves David |
revert: use "remove" information from both statuses
|
Fri, 01 Aug 2014 18:27:47 -0700 |
Pierre-Yves David |
revert: process removed files missing in target as clean
|
Thu, 31 Jul 2014 15:52:56 -0700 |
Pierre-Yves David |
revert: also track clean files
|
Fri, 01 Aug 2014 18:57:53 -0700 |
Pierre-Yves David |
revert: triage "deleted" files into more appropriate categories
|
Thu, 14 Aug 2014 16:25:47 -0500 |
Matt Mackall |
merge with stable
|
Wed, 13 Aug 2014 15:17:03 -0700 |
Siddharth Agarwal |
cmdutil: add a hook for making custom non-follow log file matchers
stable
|
Wed, 13 Aug 2014 15:15:13 -0700 |
Siddharth Agarwal |
cmdutil: rename _makelogfilematcher to _makefollowlogfilematcher
stable
|
Thu, 31 Jul 2014 16:03:26 -0700 |
Pierre-Yves David |
revert: issue "no changes needed" message for files missing on both side
|
Tue, 24 Jun 2014 15:47:12 +0100 |
Pierre-Yves David |
revert: call status against revert target too
|
Tue, 24 Jun 2014 15:35:43 +0100 |
Pierre-Yves David |
revert: prefix variable names for dirstate status with "ds"
|
Tue, 24 Jun 2014 15:28:22 +0100 |
Pierre-Yves David |
revert: move manifest membership condition outside of the loop
|
Sat, 02 Aug 2014 21:46:27 +0900 |
FUJIWARA Katsunori |
cmdutil: use '[committemplate]' section like as map file for style definition
|
Sat, 02 Aug 2014 21:46:27 +0900 |
FUJIWARA Katsunori |
cmdutil: look commit template definition up by specified 'editform'
|
Sat, 02 Aug 2014 21:46:27 +0900 |
FUJIWARA Katsunori |
import: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
Sat, 02 Aug 2014 21:46:27 +0900 |
FUJIWARA Katsunori |
commit: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
Sat, 02 Aug 2014 21:46:26 +0900 |
FUJIWARA Katsunori |
cmdutil: introduce 'editform' to distinguish the purpose of commit text editing
|
Tue, 22 Jul 2014 22:40:16 -0700 |
Durham Goode |
log: allow patterns with -f
|
Fri, 01 Aug 2014 21:36:56 +0900 |
Yuya Nishihara |
log: do not use exact matcher for --patch --follow without file (issue4319)
stable
|
Fri, 25 Jul 2014 15:35:09 -0500 |
Matt Mackall |
templates: re-add template listing support
stable
|
Tue, 15 Jul 2014 23:34:13 +0900 |
FUJIWARA Katsunori |
cmdutil: make commit message shown in text editor customizable by template
|
Fri, 18 Jul 2014 23:15:28 -0500 |
Matt Mackall |
commiteditor: refactor default extramsg
|
Sat, 12 Jul 2014 18:31:18 -0700 |
Siddharth Agarwal |
log: use an exact matcher for --patch --follow
|
Wed, 16 Jul 2014 17:35:04 -0500 |
Matt Mackall |
merge with stable
|
Sat, 12 Jul 2014 02:23:17 -0700 |
Siddharth Agarwal |
log: make --patch --follow work inside a subdirectory
stable
|
Sat, 12 Jul 2014 20:44:00 -0700 |
Siddharth Agarwal |
log: allow revset for --follow to be lazily evaluated
|
Tue, 15 Jul 2014 00:59:09 +0900 |
FUJIWARA Katsunori |
cmdutil: separate building commit text from 'commitforceeditor'
|
Wed, 02 Jul 2014 00:01:13 -0500 |
Matt Mackall |
merge with stable
|
Sat, 07 Jun 2014 15:14:36 -0400 |
Augie Fackler |
cmdutil: add copy-filtering support to duplicatecopies
stable
|
Sun, 04 May 2014 22:20:00 -0700 |
Gregory Szorc |
cmdutil: support inferrepo in command decorator
|
Sun, 04 May 2014 22:12:34 -0700 |
Gregory Szorc |
cmdutil: add optionalrepo argument to command decorator
|
Sun, 04 May 2014 20:58:25 -0700 |
Gregory Szorc |
commands: add norepo argument to command decorator
|
Sun, 04 May 2014 18:45:04 -0700 |
Gregory Szorc |
cmdutil: better document command()
|
Thu, 15 Aug 2013 16:49:27 -0500 |
Sean Farley |
memfilectx: call super.__init__ instead of duplicating code
|
Wed, 14 May 2014 10:38:05 -0700 |
Pierre-Yves David |
revert: use p2 as parent when reverting against it
|
Wed, 14 May 2014 10:37:25 -0700 |
Pierre-Yves David |
revert: explicitly get status against the parent
|
Tue, 13 May 2014 17:28:19 -0700 |
Pierre-Yves David |
revert: group related data in tuple in the dispatch table
|
Tue, 13 May 2014 16:42:31 -0700 |
Pierre-Yves David |
revert: group action into a single dictionary
|
Tue, 13 May 2014 16:29:42 -0700 |
Pierre-Yves David |
revert: add some inline comments
|
Tue, 13 May 2014 16:29:20 -0700 |
Pierre-Yves David |
revert: cosmetic align of the dispatch table
|
Thu, 08 May 2014 17:08:17 -0700 |
Pierre-Yves David |
import: add --partial flag to create a changeset despite failed hunks
|
Sun, 11 May 2014 00:49:36 +0900 |
FUJIWARA Katsunori |
cmdutil: enhance "getcommiteditor()" for specific usages in MQ
|
Sun, 11 May 2014 00:49:36 +0900 |
FUJIWARA Katsunori |
import: use "getcommiteditor()" instead of explicit editor choice
|
Sun, 11 May 2014 00:49:36 +0900 |
FUJIWARA Katsunori |
amend: use "getcommiteditor()" instead of explicit editor choice
|
Sun, 11 May 2014 00:49:35 +0900 |
FUJIWARA Katsunori |
cmdutil: introduce "getcommiteditor()" to simplify code paths to choose editor
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
cmdutil: omit redundant "savecommitmessage()" in "tryimportone()"
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
amend: use "editor" argument for "memctx.__init__" to save commit message
|
Fri, 28 Feb 2014 15:10:56 -0800 |
Lucas Moscovicz |
log: changed implementation to use graphlog code
|
Tue, 25 Feb 2014 10:40:04 -0800 |
Lucas Moscovicz |
cmdutil: changed _makegraphlogrevset to _makelogrevset
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
outgoing: introduce "outgoinghooks" to avoid redundant outgoing check
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
summary: introduce "summaryremotehooks" to avoid redundant incoming/outgoing check
|
Fri, 14 Mar 2014 21:32:05 -0400 |
Matt Harbison |
cat: support cat with explicit paths in subrepos
|
Thu, 13 Mar 2014 23:45:18 -0400 |
Matt Harbison |
cat: move most of the implementation into cmdutils.cat()
|
Wed, 16 Apr 2014 02:38:11 +0900 |
FUJIWARA Katsunori |
amend: invoke editor forcibly when "--edit" option is specified
|
Mon, 14 Apr 2014 23:27:31 -0400 |
Matt Mackall |
debugrevlog: use unfiltered view for changelog
|
Sun, 13 Apr 2014 19:01:00 +0200 |
Mads Kiilerich |
spelling: fixes from spell checker
|
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
|
Tue, 18 Mar 2014 14:25:28 -0500 |
Matt Mackall |
merge with stable
|
Wed, 19 Mar 2014 01:07:41 +0900 |
FUJIWARA Katsunori |
amend: save commit message into ".hg/last-message.txt"
stable
|
Fri, 14 Mar 2014 13:27:12 -0700 |
Lucas Moscovicz |
cmdutil: changed max method for lazy call
|
Fri, 14 Mar 2014 13:26:40 -0700 |
Lucas Moscovicz |
getgraphlogrevs: return an empty baseset instead of a empty list
|
Fri, 14 Mar 2014 16:26:50 -0700 |
Pierre-Yves David |
getgraphlogrevs: do not convert smartset to baseset
|
Fri, 14 Mar 2014 08:44:52 -0700 |
Lucas Moscovicz |
cmdutil: changed revset for spanset
|
Fri, 14 Mar 2014 11:35:17 -0700 |
Lucas Moscovicz |
cmdutil: changed code in _makegraphlogrevset not to use getitem
|
Fri, 14 Mar 2014 08:43:52 -0700 |
Lucas Moscovicz |
cmdutil: changed code in getgraphlogrevs not to use getitem
|
Thu, 13 Mar 2014 15:00:34 -0500 |
Matt Mackall |
merge with default
|
Wed, 05 Mar 2014 18:49:47 -0800 |
Lucas Moscovicz |
cmdutil: changed walkchangerevs to use spanset instead of baseset
|
Thu, 13 Mar 2014 12:05:08 -0500 |
Matt Mackall |
merge with stable
|
Thu, 13 Mar 2014 19:48:41 +0900 |
FUJIWARA Katsunori |
commit: create new amend changeset as secret correctly for "--secret" option
stable
|
Sat, 08 Mar 2014 17:38:50 -0600 |
Matt Mackall |
templating: make -T much more flexible
|
Sat, 08 Mar 2014 16:14:08 -0600 |
Matt Mackall |
changeset_templater: remove use_template method
|
Sat, 08 Mar 2014 16:01:58 -0600 |
Matt Mackall |
cmdutil: make helper function to process template args
|
Thu, 06 Feb 2014 10:15:20 +0400 |
Alexander Drozdov |
cmdutil: make commitforceeditor() to pass revision extras to ui.edit()
|
Wed, 26 Feb 2014 18:56:27 -0800 |
Pierre-Yves David |
revert: extract actual revert in its own function
|
Thu, 13 Feb 2014 14:27:12 -0800 |
Lucas Moscovicz |
cmdutil: implemented new lazy increasingwindows
|
Tue, 11 Feb 2014 16:52:36 -0800 |
Pierre-Yves David |
import: move tryone closure in cmdutil
|
Tue, 11 Feb 2014 16:30:23 -0800 |
Pierre-Yves David |
debugobsolete: extract marker display in a dedicated function
|
Mon, 03 Feb 2014 18:36:00 -0500 |
Augie Fackler |
itersubrepos: move to scmutil to break a direct import cycle
|
Tue, 21 Jan 2014 11:39:26 -0800 |
Lucas Moscovicz |
revset: added baseset class (still empty) to improve revset performance
|
Tue, 19 Nov 2013 11:29:56 -0500 |
Matt Mackall |
merge with stable
|
Mon, 18 Nov 2013 14:02:26 -0500 |
Matt Mackall |
templater: fix escaping in nested string literals (issue4102)
stable
|
Wed, 06 Nov 2013 18:19:04 -0500 |
Augie Fackler |
pathutil: tease out a new library to break an import cycle from canonpath use
|
Tue, 22 Oct 2013 23:38:58 +0900 |
Yuya Nishihara |
cmdutil: fix makefileobj not to clobber default modemap dict
stable
|
Thu, 03 Oct 2013 18:01:21 +0200 |
Mads Kiilerich |
cmdutil: use None as default value for "function pointer" instead of False
|
Wed, 02 Oct 2013 15:20:49 -0700 |
Siddharth Agarwal |
cmdutil.service: move pidfile writing to the parent in daemon mode
|
Wed, 02 Oct 2013 15:17:50 -0700 |
Siddharth Agarwal |
cmdutil.service: move pidfile writing to a local function
|
Mon, 23 Sep 2013 21:31:37 -0700 |
Siddharth Agarwal |
cmdutil.bailifchanged: standardize error message for dirty working dir
|
Tue, 10 Sep 2013 19:49:34 -0700 |
Durham Goode |
log: make file log slow path usable on large repos
|
Fri, 26 Jul 2013 21:03:25 -0500 |
Matt Mackall |
revert: fix largefiles breakage
stable
|
Fri, 26 Jul 2013 17:08:05 -0500 |
Matt Mackall |
revert: make backup when unforgetting a file (issue3423)
stable
|
Thu, 25 Jul 2013 02:17:52 -0500 |
Matt Mackall |
checkunfinished: accommodate histedit quirk
stable
|
Thu, 25 Jul 2013 00:33:28 -0500 |
Matt Mackall |
update: add tracking of interrupted updates (issue3113)
stable
|
Wed, 24 Jul 2013 23:27:30 -0500 |
Matt Mackall |
cmdutil: core functionality to block during multistep commands (issue3955)
stable
|
Thu, 30 May 2013 18:47:16 -0700 |
Durham Goode |
filelog: switch 'not len(filerevlog)' to 'not filerevlog'
|
Thu, 30 May 2013 19:25:55 -0700 |
Durham Goode |
log: move log file walk to its own function
|
Tue, 14 May 2013 11:23:15 -0700 |
Bryan O'Sullivan |
summary: augment output with info from extensions
|
Fri, 03 May 2013 12:40:17 -0700 |
Bryan O'Sullivan |
revert: ensure that copies and renames are honored (issue3920)
stable
|
Wed, 17 Apr 2013 03:41:08 +0200 |
Mads Kiilerich |
amend: fix unlocking order - first lock then wlock
|
Wed, 17 Apr 2013 00:29:54 +0400 |
Alexander Plavin |
log: fix behavior with empty repositories (issue3497)
|
Fri, 08 Feb 2013 21:08:34 +0000 |
Brodie Rao |
amend: support amending merge changesets (issue3778)
|
Thu, 28 Mar 2013 18:27:19 -0700 |
Siddharth Agarwal |
duplicatecopies: do not mark items not in the dirstate as copies
|
Thu, 28 Mar 2013 00:14:27 -0700 |
Siddharth Agarwal |
duplicatecopies: fix arg name and docstring
|
Wed, 20 Feb 2013 11:31:38 -0800 |
Bryan O'Sullivan |
cmdutil: use a small initial window with --limit
|
Tue, 12 Feb 2013 16:32:14 +0000 |
Kevin Bullock |
commit: factor out status printing into a helper function
|
Fri, 08 Feb 2013 22:54:17 +0100 |
Mads Kiilerich |
export: show 'Date' header in a format that also is readable for humans
|
Sat, 09 Feb 2013 15:38:57 -0600 |
Augie Fackler |
export: clobber files with -o (bc) (issue3652)
|
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
|
Wed, 28 Mar 2012 11:42:17 +0200 |
Angel Ezquerra |
revert: move bulk of revert command from commands to cmdutil
|
Fri, 23 Mar 2012 11:47:27 -0500 |
Matt Mackall |
rename: handle case-changing (issue1717)
stable
|
Fri, 24 Feb 2012 20:57:59 +0100 |
Patrick Mezard |
log: fix --follow FILE ancestry calculation
stable
|
Fri, 10 Feb 2012 16:52:32 -0600 |
Matt Mackall |
log: remove caching of all visited revisions (issue3253)
stable
|
Mon, 06 Feb 2012 14:37:49 +0900 |
FUJIWARA Katsunori |
forget: show warning messages for forgetting in subrepo correctly
stable
|
Tue, 17 Jan 2012 19:10:59 -0500 |
David M. Carr |
forget: fix subrepo recursion for explicit path handling
|
Tue, 17 Jan 2012 19:10:58 -0500 |
David M. Carr |
add: fix subrepo recursion for explicit path handling
|
Tue, 17 Jan 2012 20:23:23 +0100 |
Pierre-Yves David |
changeset_printer: display changeset phase on debug level
|
Thu, 05 Jan 2012 20:35:10 -0600 |
Matt Mackall |
cmdutil: simplify duplicatecopies
|
Wed, 04 Jan 2012 15:48:02 -0600 |
Matt Mackall |
copies: split the copies api for "normal" and merge cases (API)
|
Wed, 21 Dec 2011 14:36:08 -0600 |
Matt Mackall |
merge with stable
|
Thu, 15 Dec 2011 16:41:03 -0500 |
Alistair Bell |
diff: when diffing a revision with a deleted subrepo, maintain the node context (issue3153)
stable
|
Thu, 15 Dec 2011 16:26:33 +0100 |
Martin Geisler |
merge with stable
|
Wed, 14 Dec 2011 12:28:00 -0200 |
Renato Cunha |
diff: don't crash when diffing a revision with a deleted subrepo (issue3153)
stable
|
Thu, 01 Dec 2011 15:57:10 -0600 |
Matt Mackall |
merge with stable
|
Thu, 01 Dec 2011 15:51:36 -0600 |
Matt Mackall |
alias: shortcut command matching show shadowing works properly (issue3104)
stable 2.0.1
|
Wed, 02 Nov 2011 01:17:11 -0400 |
David M. Carr |
add: support adding explicit files in subrepos
|
Tue, 11 Oct 2011 18:18:15 -0700 |
Eric Roshan Eisner |
cmdutil.bailifchanged: abort for dirty subrepos
|
Sun, 09 Oct 2011 16:14:37 -0500 |
Matt Mackall |
rebase: move updatedirstate into cmdutil so it can be shared
|
Sat, 30 Jul 2011 11:08:45 +0100 |
Andrzej Bieniek |
export: add %m to file format string (first line of the commit message)
|
Mon, 25 Jul 2011 15:32:42 -0500 |
Augie Fackler |
cmdutil: use safehasattr instead of hasattr
|
Sat, 18 Jun 2011 16:52:51 -0500 |
Matt Mackall |
scmutil: switch match users to supplying contexts
|
Wed, 15 Jun 2011 23:50:33 +0300 |
Idan Kamara |
cmdutil: return a dummy, closable file object if it cannot be duped
|
Wed, 08 Jun 2011 14:54:52 +0300 |
Idan Kamara |
cmdutil: use ui descriptors in makefileobj
|
Wed, 08 Jun 2011 14:54:52 +0300 |
Idan Kamara |
cmdutil, logmessage: use ui.fin when reading from '-'
|
Thu, 02 Jun 2011 00:33:33 +0200 |
Adrian Buehlmann |
workingctx: eliminate remove function
|
Thu, 26 May 2011 17:15:35 -0500 |
Matt Mackall |
cmdutil: make private copies of option lists to avoid sharing monkeypatches
|
Sat, 14 May 2011 00:30:32 +0200 |
Sune Foldager |
debugindex etc.: add --changelog and --manifest options
|
Fri, 13 May 2011 14:58:24 -0500 |
Matt Mackall |
scmutil: drop aliases in cmdutil for match functions
|
Fri, 13 May 2011 14:48:48 -0500 |
Matt Mackall |
scmutil: drop some aliases in cmdutil
|
Fri, 13 May 2011 14:07:16 -0500 |
Matt Mackall |
scmutil: fold in wdutil
|
Fri, 13 May 2011 14:06:28 -0500 |
Matt Mackall |
scmutil: move revsingle/pair/range from cmdutil
|
Thu, 12 May 2011 08:14:04 +0200 |
Adrian Buehlmann |
commands: use a decorator to build table incrementally
|
Tue, 10 May 2011 16:08:47 -0500 |
Matt Mackall |
cmdutil: make_file to makefileobj
|
Tue, 10 May 2011 16:08:46 -0500 |
Matt Mackall |
cmdutil: make_filename -> makefilename
|
Tue, 10 May 2011 16:08:46 -0500 |
Matt Mackall |
cmdutil: bail_if_changed to bailifchanged
|
Sun, 08 May 2011 21:24:30 +0200 |
Sune Foldager |
cmdutil: fix errors reported by pyflakes test
|
Sun, 08 May 2011 17:48:30 +0200 |
Patrick Mezard |
patch: move updatedir() from cmdutil into patch
|
Sun, 08 May 2011 17:48:29 +0200 |
Patrick Mezard |
mq: explicitly updatedir() even if patch() fails
|
Sat, 07 May 2011 21:12:33 +0200 |
Patrick Mezard |
cmdutil: normalize log message eols when reading from file
|
Fri, 06 May 2011 15:22:31 +0200 |
Adrian Buehlmann |
rename util.set_flags to setflags
|
Fri, 06 May 2011 09:54:06 +0200 |
Adrian Buehlmann |
rename path_auditor to pathauditor
|
Mon, 02 May 2011 10:11:18 +0200 |
Dan Villiom Podlaski Christiansen |
prevent transient leaks of file handle by using new helper functions
|
Sat, 30 Apr 2011 23:27:00 +0200 |
Adrian Buehlmann |
scmutil: introduce casecollisionauditor
|
Sun, 01 May 2011 08:29:50 -0500 |
Matt Mackall |
context: provide an efficient iterator for workingctx
|
Sat, 30 Apr 2011 18:30:14 +0200 |
Alexander Solovyov |
revset aliases
|
Sat, 30 Apr 2011 12:39:46 +0200 |
Kevin Gessner |
add: notify when adding a file that would cause a case-folding collision
|
Sat, 30 Apr 2011 13:59:14 +0200 |
Alexander Solovyov |
remove unused imports and variables
|
Sat, 23 Apr 2011 00:51:25 +0300 |
Idan Kamara |
eliminate various naked except clauses
|
Wed, 20 Apr 2011 22:43:31 +0200 |
Adrian Buehlmann |
move path_auditor from util to scmutil
|
Wed, 20 Apr 2011 21:41:41 +0200 |
Adrian Buehlmann |
move canonpath from util to scmutil
|
Tue, 19 Apr 2011 12:42:53 +0200 |
Adrian Buehlmann |
add: introduce a warning message for non-portable filenames (issue2756) (BC)
|
Fri, 15 Apr 2011 16:15:32 +0200 |
Adrian Buehlmann |
copy: do not copy file if name is disallowed anyway
|
Mon, 04 Apr 2011 16:21:59 -0500 |
Matt Mackall |
misc: replace .parents()[0] with p1()
|
Wed, 23 Feb 2011 23:30:48 +0100 |
Adrian Buehlmann |
cmdutil: fix mode handling in make_file
|
Fri, 04 Mar 2011 19:21:12 -0600 |
Matt Mackall |
match: ignore "" patterns
stable
|
Wed, 23 Feb 2011 13:21:55 +0500 |
Waqas Hussain |
export: only close files which export itself has opened
stable
|
Fri, 24 Dec 2010 15:23:01 +0100 |
Dan Villiom Podlaski Christiansen |
explicitly close files
|
Fri, 11 Feb 2011 19:47:39 +0100 |
David Soria Parra |
templater: add bookmarks to templates and default output
|
Tue, 07 Dec 2010 16:08:16 +0100 |
Dan Villiom Podlaski Christiansen |
make_file: always return a fresh file handle that can be closed
|
Wed, 01 Dec 2010 21:46:08 +0100 |
Dan Villiom Podlaski Christiansen |
export: flush the file pointer between patches
|
Wed, 24 Nov 2010 15:56:32 -0600 |
Matt Mackall |
branch: operate on branch names in local string space where possible
|
Sat, 13 Nov 2010 11:58:51 +0900 |
Nicolas Dumazet |
merge with stable
|
Thu, 11 Nov 2010 02:10:37 +0900 |
Nicolas Dumazet |
log: fix log -rREV FILE when REV isnt the last filerev (issue2492)
stable
|
Thu, 11 Nov 2010 02:05:02 +0900 |
Nicolas Dumazet |
cmdutil: move range check outside of filerevgen
stable
|
Thu, 04 Nov 2010 16:21:28 -0500 |
Matt Mackall |
commands: add revset support to most commands
|
Sat, 30 Oct 2010 12:13:52 -0500 |
Matt Mackall |
commit: handle missing newline on last commit comment
stable
|
Thu, 28 Oct 2010 21:25:53 +0200 |
Patrick Mezard |
patch: fix copies when patching over uncommitted changed (issue2459)
stable
|
Wed, 20 Oct 2010 12:29:41 -0200 |
Wagner Bruna |
cmdutil: mark string for i18n
|
Sun, 10 Oct 2010 10:06:36 -0500 |
Augie Fackler |
termwidth: move to ui.ui from util
|
Fri, 08 Oct 2010 14:02:23 -0500 |
Brodie Rao |
cat: fix cat without -r, broken by 0ae35296fbf4
|
Thu, 07 Oct 2010 18:24:29 -0500 |
Matt Mackall |
revsets: introduce revsingle helper
|
Thu, 07 Oct 2010 18:05:04 -0500 |
Matt Mackall |
revsets: make revpair revsets-aware
|
Mon, 20 Sep 2010 22:41:10 +0200 |
Patrick Mezard |
Restore lexists() changes lost in e0ee3e822a9a merge
|
Mon, 20 Sep 2010 22:29:13 +0200 |
Patrick Mezard |
Merge with stable
|
Mon, 20 Sep 2010 21:46:39 +0200 |
Patrick Mezard |
rename: do not overwrite existing broken symlinks
stable
|
Mon, 13 Sep 2010 13:09:20 +0200 |
Martin Geisler |
add: recurse into subrepositories with --subrepos/-S flag
|
Mon, 13 Sep 2010 13:09:11 +0200 |
Martin Geisler |
add: move main part to cmdutil to make it easier to reuse
|
Mon, 13 Sep 2010 13:08:09 +0200 |
Martin Geisler |
patch: break import cycle with cmdutil
|
Fri, 10 Sep 2010 22:52:00 +0200 |
Patrick Mezard |
subrepos: handle diff nodeids in subrepos, not before
|
Tue, 07 Sep 2010 16:34:07 +0200 |
Martin Geisler |
subrepos: add function for iterating over ctx subrepos
|
Tue, 07 Sep 2010 16:23:55 +0200 |
Martin Geisler |
subrepos: handle modified but uncommitted .hgsub
|
Fri, 03 Sep 2010 12:58:51 +0200 |
Martin Geisler |
diff: recurse into subrepositories with --subrepos/-S flag
|
Fri, 03 Sep 2010 12:58:51 +0200 |
Martin Geisler |
cmdutil: use repo.auditor when constructing match object
|
Mon, 30 Aug 2010 14:38:24 +0200 |
Martin Geisler |
Consistently import foo as foomod when foo to avoid shadowing
|
Wed, 25 Aug 2010 16:23:32 +0200 |
Martin Geisler |
util: remove lexists, Python 2.4 introduced os.path.lexists
|
Tue, 17 Aug 2010 17:44:19 -0500 |
Matt Mackall |
merge with stable
|
Fri, 13 Aug 2010 14:29:30 +0800 |
Alecs King |
log: fix the bug 'hg log --stat -p == hg log --stat'
stable
|
Sun, 15 Aug 2010 23:38:00 +0900 |
Nicolas Dumazet |
cmdutil: code simplification
|
Sun, 15 Aug 2010 23:17:53 +0900 |
Nicolas Dumazet |
log: do not --follow file that is deleted and recreated later (issue732)
|
Thu, 12 Aug 2010 18:00:41 +0200 |
Martin Geisler |
cmdutil: remove unnecessary parenthesis
|
Tue, 20 Jul 2010 14:42:05 +0900 |
Nicolas Dumazet |
log: do not redefine cachefunc in walkchangerevs
|
Wed, 21 Jul 2010 09:43:45 +0200 |
Martin Geisler |
cmdutils: fix code style
|
Tue, 20 Jul 2010 14:32:33 +0900 |
Nicolas Dumazet |
log: document the different phases in walkchangerevs
|
Tue, 20 Jul 2010 14:13:33 +0900 |
Nicolas Dumazet |
log: slowpath: only walk specified revision range during preparation
|
Mon, 19 Jul 2010 00:41:41 +0200 |
Martin Geisler |
cmdutil: fix accidental name clash with revrange function
|
Sun, 04 Jul 2010 18:07:30 +0900 |
Nicolas Dumazet |
log: slowpath: do not read the full changelog
|
Sat, 03 Jul 2010 18:11:15 +0900 |
Nicolas Dumazet |
log: remove increasing windows usage in fastpath
|
Sat, 03 Jul 2010 18:01:54 +0900 |
Nicolas Dumazet |
log: refactor: test for ranges inside filerevgen
|
Sat, 03 Jul 2010 17:58:48 +0900 |
Nicolas Dumazet |
log: refactor: compute the value of last outside of filerevgen
|
Tue, 29 Jun 2010 12:12:34 +0200 |
Mads Kiilerich |
log: follow filenames through renames (issue647)
stable 1.6
|
Thu, 24 Jun 2010 15:18:47 +0100 |
Simon Howkins |
heads: fix templating of headers again (issue2130)
stable
|
Thu, 24 Jun 2010 15:18:47 +0100 |
Simon Howkins |
cmdutil: only output style header once in non-buffered mode (issue2130)
stable
|
Sun, 20 Jun 2010 14:21:47 -0500 |
Matt Mackall |
revrange: fix up empty query again
|
Sat, 19 Jun 2010 13:00:01 -0500 |
Matt Mackall |
revrange: attempt to parse old-style queries as a first pass
|
Mon, 07 Jun 2010 20:03:32 +0200 |
Dirkjan Ochtman |
move working dir/dirstate methods from localrepo to workingctx
|
Fri, 04 Jun 2010 22:54:43 -0500 |
Matt Mackall |
revset: fix test failure with qfinish
|
Thu, 03 Jun 2010 18:00:15 -0500 |
Matt Mackall |
walkchangerevs: allow empty query sets
|
Tue, 01 Jun 2010 11:18:57 -0500 |
Matt Mackall |
revset: hook into revrange
|
Tue, 01 Jun 2010 11:18:57 -0500 |
Matt Mackall |
remoteui: move from cmdutil to hg
|
Thu, 27 May 2010 22:50:04 +0300 |
Alexander Solovyov |
cmdutil: cleanup imports
|
Wed, 26 May 2010 16:16:47 +0200 |
Peter Arrenbrecht |
rename: make --after work if source is already in R state
|
Sat, 15 May 2010 17:48:49 -0500 |
Matt Mackall |
commands: initial audit of exit codes
|
Sat, 01 May 2010 18:39:40 -0400 |
Steve Losh |
cmdutil: Warn when trying to copy/rename --after to a nonexistant file.
|
Thu, 01 Apr 2010 00:35:12 +0900 |
Yuya Nishihara |
log: add --stat for diffstat output
|
Sat, 03 Apr 2010 11:58:16 +1100 |
David Greenaway |
Move 'findrenames' code into its own file.
|
Wed, 07 Apr 2010 00:45:20 +0900 |
Yuya Nishihara |
commands: refactor diff --stat and qdiff --stat
|
Fri, 23 Apr 2010 15:24:11 +0900 |
Nicolas Dumazet |
log: remove useless condition
|
Mon, 19 Apr 2010 17:00:02 -0500 |
Matt Mackall |
Merge with stable
|
Thu, 08 Apr 2010 00:13:33 +0900 |
Yuya Nishihara |
remoteui: copy http_proxy settings
stable
|
Mon, 05 Apr 2010 01:00:14 +0200 |
Martin Geisler |
cmdutil: do not translate trivial string
|
Fri, 02 Apr 2010 15:22:07 -0500 |
Brodie Rao |
cmdutil: make use of output labeling in changeset_printer
|
Wed, 17 Mar 2010 18:15:16 -0500 |
Matt Mackall |
progress: drop extra args for pos=None calls (issue2087)
|
Mon, 15 Mar 2010 18:40:00 +0100 |
Martin Geisler |
progress: use a verb in present participle
|
Mon, 08 Mar 2010 19:43:24 +0100 |
Benoit Boissinot |
patch/diff: move patch.export() to cmdutil.export()
|
Mon, 08 Mar 2010 00:01:12 +0100 |
Benoit Boissinot |
addremove: avoid fetching data again and again
|
Mon, 08 Mar 2010 00:00:03 +0100 |
Benoit Boissinot |
addremove: add progress support for similarity search
|
Sun, 07 Mar 2010 23:59:28 +0100 |
Benoit Boissinot |
addremove: atomically update the dirstate
|
Sun, 14 Feb 2010 01:52:31 -0500 |
Brodie Rao |
remove unused imports
stable
|
Mon, 08 Feb 2010 10:50:00 +0100 |
Brendan Cully |
mq: make init -Q do what qinit -c did
|
Mon, 08 Feb 2010 10:23:44 +0100 |
Brendan Cully |
mq: add -Q option to all commands not in norepo
|
Sat, 06 Feb 2010 16:50:00 +0100 |
Patrick Mezard |
util: make spawndetached() handle subprocess early terminations
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Mon, 18 Jan 2010 22:59:32 +0100 |
Patrick Mezard |
templatekw: fix extras, manifest and showlist args (issue1989)
|
Fri, 15 Jan 2010 10:38:11 +0100 |
Patrick Mezard |
Merge with crew-stab le
|
Fri, 15 Jan 2010 09:50:52 +0100 |
Patrick Mezard |
cmdutil: expand style paths (issue1948)
stable
|
Sun, 10 Jan 2010 18:13:34 +0100 |
Patrick Mezard |
cmdutil: hide child window created by win32 spawndetached()
|
Wed, 06 Jan 2010 21:11:58 +0100 |
Patrick Mezard |
Find right hg command for detached process
|
Wed, 06 Jan 2010 21:11:58 +0100 |
Patrick Mezard |
cmdutil: replace unix pipe handshake with file lock
|
Fri, 10 Apr 2009 21:20:25 +0200 |
Patrick Mezard |
serve: add and use portable spawnvp replacement
|
Wed, 30 Dec 2009 02:41:19 +0100 |
Robert Bachmann |
Bugfix and test for hg log XML output
|
Mon, 28 Dec 2009 17:55:52 +0100 |
Robert Bachmann |
Added support for templatevar "footer" to cmdutil.py
|
Mon, 14 Dec 2009 00:32:29 +0900 |
Nicolas Dumazet |
cmdutil: replace sys.maxint with None as default value in loglimit
|
Sun, 13 Dec 2009 18:06:24 +0100 |
Patrick Mezard |
Make {file_copies} usable as a --template key
|
Sun, 13 Dec 2009 18:06:24 +0100 |
Patrick Mezard |
templatekw: change {file_copies} behaviour, add {file_copies_switch}
|
Sun, 13 Dec 2009 18:06:24 +0100 |
Patrick Mezard |
cmdutil: extract file copies closure into templatekw
|
Sun, 13 Dec 2009 18:06:24 +0100 |
Patrick Mezard |
cmdutil: extract latest tags closures in templatekw
|
Sun, 13 Dec 2009 18:06:24 +0100 |
Patrick Mezard |
cmdutil: extract file changes closures into templatekw
|
Sun, 13 Dec 2009 18:06:23 +0100 |
Patrick Mezard |
cmdutil: extract repo dependent closures in templatekw
|
Sun, 13 Dec 2009 18:06:23 +0100 |
Patrick Mezard |
cmdutil: extract ctx dependent closures into templatekw
|
Sun, 13 Dec 2009 18:06:23 +0100 |
Patrick Mezard |
cmdutil: replace showlist() closure with a function
|
Thu, 10 Dec 2009 12:31:57 +0100 |
Dirkjan Ochtman |
merge with the stable branch
|
Thu, 10 Dec 2009 12:31:21 +0100 |
Dirkjan Ochtman |
cmdutil: copy auth section in remoteui
stable
|
Thu, 10 Dec 2009 00:14:22 +0100 |
Benoit Boissinot |
log --follow: use a set instead of a list
|
Tue, 01 Dec 2009 11:28:31 +0900 |
Nicolas Dumazet |
cmdutil: service: add appendpid parameter to append pids to pid file
|
Tue, 01 Dec 2009 01:43:46 +0100 |
Benoit Boissinot |
backout experimental change from 777c1df76ef4
|
Mon, 30 Nov 2009 15:31:14 -0600 |
Matt Mackall |
Merge with crew
|
Mon, 30 Nov 2009 22:23:09 +0100 |
Patrick Mezard |
cmdutil: fix missing default 'extra' template
|
Tue, 17 Nov 2009 18:50:39 +0900 |
Nicolas Dumazet |
run-tests: add --inotify option to test runner
|
Tue, 24 Nov 2009 20:40:04 +0100 |
Benoit Boissinot |
findrenames: improve coding-style
|
Tue, 24 Nov 2009 18:21:47 +0100 |
Benoit Boissinot |
findrenames: speedup exact match
|
Tue, 24 Nov 2009 17:39:42 +0100 |
Benoit Boissinot |
findrenames: refactor the score computation
|
Tue, 24 Nov 2009 17:26:42 +0100 |
Benoit Boissinot |
findrenames: first loop over the removed files, it's faster
|
Tue, 17 Nov 2009 15:00:00 +0900 |
Nicolas Dumazet |
cmdutil.service: do not _exit(0) in the parent process
stable
|
Fri, 30 Oct 2009 09:54:39 +0100 |
Dirkjan Ochtman |
cmdutil: fix bug in finddate() implementation
|
Fri, 30 Oct 2009 09:53:39 +0100 |
Dirkjan Ochtman |
merge changes from mpm
|
Wed, 28 Oct 2009 22:47:46 -0500 |
Steve Borho |
cmdutil: update finddate()
|
Thu, 29 Oct 2009 19:03:16 -0500 |
Matt Mackall |
walkchangerevs: drop ui arg
|
Thu, 29 Oct 2009 19:03:13 -0500 |
Matt Mackall |
walkchangerevs: reset cache between windows
|
Thu, 29 Oct 2009 17:07:51 -0500 |
Matt Mackall |
walkchangerevs: move 'add' to callback
|
Tue, 27 Oct 2009 17:14:19 -0500 |
Matt Mackall |
Merge with crew
|
Tue, 27 Oct 2009 17:01:32 -0500 |
Matt Mackall |
walkchangerevs: internalize ctx caching
|
Sun, 25 Oct 2009 18:43:59 -0500 |
Matt Mackall |
walkchangerevs: yield contexts
|
Sun, 25 Oct 2009 18:43:58 -0500 |
Matt Mackall |
walkchangerevs: kill window step of iterator
|
Sun, 25 Oct 2009 18:43:56 -0500 |
Matt Mackall |
walkchangerevs: pull out matchfn
|
Sat, 24 Oct 2009 19:01:40 +0200 |
Adrian Buehlmann |
cmdutil: minor refactoring of changeset_printer._show
|
Mon, 05 Oct 2009 18:17:13 -0400 |
Greg Ward |
cmdutil: changeset_printer: use methods of filectx/changectx.
|
Sat, 03 Oct 2009 18:31:20 +0200 |
Mads Kiilerich |
cmdutil: templating keywords latesttag and latesttagdistance
|
Sun, 16 Aug 2009 11:30:24 +0900 |
Nicolas Dumazet |
cmdutil: service: add an optional runargs argument to pass the command to run
|
Thu, 20 Aug 2009 08:34:22 +0200 |
Dirkjan Ochtman |
cmdutil: use context objects for walkchangerevs()
|
Sun, 12 Jul 2009 00:46:43 -0500 |
Steve Borho |
cmdutil: fall back to filename if glob expand has errors
|
Wed, 01 Jul 2009 01:05:24 -0500 |
Matt Mackall |
commit: report modified subrepos in commit editor
|
Tue, 30 Jun 2009 23:25:53 -0500 |
Matt Mackall |
addremove: build lists of already added and removed files too (issue1696)
|
Tue, 30 Jun 2009 16:11:42 -0500 |
Matt Mackall |
addremove: pass unknown and deleted to findrenames directly again
|
Tue, 30 Jun 2009 15:56:08 -0500 |
Matt Mackall |
addremove: normalize some variable names
|
Mon, 29 Jun 2009 15:34:17 -0500 |
Matt Mackall |
findrenames: drop unused argument defaults
|
Tue, 23 Jun 2009 17:51:51 -0500 |
Matt Mackall |
addremove: drop some silly variable assignments
|
Fri, 12 Jun 2009 02:19:51 -0500 |
Matt Mackall |
remoteui: properly create dst with copy()
|
Mon, 25 May 2009 18:14:32 +0900 |
Nicolas Dumazet |
cmdutil: service: logfile option to redirect stdout & stderr in a file
|
Wed, 10 Jun 2009 15:10:21 +0200 |
Benoit Boissinot |
use new style classes
|
Tue, 09 Jun 2009 09:25:17 -0400 |
timeless |
Generally replace "file name" with "filename" in help and comments.
|
Sun, 07 Jun 2009 21:16:05 +0200 |
Henri Wiechers |
cleanup: removed unused imports
|
Mon, 01 Jun 2009 21:51:00 -0500 |
Matt Mackall |
commit: move explicit file checking into repo.commit
|
Mon, 01 Jun 2009 14:51:47 -0500 |
Matt Mackall |
commit: editor reads file lists from provided context
|
Sun, 31 May 2009 17:54:18 -0500 |
Matt Mackall |
match: ignore return of match.bad
|
Sun, 24 May 2009 16:38:29 -0500 |
Matt Mackall |
cmdutils: Take over glob expansion duties from util
|
Sun, 24 May 2009 02:56:14 -0500 |
Matt Mackall |
match: refactor patkind
|
Wed, 20 May 2009 12:20:27 +0200 |
Martin Geisler |
cmdutil: mark string for translation
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: explain how to abort commit in editor
|
Sun, 17 May 2009 22:51:17 +0200 |
Benoit Boissinot |
addremove/findrenames: find renames according to the match object (issue1527)
|
Sun, 17 May 2009 22:40:04 +0200 |
Benoit Boissinot |
addremove: mapping isn't really needed, simplify
|
Thu, 14 May 2009 13:21:17 -0500 |
Matt Mackall |
editor: move HG: filtering from ui to commiteditor
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commit: move commit editor to cmdutil, pass as function
|
Thu, 14 May 2009 15:35:46 +0200 |
Peter Arrenbrecht |
drop unused imports
|
Tue, 12 May 2009 01:08:28 +0200 |
Martin Geisler |
cmdutil: replace pseudo-set by real set
|
Tue, 12 May 2009 12:04:05 +0200 |
Dirkjan Ochtman |
templater: provide the standard template filters by default
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace various uses of list.reverse()
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
ui: replace parentui mechanism with repo.baseui
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
add cmdutil.remoteui
|
Wed, 22 Apr 2009 00:57:28 +0200 |
Martin Geisler |
replace set-like dictionaries with real sets
|
Wed, 22 Apr 2009 17:15:59 +0200 |
Martin Geisler |
cmdutil: return boolean result directly in want function
|
Wed, 22 Apr 2009 01:39:47 +0200 |
Martin Geisler |
remove unnecessary outer parenthesis in if-statements
|
Mon, 06 Apr 2009 10:51:27 +0200 |
Dirkjan Ochtman |
cmdutil: prevent code repetition by abstraction in changeset_templater
|
Sat, 04 Apr 2009 17:55:52 +0200 |
Dirkjan Ochtman |
cmdutil: refactor handling of templating in show_changeset()
|
Fri, 03 Apr 2009 14:51:48 -0500 |
Matt Mackall |
move encoding bits from util to encoding
|
Fri, 27 Mar 2009 17:35:00 +0100 |
Martin Geisler |
cmdutil: fix untranslatable string in copy
|
Mon, 23 Mar 2009 10:41:42 +0100 |
Alexander Solovyov |
templater: ability to display diffstat for log-like commands
|
Mon, 23 Mar 2009 13:15:57 +0100 |
Alexander Solovyov |
templater: use contexts consistently throughout changeset_templater
|
Sat, 28 Feb 2009 12:38:45 +0100 |
timeless |
help: miscellaneous language fixes
|
Mon, 16 Feb 2009 17:37:23 -0600 |
Matt Mackall |
log: ignore --removed if no files specified (issue1166)
|
Sat, 14 Feb 2009 22:40:39 +0100 |
Jim Correia |
add --git option to commands supporting --patch (log, incoming, history, tip)
|
Mon, 19 Jan 2009 12:38:54 +0200 |
Alexander Solovyov |
cmdutil.logmessage: options should be optional
|
Mon, 12 Jan 2009 11:39:38 -0600 |
Matt Mackall |
error: move UnknownCommand and AmbiguousCommand
|
Mon, 24 Nov 2008 17:16:39 -0800 |
Brendan Cully |
Improved error message for log --follow
|
Fri, 14 Nov 2008 13:59:25 +0100 |
Dirkjan Ochtman |
cmdutil: use change contexts for cset-printer and cset-templater
|
Wed, 12 Nov 2008 15:19:14 -0600 |
Matt Mackall |
linkrev: take a revision number rather than a hash
|
Thu, 06 Nov 2008 11:17:38 +0100 |
Ronny Pfannschmidt |
export: fixed silent output file overwriting
|
Mon, 03 Nov 2008 16:48:23 +0100 |
Dirkjan Ochtman |
patch: turn patch.diff() into a generator
|
Tue, 28 Oct 2008 19:25:26 +0100 |
Benoit Boissinot |
remove unused variables
|
Wed, 22 Oct 2008 17:34:08 -0500 |
Matt Mackall |
findcmd: have dispatch look up strict flag
|
Sat, 18 Oct 2008 04:26:09 -0500 |
Matt Mackall |
rename: handle renaming to a target marked removed
|
Wed, 03 Sep 2008 02:27:25 +0200 |
Benoit Boissinot |
allow committing a removed directory
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in Mercurial
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
Fri, 27 Jun 2008 13:43:29 -0500 |
Matt Mackall |
status: clean up all users for unknown files
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
add __len__ and __iter__ methods to repo and revlog
|
Thu, 26 Jun 2008 14:35:46 -0500 |
Matt Mackall |
use repo[changeid] to get a changectx
|
Wed, 25 Jun 2008 17:35:20 -0500 |
Matt Mackall |
context: avoid using None for working parent
|
Sat, 07 Jun 2008 11:43:16 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 07 May 2008 14:32:00 +0400 |
Maxim Dounin |
addremove: correctly handle intermediate symlinks
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
match: remove files arg from repo.status and friends
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
match: stop passing files through commitfunc
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
match: use helpers for cmdutil
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
walk: return a single value
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
walk: remove cmdutil.walk
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
walk: remove rel and exact returns
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: remove remaining users of cmdutils.matchpats
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
cmdutil: switch commit to match
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walkchangerev: use new match objects
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: pass match object to cmdutil.walk
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: begin refactoring badmatch handling
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: remove files arg from repo.walk and dirstate.walk
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: introduce match objects
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: kill util.cmdmatcher and _matcher
|
Sat, 19 Apr 2008 10:42:30 +0200 |
Alexis S. L. Carvalho |
rename --after: do not unlink source file (issue910)
|
Wed, 16 Apr 2008 12:09:16 +0200 |
Dirkjan Ochtman |
remove trailing spaces
|
Mon, 14 Apr 2008 22:31:33 +0200 |
Patrick Mezard |
cmdutil: handle and warn about missing copy revisions
|
Fri, 14 Mar 2008 10:32:19 -0300 |
Alexis S. L. Carvalho |
Fix issue995 (copy --after and symlinks pointing to a directory)
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Fri, 29 Feb 2008 01:51:23 +0100 |
Thomas Arendsen Hein |
Move finding/checking the log limit to cmdutil
|
Tue, 19 Feb 2008 19:20:10 -0300 |
Alexis S. L. Carvalho |
cmdutil.walkchangerevs: use '-1:0' instead ot 'tip:0'
|
Sun, 17 Feb 2008 21:34:28 +0100 |
Thomas Arendsen Hein |
Fix bad behaviour when specifying an invalid date (issue700)
|
Fri, 15 Feb 2008 10:38:37 -0200 |
Alexis S. L. Carvalho |
cmdutil.commit: use relative paths in the error messages
|
Thu, 31 Jan 2008 14:44:19 -0600 |
Matt Mackall |
templates: move filters to their own module
|
Sun, 20 Jan 2008 14:39:25 +0100 |
Christian Ebert |
Prefer i in d over d.has_key(i)
|
Wed, 09 Jan 2008 21:30:35 +0900 |
Shun-ichi GOTO |
Add endswithsep() and use it instead of using os.sep and os.altsep directly.
|
Fri, 11 Jan 2008 01:36:20 +0000 |
mark williamson |
Tweak finddate to pass date directly.
|
Thu, 10 Jan 2008 12:07:18 +0300 |
Kirill Smelkov |
cmdutil.commit: extract 'addremove' from opts carefully
|
Fri, 04 Jan 2008 11:52:24 -0800 |
Bryan O'Sullivan |
serve: Don't change directory in the child if invoked with -d and --cwd
|
Sat, 29 Dec 2007 19:49:48 +0100 |
Thomas Arendsen Hein |
Removed tabs and trailing whitespace in python files
|
Thu, 27 Dec 2007 23:55:39 -0600 |
Matt Mackall |
cmdutil: make bail_if_changed bail on uncommitted merge
|
Fri, 07 Dec 2007 02:29:55 -0600 |
Matt Mackall |
copy: handle rename internally
|
Fri, 07 Dec 2007 02:03:42 -0600 |
Matt Mackall |
copy: move rename logic
|
Fri, 07 Dec 2007 02:01:13 -0600 |
Matt Mackall |
copy: simplify inner copy
|
Fri, 07 Dec 2007 02:01:10 -0600 |
Matt Mackall |
copy: minor cleanups
|
Thu, 06 Dec 2007 15:15:47 -0600 |
Matt Mackall |
copy: propagate errors properly
|
Thu, 06 Dec 2007 14:58:57 -0600 |
Matt Mackall |
copy: refactor okaytocopy into walkpat
|
Sun, 02 Dec 2007 18:41:22 -0600 |
Matt Mackall |
copy: fix copying back with -A (issue836)
|
Sun, 02 Dec 2007 18:11:59 -0600 |
Matt Mackall |
move commands.docopy to cmdutil.copy
|
Sat, 24 Nov 2007 20:16:59 +0100 |
Patrick Mezard |
cmdutil: make "files" list all files, add "file_mods" for modified files
|
Sat, 24 Nov 2007 17:56:15 +0100 |
Patrick Mezard |
cmdutil: always expose "files_add", "files_del" and "manifest" templater properties
|
Mon, 05 Nov 2007 20:05:44 +0300 |
Maxim Dounin |
Fix file-changed-to-dir and dir-to-file commits (issue660).
|
Mon, 27 Aug 2007 02:21:58 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
parseurl: also return the revision after the "#"; add a test
|
Wed, 15 Aug 2007 16:55:13 -0500 |
Matt Mackall |
dispatch: move command dispatching into its own module
|
Wed, 15 Aug 2007 16:10:36 -0500 |
Matt Mackall |
move parseurl from cmdutil to hg
|
Sat, 04 Aug 2007 22:27:52 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sat, 04 Aug 2007 22:25:12 +0200 |
Thomas Arendsen Hein |
Simplify/correct finding the hg executable (fixes issue644)
|
Tue, 31 Jul 2007 16:28:05 -0700 |
Bryan O'Sullivan |
commands: move commit to cmdutil as wrapper for commit-like functions
|
Sat, 21 Jul 2007 16:44:38 -0500 |
Matt Mackall |
Merge with crew
|
Sat, 21 Jul 2007 17:36:45 +0200 |
Thomas Arendsen Hein |
Make [defaults] in .hg/hgrc work.
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Make repo locks recursive, eliminate all passing of lock/wlock
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: add __contains__ and make __getitem__ more useful
|
Wed, 11 Jul 2007 19:56:16 -0300 |
Alexis S. L. Carvalho |
archive: make the %r escape work.
|
Sun, 08 Jul 2007 12:52:08 +0200 |
Thomas Arendsen Hein |
hg log: Move filtering implicit parents to own method and use it in templater.
|
Sun, 08 Jul 2007 10:43:57 +0200 |
Thomas Arendsen Hein |
Strip whitespace from changeset description in changeset_templater.
|
Thu, 28 Jun 2007 16:03:45 +0200 |
Thomas Arendsen Hein |
Abort if earlygetopt fails to detect an option.
|
Thu, 28 Jun 2007 15:56:25 +0200 |
Thomas Arendsen Hein |
Simplified earlygetopt and made it remove parsed options and values.
|
Wed, 27 Jun 2007 20:37:33 +0200 |
Thomas Arendsen Hein |
Disallow short earlygetop option combined with other short options
|
Tue, 26 Jun 2007 18:35:31 +0200 |
Thomas Arendsen Hein |
Fix earlygetop for short options with unnecessary spaces removed
|
Mon, 25 Jun 2007 22:41:15 +0200 |
Thomas Arendsen Hein |
New config option: ui.report_untrusted (defaults to True)
|
Mon, 25 Jun 2007 22:08:10 +0200 |
Thomas Arendsen Hein |
Make earlygetopt return a list of all option values, use the last value.
|
Mon, 25 Jun 2007 11:29:17 -0700 |
Benoit Boissinot |
Make changeset_printer respect ui diffopts
|
Sat, 23 Jun 2007 20:21:10 +0200 |
Thomas Arendsen Hein |
Remember path to 'hg' executable and pass to external tools and hooks as $HG.
|
Thu, 21 Jun 2007 13:09:01 -0500 |
Matt Mackall |
identify: take a path to a remote repo
|
Thu, 21 Jun 2007 13:09:00 -0500 |
Matt Mackall |
dispatch: parse local hgrc for paths
|
Thu, 21 Jun 2007 11:54:16 -0500 |
Matt Mackall |
identify: work with remote repos
|
Wed, 20 Jun 2007 20:13:31 -0700 |
Brendan Cully |
Fix dispatch error message when not in a repo
|
Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
Tue, 19 Jun 2007 08:06:37 +0200 |
Thomas Arendsen Hein |
Cleanup of whitespace, indentation and line continuation.
|
Mon, 18 Jun 2007 21:30:27 -0500 |
Matt Mackall |
dispatch: report failed imports nicely
|
Mon, 18 Jun 2007 17:49:56 -0500 |
Matt Mackall |
dispatch: add generic pre- and post-command hooks
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dispatch: fix handling of incorrect number of arguments
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
encoding: pull fallbackencoding out of localrepo into early parsing
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
extensions: kill ui readhooks
|
Sun, 17 Jun 2007 20:35:32 +0200 |
Patrick Mezard |
cmdutil: add missing "time" import.
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
addremove: use util.lexists
|
Tue, 12 Jun 2007 13:21:42 -0700 |
Brendan Cully |
dispatch: restore a dropped shlex import
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: accept an abbreviation of --repository
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move findrepo to cmdutil
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
localrepo: don't search from path
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: use the repo path found by early parsing
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: parse and apply -R early
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: parse and apply cwd opt early
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: rename variables after code motion
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: hoist debugging hook to runcatch
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move dispatching code to cmdutil
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move runcommand to cmdutil
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Add dirstate.pathto and localrepo.pathto.
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Use absolute paths in addremove.
|
Fri, 01 Jun 2007 18:40:14 -0500 |
Matt Mackall |
Add support for url#id syntax
|
Fri, 01 Jun 2007 16:00:40 +0200 |
Thomas Arendsen Hein |
addremove: comparing two empty files caused ZeroDivisionError
|
Fri, 27 Apr 2007 21:30:55 -0700 |
Bryan O'Sullivan |
Refactor commands.serve to allow other commands to run as services.
|
Mon, 16 Apr 2007 12:37:30 -0500 |
Matt Mackall |
Merge with stable
|
Mon, 16 Apr 2007 13:00:23 -0300 |
Alexis S. L. Carvalho |
command line templates: add formatnode filter
|
Mon, 16 Apr 2007 13:00:23 -0300 |
Alexis S. L. Carvalho |
fix 'hg <not-log> -v --template foo' with revisions without copies
|
Fri, 16 Mar 2007 00:45:18 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Fri, 16 Mar 2007 00:22:57 -0300 |
Alexis S. L. Carvalho |
pass repo.root to util.pathto() in preparation for the next patch
|
Wed, 14 Mar 2007 01:26:09 -0500 |
Matt Mackall |
Merge with -stable, fix small test failure
|
Sat, 10 Mar 2007 23:21:33 -0300 |
Alexis S. L. Carvalho |
Merge a bunch of matcher and locate fixes.
|
Sat, 10 Mar 2007 23:00:59 -0300 |
Alexis S. L. Carvalho |
remove unused "head" hack from util._matcher
|
Sat, 10 Mar 2007 23:00:57 -0300 |
Alexis S. L. Carvalho |
change locate to use relglobs by default
|
Sat, 10 Mar 2007 23:00:46 -0300 |
Alexis S. L. Carvalho |
Leave normalization of patterns to util._matcher
|
Tue, 13 Mar 2007 15:02:33 -0300 |
Alexis S. L. Carvalho |
"default" is the default branch name
|
Fri, 05 Jan 2007 21:28:49 +0200 |
Giorgos Keramidas |
Fix addremove for symlinks to non-existent files
|
Sun, 18 Feb 2007 20:39:25 +0100 |
Erling Ellingsen |
Avoid some false positives for addremove -s
|
Tue, 30 Jan 2007 19:36:56 -0200 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Tue, 30 Jan 2007 18:32:20 -0200 |
Alexis S. L. Carvalho |
docopy: deal with globs on windows in a better way
|
Tue, 26 Dec 2006 03:12:51 +0100 |
Benoit Boissinot |
cmdutil.py: use contexts in findrenames
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Tue, 12 Dec 2006 18:16:23 -0600 |
Matt Mackall |
Remove deprecated old-style branch support
|
Sat, 09 Dec 2006 09:30:29 +0100 |
Thomas Arendsen Hein |
Use util.always instead of creating a new lambda function in show_changeset
|
Fri, 08 Dec 2006 20:44:58 -0600 |
Matt Mackall |
Fix log regression where log -p file showed diffs for other files
|
Fri, 08 Dec 2006 01:36:50 -0200 |
Alexis S. L. Carvalho |
log: convert branch names to the local encoding
|
Thu, 07 Dec 2006 14:15:11 -0200 |
Alexis S. L. Carvalho |
fix hg diff -r ''
|
Wed, 06 Dec 2006 17:58:09 -0600 |
Matt Mackall |
Add --date support to update and revert
|
Fri, 01 Dec 2006 01:28:19 -0600 |
Matt Mackall |
use ui buffering in changeset printer
|
Mon, 27 Nov 2006 22:56:26 -0200 |
Alexis S. L. Carvalho |
fix hg log -r ''
|
Wed, 22 Nov 2006 23:02:28 +0100 |
Thomas Arendsen Hein |
Removed unused ui parameter from revpair/revrange and fix its users.
|
Fri, 17 Nov 2006 08:06:54 +0100 |
Thomas Arendsen Hein |
white space and line break cleanups
|
Wed, 15 Nov 2006 15:51:58 -0600 |
Matt Mackall |
add log --removed
|
Wed, 15 Nov 2006 15:51:58 -0600 |
Matt Mackall |
move walkchangerevs to cmdutils
|
Wed, 15 Nov 2006 15:51:58 -0600 |
Matt Mackall |
Consolidate brinfo handling
|
Wed, 15 Nov 2006 15:51:58 -0600 |
Matt Mackall |
changeset templater: convert some unnecessary yields to returns
|
Mon, 13 Nov 2006 13:26:57 -0600 |
Matt Mackall |
Refactor log ui buffering and patch display
|
Mon, 13 Nov 2006 13:26:57 -0600 |
Matt Mackall |
templates: move changeset templating bits to cmdutils
|
Fri, 27 Oct 2006 00:38:42 -0500 |
Matt Mackall |
convert dict(zip(x,x)) to dict.fromkeys(x)
|
Thu, 26 Oct 2006 18:43:57 -0500 |
Matt Mackall |
kill makewalk function
|
Thu, 26 Oct 2006 17:27:07 -0500 |
Matt Mackall |
Make revrange return a list of ints so that callers don't have to convert
|
Thu, 26 Oct 2006 17:15:55 -0500 |
Matt Mackall |
simplify revrange and revpair
|
Thu, 26 Oct 2006 14:09:15 -0500 |
Matt Mackall |
lookup(str(x)) -> lookup(x)
|
Thu, 14 Sep 2006 11:19:35 -0700 |
Brendan Cully |
Move revision parsing into cmdutil.
|
Fri, 08 Sep 2006 09:36:18 +0200 |
Thomas Arendsen Hein |
Never apply string formatting to generated errors with util.Abort.
|
Fri, 18 Aug 2006 22:13:58 -0700 |
Vadim Gelfer |
addremove: add -s/--similarity option
|
Fri, 18 Aug 2006 21:18:01 -0700 |
Vadim Gelfer |
fix comment.
|
Sun, 13 Aug 2006 17:03:33 -0700 |
Vadim Gelfer |
cmdutil.matchpats: allow include/exclude to be optional.
|
Sun, 13 Aug 2006 17:03:03 -0700 |
Vadim Gelfer |
add default values to arguments of walk etc.
|
Sun, 13 Aug 2006 16:57:45 -0700 |
Vadim Gelfer |
move commands.addremove_lock to cmdutil.addremove
|
Sun, 13 Aug 2006 16:11:22 -0700 |
Vadim Gelfer |
move walk and matchpats from commands to cmdutil.
|
Sat, 12 Aug 2006 16:13:27 -0700 |
Vadim Gelfer |
refactor text diff/patch code.
|