Fri, 03 Feb 2023 01:05:41 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
file |
diff |
annotate
|
Thu, 02 Feb 2023 17:34:48 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
file |
diff |
annotate
|
Sat, 13 Apr 2019 01:53:59 +0200 |
Pierre-Yves David |
hgweb: move ismember from `hgweb.common` to `scmutil`
|
file |
diff |
annotate
|
Wed, 15 Feb 2023 11:51:58 +0100 |
Pierre-Yves David |
commit: use `dirstate.change_files` to scope the associated `addremove`
|
file |
diff |
annotate
|
Tue, 31 Jan 2023 11:41:59 +0100 |
Pierre-Yves David |
branching: merge with stable
|
file |
diff |
annotate
|
Sat, 28 Jan 2023 18:26:28 +0400 |
Anton Shestakov |
scmutil: make checknewlabel() allow "_" in otherwise numeric names (issue6737)
stable
|
file |
diff |
annotate
|
Mon, 17 Oct 2022 16:26:16 +0200 |
Pierre-Yves David |
reuse-delta-base: improves some documentation
|
file |
diff |
annotate
|
Tue, 16 Aug 2022 18:20:42 +0200 |
Pierre-Yves David |
phase: introduce a dedicated function to check for the archived phase
|
file |
diff |
annotate
|
Tue, 31 May 2022 22:50:01 +0200 |
Manuel Jacob |
py3: catch FileNotFoundError instead of checking errno == ENOENT
|
file |
diff |
annotate
|
Sun, 29 May 2022 15:17:27 +0200 |
Manuel Jacob |
py3: replace `pycompat.xrange` by `range`
|
file |
diff |
annotate
|
Mon, 30 May 2022 16:18:12 +0200 |
Manuel Jacob |
node: stop converting binascii.Error to TypeError in bin()
|
file |
diff |
annotate
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
file |
diff |
annotate
|
Mon, 21 Feb 2022 11:24:57 -0700 |
Gregory Szorc |
py3: use str instead of pycompat.unicode
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
file |
diff |
annotate
|
Mon, 07 Feb 2022 12:29:43 +0300 |
Anton Shestakov |
scmutil: obsrevs is already a frozenset
|
file |
diff |
annotate
|
Fri, 07 Jan 2022 11:53:23 +0300 |
Anton Shestakov |
branchmap: skip obsolete revisions while computing heads
|
file |
diff |
annotate
|
Tue, 07 Dec 2021 15:48:22 -0800 |
Kyle Lippincott |
directaccess: fix uses of commands.status() that don't go through flag parsing
|
file |
diff |
annotate
|
Fri, 19 Nov 2021 16:16:21 -0800 |
Martin von Zweigbergk |
errors: use detailed exit code for RepoLookupError
|
file |
diff |
annotate
|
Fri, 19 Nov 2021 15:40:56 -0800 |
Martin von Zweigbergk |
errors: use detailed exit code for detected case-collision
|
file |
diff |
annotate
|
Tue, 09 Nov 2021 21:56:04 +0530 |
Pulkit Goyal |
merge with default
stable 6.0rc0
|
file |
diff |
annotate
|
Wed, 29 Sep 2021 18:37:54 +0200 |
Pierre-Yves David |
dirstate-item: use `added` instead of `state` when moving dirstate
|
file |
diff |
annotate
|
Wed, 29 Sep 2021 18:36:12 +0200 |
Pierre-Yves David |
dirstate-item: use item's property when computing a copies
|
file |
diff |
annotate
|
Wed, 29 Sep 2021 15:39:33 +0200 |
Pierre-Yves David |
dirstate-item: use item's property instead of `state` in addremove
|
file |
diff |
annotate
|
Tue, 28 Sep 2021 09:40:57 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
file |
diff |
annotate
|
Tue, 21 Sep 2021 18:02:07 +0200 |
Pierre-Yves David |
filecache: abstract the fetching of the list of tracked file
stable
|
file |
diff |
annotate
|
Thu, 23 Sep 2021 09:40:01 -0700 |
Martin von Zweigbergk |
errors: use InputError for bad --similarity value
|
file |
diff |
annotate
|
Thu, 23 Sep 2021 09:38:45 -0700 |
Martin von Zweigbergk |
errors: use InputError for some invalid revsets and such
|
file |
diff |
annotate
|
Mon, 19 Jul 2021 05:43:43 +0200 |
Pierre-Yves David |
copy: use `set_tracked` instead of `normallookup` in `dirstatecopy`
|
file |
diff |
annotate
|
Thu, 15 Jul 2021 04:34:51 +0200 |
Pierre-Yves David |
dirstate: rename `update_file_reference` to `update_file_p1`
|
file |
diff |
annotate
|
Sat, 10 Jul 2021 23:31:51 +0200 |
Pierre-Yves David |
dirstate: add a function to update tracking status while "moving" parents
|
file |
diff |
annotate
|
Tue, 18 May 2021 21:50:09 -0700 |
Martin von Zweigbergk |
errors: make StorageError subclass Error, attaching an exit code to it
|
file |
diff |
annotate
|
Tue, 18 May 2021 21:45:59 -0700 |
Martin von Zweigbergk |
errors: catch the new Error class in scmutil and chgserver
|
file |
diff |
annotate
|
Tue, 18 May 2021 22:07:16 -0700 |
Martin von Zweigbergk |
errors: make InterventionRequired subclass Abort
|
file |
diff |
annotate
|
Tue, 18 May 2021 17:15:49 -0700 |
Martin von Zweigbergk |
errors: let each Abort subclass define its error code
|
file |
diff |
annotate
|
Fri, 07 May 2021 22:06:25 -0400 |
Matt Harbison |
merge with stable
|
file |
diff |
annotate
|
Fri, 30 Apr 2021 16:13:02 -0700 |
Kyle Lippincott |
black: make codebase compatible with black v21.4b2 and v20.8b1
stable
|
file |
diff |
annotate
|
Fri, 30 Apr 2021 03:09:16 +0200 |
Joerg Sonnenberger |
core: don't hard-code hex node lengths
|
file |
diff |
annotate
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
file |
diff |
annotate
|
Mon, 19 Apr 2021 09:37:01 -0700 |
Martin von Zweigbergk |
errors: introduce a class for remote errors
|
file |
diff |
annotate
|
Mon, 19 Apr 2021 10:49:15 -0700 |
Martin von Zweigbergk |
errors: make OutOfBandError extend Abort
|
file |
diff |
annotate
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
file |
diff |
annotate
|
Thu, 25 Feb 2021 10:08:33 -0500 |
Valentin Gatien-Baron |
wireprotov1peer: don't raise internal errors in some cases
|
file |
diff |
annotate
|
Fri, 29 Jan 2021 12:16:55 -0800 |
Martin von Zweigbergk |
errors: use exit code 40 for when a hook fails
|
file |
diff |
annotate
|
Tue, 08 Dec 2020 16:41:13 +0530 |
Pulkit Goyal |
scmutil: improve documentation of writereporequirements()
|
file |
diff |
annotate
|
Wed, 09 Dec 2020 19:40:30 -0800 |
Martin von Zweigbergk |
errors: use detailed exit code 50 for StorageError
|
file |
diff |
annotate
|
Wed, 09 Dec 2020 20:22:25 -0800 |
Martin von Zweigbergk |
errors: raise InputError if an ambiguous revision id prefix is used
|
file |
diff |
annotate
|
Sat, 05 Dec 2020 23:35:55 +0100 |
Joerg Sonnenberger |
singlehead: introduce option to restrict to public changes
|
file |
diff |
annotate
|
Tue, 01 Dec 2020 20:22:24 +0900 |
Yuya Nishihara |
log: do not accept string-matcher pattern as -u/-b/-B parameter
|
file |
diff |
annotate
|
Tue, 01 Dec 2020 19:23:23 +0900 |
Yuya Nishihara |
scmutil: extract function that builds revset expr to select bookmark branch
|
file |
diff |
annotate
|
Tue, 01 Dec 2020 19:46:01 +0900 |
Yuya Nishihara |
scmutil: document that bookmarkrevs() ignores non-head bookmark branch
|
file |
diff |
annotate
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
file |
diff |
annotate
|
Fri, 16 Oct 2020 19:03:09 +0530 |
Pulkit Goyal |
scmutil: try-delete `.hg/store/requires` if store requirements are empty
|
file |
diff |
annotate
|
Mon, 23 Nov 2020 16:20:02 -0800 |
Martin von Zweigbergk |
errors: introduce SecurityError and use it in a few places
|
file |
diff |
annotate
|
Mon, 23 Nov 2020 11:18:48 -0800 |
Martin von Zweigbergk |
errors: remove trailing "!" from some error messages for consistency
|
file |
diff |
annotate
|
Mon, 16 Nov 2020 16:00:50 -0800 |
Martin von Zweigbergk |
errors: use exit code 10 for parse errors
|
file |
diff |
annotate
|
Fri, 20 Nov 2020 09:17:38 -0800 |
Martin von Zweigbergk |
errors: format "abort: " text in a new Abort.format() method
|
file |
diff |
annotate
|
Fri, 20 Nov 2020 08:51:45 -0800 |
Martin von Zweigbergk |
errors: make formatparse() an instance method on ParseError
|
file |
diff |
annotate
|
Thu, 19 Nov 2020 11:23:59 -0800 |
Martin von Zweigbergk |
errors: create "similarity hint" for UnknownIdentifier eagerly in constructor
|
file |
diff |
annotate
|
Thu, 19 Nov 2020 12:20:26 -0800 |
Martin von Zweigbergk |
errors: move similarity_hint() to error module
|
file |
diff |
annotate
|
Thu, 19 Nov 2020 09:19:44 -0800 |
Martin von Zweigbergk |
errors: morph reportsimilar() into similarity_hint()
|
file |
diff |
annotate
|
Thu, 19 Nov 2020 10:29:06 -0800 |
Martin von Zweigbergk |
errors: restructure formatparse() to clarify conditions a bit
|
file |
diff |
annotate
|
Thu, 22 Oct 2020 14:14:59 -0700 |
Martin von Zweigbergk |
errors: introduce CanceledError and use it in a few places
|
file |
diff |
annotate
|
Mon, 16 Nov 2020 16:00:13 -0800 |
Martin von Zweigbergk |
dispatch: move some helper functions down into scmutil
|
file |
diff |
annotate
|
Thu, 12 Nov 2020 10:35:33 -0800 |
Martin von Zweigbergk |
errors: use InputError for errors about bad label names (tags etc)
|
file |
diff |
annotate
|
Thu, 12 Nov 2020 09:53:14 -0800 |
Martin von Zweigbergk |
errors: use InputError for errors about bad paths
|
file |
diff |
annotate
|
Thu, 22 Oct 2020 13:56:01 -0700 |
Martin von Zweigbergk |
errors: set detailed exit code to 30 for config errors
|
file |
diff |
annotate
|
Mon, 12 Oct 2020 12:44:18 -0700 |
Martin von Zweigbergk |
errors: introduce StateError and use it from commands and cmdutil
|
file |
diff |
annotate
|
Thu, 22 Oct 2020 13:31:34 -0700 |
Martin von Zweigbergk |
errors: set detailed exit code to 100 for some remote errors
|
file |
diff |
annotate
|
Thu, 12 Nov 2020 21:56:52 -0800 |
Martin von Zweigbergk |
errors: catch urllib errors specifically instead of using safehasattr()
|
file |
diff |
annotate
|
Thu, 22 Oct 2020 13:38:14 -0700 |
Martin von Zweigbergk |
errors: set detailed exit code to 20 for locking errors
|
file |
diff |
annotate
|
Tue, 06 Oct 2020 22:36:15 -0700 |
Martin von Zweigbergk |
errors: introduce InputError and use it from commands and cmdutil
|
file |
diff |
annotate
|
Wed, 21 Oct 2020 19:00:16 -0700 |
Martin von Zweigbergk |
errors: add config that lets user get more detailed exit codes
|
file |
diff |
annotate
|
Sat, 07 Nov 2020 21:50:28 -0800 |
Martin von Zweigbergk |
worker: raise exception instead of calling sys.exit() with child's code
|
file |
diff |
annotate
|
Sun, 04 Oct 2020 13:17:57 +0900 |
Yuya Nishihara |
scmutil: move walkchangerevs() from cmdutil
|
file |
diff |
annotate
|
Thu, 08 Oct 2020 13:37:31 -0700 |
Martin von Zweigbergk |
errors: name arguments to Abort constructor
|
file |
diff |
annotate
|
Tue, 01 Sep 2020 18:08:24 +0530 |
Pulkit Goyal |
scmutil: introduce function to check whether repo uses treemanifest or not
|
file |
diff |
annotate
|
Fri, 18 Sep 2020 08:27:43 -0700 |
Martin von Zweigbergk |
locking: remove support for inheriting locks in subprocess
|
file |
diff |
annotate
|
Wed, 16 Sep 2020 12:13:46 -0700 |
Kyle Lippincott |
branchmap: add a cache validation cache, avoid expensive re-hash on every use
|
file |
diff |
annotate
|
Tue, 14 Apr 2020 21:07:09 +0530 |
Pulkit Goyal |
share: introduce config option to store requires in .hg/store
|
file |
diff |
annotate
|
Fri, 07 Aug 2020 16:11:19 +0530 |
Pulkit Goyal |
scmutil: introduce filterrequirements() to split reqs into wc and store ones
|
file |
diff |
annotate
|
Tue, 14 Apr 2020 16:43:54 +0530 |
Pulkit Goyal |
scmutil: add writereporequirements() and route requires writing through it
|
file |
diff |
annotate
|
Thu, 09 Jul 2020 18:48:55 -0700 |
Rodrigo Damazio Bovendorp |
scmutil: allowing different files to be prefetched per revision
|
file |
diff |
annotate
|
Tue, 26 May 2020 07:03:11 -0400 |
Valentin Gatien-Baron |
scmutil: clarify getuipathfn comment
|
file |
diff |
annotate
|
Tue, 26 May 2020 07:03:11 -0400 |
Valentin Gatien-Baron |
scmutil: speed up relativization of paths when it's a no-op
|
file |
diff |
annotate
|
Mon, 11 May 2020 09:07:31 -0700 |
Martin von Zweigbergk |
revisions: parse "x123" as "nodeid starting with 123" without prefixhexnode
|
file |
diff |
annotate
|
Fri, 08 Dec 2017 02:29:02 +0100 |
Joerg Sonnenberger |
transactions: convert changes['phases'] to list of ranges
|
file |
diff |
annotate
|
Sat, 29 Feb 2020 12:58:13 +0530 |
Pulkit Goyal |
scmutil: add option to register summary callbacks as transaction validators
|
file |
diff |
annotate
|
Fri, 06 Mar 2020 13:27:41 -0500 |
Augie Fackler |
cleanup: run pyupgrade on our source tree to clean up varying things
|
file |
diff |
annotate
|
Sun, 17 Nov 2019 14:39:28 +0100 |
Pierre-Yves David |
localrepo: also fastpath access to working copy parents when possible
|
file |
diff |
annotate
|
Tue, 14 Jan 2020 16:29:03 -0500 |
Matt Harbison |
doc: fix references to `revset.abstractsmartset`
|
file |
diff |
annotate
|
Mon, 13 Jan 2020 17:18:03 -0500 |
Matt Harbison |
scmutil: fix an unbound variable with progressbar debug enabled
|
file |
diff |
annotate
|
Mon, 13 Jan 2020 17:15:14 -0500 |
Augie Fackler |
core: migrate uses of hashlib.sha1 to hashutil.sha1
|
file |
diff |
annotate
|
Fri, 27 Dec 2019 12:41:56 -0800 |
Martin von Zweigbergk |
movedirstate: get copies from dirstate before setting parents
|
file |
diff |
annotate
|
Wed, 11 Dec 2019 18:10:20 +0100 |
Georges Racinet |
rust-index: use the new method in shortesthexnodeidprefix
|
file |
diff |
annotate
|
Tue, 07 Jan 2020 09:26:06 -0500 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Wed, 18 Dec 2019 20:17:21 +0100 |
Denis Laxalde |
py3: force bytestr conversion of "reason" in scmutil.callcatch()
stable 5.2.2
|
file |
diff |
annotate
|
Wed, 11 Dec 2019 17:35:29 +0100 |
Pierre-Yves David |
nodetree: simplify a conditionnal in shortesthexnodeidprefix
|
file |
diff |
annotate
|
Thu, 21 Nov 2019 22:52:23 +0900 |
Yuya Nishihara |
status: fix default value of status struct
|
file |
diff |
annotate
|
Tue, 19 Nov 2019 14:13:04 -0500 |
Matt Harbison |
scmutil: add assertions to help pytype
|
file |
diff |
annotate
|
Thu, 14 Nov 2019 13:38:17 -0500 |
Augie Fackler |
scmutil: convert status data object from a tuple to an attrs (API)
|
file |
diff |
annotate
|
Thu, 14 Nov 2019 08:03:26 -0800 |
Martin von Zweigbergk |
utils: move finddirs() to pathutil
|
file |
diff |
annotate
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
file |
diff |
annotate
|
Fri, 01 Nov 2019 17:35:36 +0100 |
Emmanuel Leblond |
py3: fix exception message encoding in scmutil.py's simplekeyvaluefile.read
stable
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 23:36:51 -0400 |
Pierre-Yves David |
sidedatacopies: move various copies related function to the copies modules
|
file |
diff |
annotate
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|
Wed, 25 Sep 2019 12:59:26 +0200 |
Pierre-Yves David |
singlehead: introduce special handling of closed heads
|
file |
diff |
annotate
|
Tue, 10 Sep 2019 09:41:58 -0400 |
Augie Fackler |
cleanup: fix leakage of dirstate._map to client code
|
file |
diff |
annotate
|
Sun, 08 Sep 2019 09:42:53 +0200 |
Pierre-Yves David |
changegroup: move message about added changes to transaction summary
|
file |
diff |
annotate
|
Sun, 14 Oct 2018 12:59:02 +0200 |
Pierre-Yves David |
transaction: issue "new obsmarkers" message at the end of the transaction
|
file |
diff |
annotate
|
Wed, 12 Jun 2019 13:42:52 +0100 |
Pierre-Yves David |
changectx: extract explicit computechangesetfilesremoved method from context
|
file |
diff |
annotate
|
Wed, 12 Jun 2019 13:42:22 +0100 |
Pierre-Yves David |
changectx: extract explicit computechangesetfilesadded method from context
|
file |
diff |
annotate
|
Mon, 08 Jul 2019 14:01:01 -0400 |
Augie Fackler |
extdata: avoid crashing inside subprocess when we get a revset parse error
|
file |
diff |
annotate
|
Wed, 19 Jun 2019 09:59:45 -0700 |
Martin von Zweigbergk |
copies: create helper for getting all copies for changeset
|
file |
diff |
annotate
|
Wed, 20 Mar 2019 11:42:02 -0700 |
Martin von Zweigbergk |
copies: extract function for deciding whether to use changeset-centric algos
|
file |
diff |
annotate
|
Fri, 18 Jan 2019 13:13:48 -0800 |
Martin von Zweigbergk |
getrenamedfn: get copy data from context object if configured
|
file |
diff |
annotate
|
Mon, 11 Mar 2019 14:04:48 -0700 |
Martin von Zweigbergk |
scmutil: document matcher argument of movedirstate()
|
file |
diff |
annotate
|
Mon, 11 Mar 2019 09:42:29 -0700 |
Martin von Zweigbergk |
uncommit: move _movedirstate() to scmutil for reuse
|
file |
diff |
annotate
|
Wed, 02 Jan 2019 03:07:52 +0100 |
Boris Feld |
rewriting: add an option for rewrite commands to use the archived phase
|
file |
diff |
annotate
|
Thu, 21 Feb 2019 10:54:29 -0800 |
Martin von Zweigbergk |
templatekw: move getrenamedfn() to scmutil (API)
|
file |
diff |
annotate
|
Wed, 13 Feb 2019 12:09:36 -0800 |
Martin von Zweigbergk |
scmutil: fix a comment that doesn't match the code
|
file |
diff |
annotate
|
Mon, 11 Feb 2019 09:40:24 -0800 |
Martin von Zweigbergk |
addremove: respect ui.relative-paths
|
file |
diff |
annotate
|
Mon, 11 Feb 2019 09:12:23 -0800 |
Martin von Zweigbergk |
windows: use util.localpath for repo-relative paths in getuipathfn()
|
file |
diff |
annotate
|
Sat, 09 Feb 2019 22:50:53 -0800 |
Martin von Zweigbergk |
match: delete unused root and cwd arguments from {always,never,exact}() (API)
|
file |
diff |
annotate
|
Sat, 09 Feb 2019 14:37:58 -0800 |
Martin von Zweigbergk |
scmutil: remove special handling of pats==("",) in matchandpats() (API)
|
file |
diff |
annotate
|
Fri, 08 Feb 2019 13:33:40 -0800 |
Martin von Zweigbergk |
scmutil: respect ui.relative-paths in default match.badfn
|
file |
diff |
annotate
|
Fri, 08 Feb 2019 13:51:29 -0800 |
Martin von Zweigbergk |
addremove: use uipathfn instead of m.rel() for recorded similatity message
|
file |
diff |
annotate
|
Thu, 07 Feb 2019 23:25:39 -0800 |
Martin von Zweigbergk |
addremove: pass around uipathfn and use instead of m.uipath() (API)
|
file |
diff |
annotate
|
Thu, 07 Feb 2019 11:15:30 -0800 |
Martin von Zweigbergk |
add: pass around uipathfn and use instead of m.rel() (API)
|
file |
diff |
annotate
|
Fri, 08 Feb 2019 10:32:48 -0800 |
Martin von Zweigbergk |
subrepo: (mostly) use relative path in "skipping missing subrepository"
|
file |
diff |
annotate
|
Thu, 07 Feb 2019 10:01:55 -0800 |
Martin von Zweigbergk |
subrepo: adjust subrepo prefix before calling subrepo.addremove() (API)
|
file |
diff |
annotate
|
Tue, 05 Feb 2019 09:44:22 -0800 |
Martin von Zweigbergk |
scmutil: delete now-unused origpath() (API)
|
file |
diff |
annotate
|
Mon, 04 Feb 2019 20:46:33 -0800 |
Martin von Zweigbergk |
scmutil: introduce a new backuppath() to replace origpath()
|
file |
diff |
annotate
|
Fri, 01 Feb 2019 22:28:55 -0800 |
Martin von Zweigbergk |
config: introduce a new value for ui.relative-paths getting old behavior
|
file |
diff |
annotate
|
Tue, 29 Jan 2019 15:37:35 -0800 |
Martin von Zweigbergk |
status: introduce higher-level ui.relative-paths
|
file |
diff |
annotate
|
Tue, 29 Jan 2019 15:37:14 -0800 |
Martin von Zweigbergk |
status: extract helper for producing relative or absolute path for UI
|
file |
diff |
annotate
|
Sat, 26 Jan 2019 17:53:03 +0900 |
Yuya Nishihara |
dispatch: unify handler of IOError and OSError
|
file |
diff |
annotate
|
Sat, 26 Jan 2019 17:51:55 +0900 |
Yuya Nishihara |
dispatch: quote filename in IOError as well
|
file |
diff |
annotate
|
Sat, 26 Jan 2019 17:44:07 +0900 |
Yuya Nishihara |
dispatch: add inline comment about possible IOError subtypes
|
file |
diff |
annotate
|
Thu, 24 Jan 2019 12:47:54 -0800 |
Martin von Zweigbergk |
revpair: clarify check for empty revset
|
file |
diff |
annotate
|
Thu, 24 Jan 2019 12:38:19 -0800 |
Martin von Zweigbergk |
revpair: simplify revpair by always relying on smartset.first/last
|
file |
diff |
annotate
|
Wed, 16 Jan 2019 16:49:15 -0800 |
Martin von Zweigbergk |
scmutil: drop unreachable except clause
|
file |
diff |
annotate
|
Thu, 10 Jan 2019 15:23:58 +0100 |
Boris Feld |
revset: enforce "%d" to be interpreted as literal revision number (API) (BC)
|
file |
diff |
annotate
|
Sun, 13 Jan 2019 14:36:45 +0900 |
Yuya Nishihara |
progress: specify updatebar() function by constructor argument
|
file |
diff |
annotate
|
Sun, 13 Jan 2019 14:21:35 +0900 |
Yuya Nishihara |
progress: change _updatebar() to take parameters as arguments
|
file |
diff |
annotate
|
Tue, 08 Jan 2019 00:30:30 -0800 |
Martin von Zweigbergk |
progress: check what type of progress bar to use only once per topic
|
file |
diff |
annotate
|
Tue, 08 Jan 2019 00:17:41 -0800 |
Martin von Zweigbergk |
progress: split up _print() method in bar-updating and debug-printing
|
file |
diff |
annotate
|
Tue, 08 Jan 2019 00:12:08 -0800 |
Martin von Zweigbergk |
progress: move cached debug flag from progress.progbar to scmutil.progress
|
file |
diff |
annotate
|
Mon, 07 Jan 2019 23:55:26 -0800 |
Martin von Zweigbergk |
progress: write ui.progress() in terms of ui.makeprogress()
|
file |
diff |
annotate
|
Mon, 12 Nov 2018 01:42:03 +0100 |
Boris Feld |
sparse-revlog: disable sparse-revlog if config disable general-delta
|
file |
diff |
annotate
|
Wed, 21 Mar 2018 16:46:28 -0700 |
Martin von Zweigbergk |
cleanupnodes: trust caller when "moves" is not None
|
file |
diff |
annotate
|
Thu, 22 Nov 2018 19:26:05 +0100 |
Boris Feld |
revert: extract origvfs logic in a sub-function
|
file |
diff |
annotate
|
Thu, 15 Nov 2018 17:50:14 -0500 |
Matt Harbison |
scmutil: display the optional hint when handling StorageError in catchall()
|
file |
diff |
annotate
|
Wed, 14 Nov 2018 11:30:46 -0800 |
Martin von Zweigbergk |
requires: use atomictemp=True when writing .hg/requires
|
file |
diff |
annotate
|
Sat, 20 Oct 2018 17:56:00 +0900 |
Yuya Nishihara |
filecache: unimplement __set__() and __delete__() (API)
|
file |
diff |
annotate
|
Sat, 20 Oct 2018 19:13:05 +0900 |
Yuya Nishihara |
filecache: use try-except for faster __dict__ lookup
|
file |
diff |
annotate
|
Mon, 22 Oct 2018 11:34:35 -0700 |
Martin von Zweigbergk |
shortest: never emit 0-length prefix even if unique
|
file |
diff |
annotate
|
Thu, 18 Oct 2018 21:00:07 +0900 |
Yuya Nishihara |
addremove: add "ui." prefix to message color keys
|
file |
diff |
annotate
|
Tue, 16 Oct 2018 07:21:00 -0700 |
Kyle Lippincott |
revisions: when using prefixhexnode, ensure we prefix "0"
|
file |
diff |
annotate
|
Fri, 12 Oct 2018 06:50:01 -0400 |
Augie Fackler |
scmutil: wrap locker information in bytestr before repr()ing it
|
file |
diff |
annotate
|
Mon, 01 Oct 2018 14:31:15 -0700 |
Martin von Zweigbergk |
narrow: move remaining narrow-limited dirstate walks to core
|
file |
diff |
annotate
|
Wed, 03 Oct 2018 11:59:47 +0200 |
Boris Feld |
cleanupnodes: update comment to drop mention of filtering
|
file |
diff |
annotate
|
Thu, 27 Sep 2018 12:06:32 +0200 |
Boris Feld |
cleanupnodes: pass multiple predecessors to `createmarkers` directly
|
file |
diff |
annotate
|
Wed, 26 Sep 2018 21:28:21 +0200 |
Boris Feld |
cleanupnodes: drop special casing around prune markers (API)
|
file |
diff |
annotate
|
Thu, 27 Sep 2018 16:55:06 +0200 |
Boris Feld |
pullreport: rev duplicated and extinct into account
|
file |
diff |
annotate
|
Thu, 27 Sep 2018 16:52:25 +0200 |
Boris Feld |
pullreport: issue a message about "extinct" pulled changesets
|
file |
diff |
annotate
|
Thu, 27 Sep 2018 17:00:00 +0200 |
Boris Feld |
pullreport: skip or rework some early return
|
file |
diff |
annotate
|
Thu, 27 Sep 2018 16:35:10 +0200 |
Boris Feld |
pullreport: skip filtered revs instead of obsolete ones
|
file |
diff |
annotate
|
Wed, 26 Sep 2018 22:17:34 -0700 |
Martin von Zweigbergk |
repo: look up nullrev context by revnum, not symbolic name
|
file |
diff |
annotate
|
Thu, 27 Sep 2018 13:57:50 -0700 |
Boris Feld |
scmutil: accept multiple predecessors in 'replacements' (API)
|
file |
diff |
annotate
|
Thu, 27 Sep 2018 13:54:37 -0700 |
Boris Feld |
scmutil: expand long "one-liner"
|
file |
diff |
annotate
|
Tue, 25 Sep 2018 23:25:36 -0400 |
Matt Harbison |
py3: remove a couple of superfluous calls to pycompat.rapply()
|
file |
diff |
annotate
|
Sun, 23 Sep 2018 00:47:04 -0400 |
Matt Harbison |
py3: convert arguments, cwd and env to native strings when spawning subprocess
|
file |
diff |
annotate
|
Tue, 18 Sep 2018 16:47:09 -0700 |
Gregory Szorc |
global: replace most uses of RevlogError with StorageError (API)
|
file |
diff |
annotate
|
Wed, 12 Sep 2018 15:47:24 -0700 |
Gregory Szorc |
statichttprepo: use new functions for requirements validation
|
file |
diff |
annotate
|
Thu, 30 Aug 2018 01:53:21 +0200 |
Boris Feld |
phase: report number of non-public changeset alongside the new range
|
file |
diff |
annotate
|
Wed, 29 Aug 2018 15:49:11 -0700 |
Martin von Zweigbergk |
shortest: fix an off-by-1 when disambiguating against revnums
|
file |
diff |
annotate
|
Sat, 25 Aug 2018 15:28:48 +0900 |
Yuya Nishihara |
transaction: remember original len(repo) instead of tracking added revs (API)
|
file |
diff |
annotate
|
Fri, 24 Aug 2018 22:21:04 -0700 |
Martin von Zweigbergk |
merge with stable
|
file |
diff |
annotate
|
Fri, 24 Aug 2018 18:21:55 -0700 |
Gregory Szorc |
scmutil: avoid quadratic membership testing (issue5969)
stable
|
file |
diff |
annotate
|
Sun, 05 Aug 2018 00:42:07 -0700 |
Martin von Zweigbergk |
shortest: use nodetree for finding shortest node within revset
|
file |
diff |
annotate
|
Wed, 25 Jul 2018 17:11:52 +0200 |
Boris Feld |
addremove: add labels for messages about added and removed files
|
file |
diff |
annotate
|
Mon, 16 Apr 2018 23:49:38 -0700 |
Martin von Zweigbergk |
shortest: use 'x' prefix to disambiguate from revnum if configured
|
file |
diff |
annotate
|
Sun, 29 Apr 2018 10:07:40 -0700 |
Martin von Zweigbergk |
revisions: allow "x123" to refer to nodeid prefix "123"
|
file |
diff |
annotate
|
Mon, 07 May 2018 16:12:12 -0700 |
Martin von Zweigbergk |
shortest: make isrev() a top-level function
|
file |
diff |
annotate
|
Tue, 17 Apr 2018 11:16:59 -0700 |
Martin von Zweigbergk |
shortest: cache disambiguation revset
|
file |
diff |
annotate
|
Fri, 13 Apr 2018 23:23:47 -0700 |
Martin von Zweigbergk |
scmutil: make shortest() respect disambiguation revset
|
file |
diff |
annotate
|
Wed, 28 Mar 2018 09:36:02 -0700 |
Martin von Zweigbergk |
lookup: add option to disambiguate prefix within revset
|
file |
diff |
annotate
|
Fri, 13 Apr 2018 23:37:53 -0700 |
Martin von Zweigbergk |
revlog: use specialized exception for ambiguous prefix lookup
|
file |
diff |
annotate
|
Thu, 05 Jul 2018 10:42:48 +0530 |
Sushil khanchi |
rebase: support "history-editing-backup" config option
|
file |
diff |
annotate
|
Wed, 01 Aug 2018 13:00:45 -0700 |
Gregory Szorc |
global: use pycompat.xrange()
|
file |
diff |
annotate
|
Thu, 19 Jul 2018 23:22:05 -0700 |
Rodrigo Damazio Bovendorp |
dispatch: making all hg abortions be output with a specific label
|
file |
diff |
annotate
|
Mon, 30 Jul 2018 15:53:47 +0200 |
Boris Feld |
sparse-revlog: also use sparse-revlog config as a general delta trigger
stable
|
file |
diff |
annotate
|
Fri, 13 Jul 2018 14:20:12 -0700 |
Gregory Szorc |
scmutil: rewrite docstring for filecache
|
file |
diff |
annotate
|
Wed, 11 Jul 2018 13:40:50 -0400 |
Augie Fackler |
scmutil: fix shortesthexnodeidprefix on Python 3 for 0-prefixed nodes
|
file |
diff |
annotate
|
Sun, 08 Jul 2018 18:58:11 +0900 |
Yuya Nishihara |
py3: drop b'' while formatting ResponseError
|
file |
diff |
annotate
|
Sun, 10 Jun 2018 17:07:29 +0900 |
Yuya Nishihara |
pycompat: move rapply() from util
|
file |
diff |
annotate
|
Fri, 29 Jun 2018 14:43:41 -0700 |
Danny Hooper |
scmutil: fix __enter__ in progress context manager
|
file |
diff |
annotate
|
Fri, 15 Jun 2018 00:50:48 +0530 |
Pulkit Goyal |
scmutil: move construction of instability count message to separate fn
|
file |
diff |
annotate
|
Thu, 21 Jun 2018 08:22:11 -0700 |
Martin von Zweigbergk |
cleanupnodes: preserve phase of parents of new nodes
|
file |
diff |
annotate
|
Tue, 19 Jun 2018 11:07:40 -0700 |
Martin von Zweigbergk |
scmutil: make cleanupnodes optionally also fix the phase
|
file |
diff |
annotate
|
Tue, 19 Jun 2018 22:19:37 -0700 |
Martin von Zweigbergk |
progress: enforce use of complete() on the helper class
|
file |
diff |
annotate
|
Sun, 17 Jun 2018 13:48:58 -0700 |
Martin von Zweigbergk |
progress: make the progress helper a context manager
|
file |
diff |
annotate
|
Sun, 17 Jun 2018 22:13:41 -0700 |
Martin von Zweigbergk |
progress: hide update(None) in a new complete() method
|
file |
diff |
annotate
|
Fri, 15 Jun 2018 22:37:01 -0700 |
Martin von Zweigbergk |
progress: create helper class for incrementing progress
|
file |
diff |
annotate
|
Sat, 16 Jun 2018 17:56:37 +0900 |
Yuya Nishihara |
py3: remove b'' from error message of disallowed filename
|
file |
diff |
annotate
|
Wed, 13 Jun 2018 22:51:08 +0530 |
Pulkit Goyal |
py3: replace `unicode` with pycompat.unicode
|
file |
diff |
annotate
|
Tue, 05 Jun 2018 02:50:25 +0200 |
Boris Feld |
phases: use "published" in the phase movement message
|
file |
diff |
annotate
|
Tue, 05 Jun 2018 01:49:52 +0200 |
Boris Feld |
phase: clarify the message about movement on command changeset
|
file |
diff |
annotate
|
Thu, 24 May 2018 12:19:50 +0200 |
Denis Laxalde |
transaction-summary: show phase changes statistics in pull/unbundle
|
file |
diff |
annotate
|
Tue, 15 May 2018 14:35:41 +0200 |
David Demelier |
scmutil: move repair.stripbmrevset as scmutil.bookmarkrevs (API)
|
file |
diff |
annotate
|
Fri, 11 May 2018 09:16:26 -0700 |
Martin von Zweigbergk |
shortest: avoid magic number "41"
|
file |
diff |
annotate
|
Thu, 03 May 2018 15:57:12 -0700 |
Martin von Zweigbergk |
shortest: move revnum-disambiguation out of revlog
|
file |
diff |
annotate
|
Fri, 11 May 2018 00:55:01 -0400 |
Augie Fackler |
scmutil: remove deprecated revpairnodes method (API)
|
file |
diff |
annotate
|
Thu, 10 May 2018 21:08:32 +0900 |
Yuya Nishihara |
stringutil: flip the default of pprint() to bprefix=False
|
file |
diff |
annotate
|
Fri, 27 Apr 2018 11:49:49 -0400 |
Augie Fackler |
scmutil: fix __repr__ of status tuple
|
file |
diff |
annotate
|
Thu, 26 Apr 2018 21:38:49 -0400 |
Augie Fackler |
scmutil: clean up bytes/string cache decorator mess on Python 3 again
|
file |
diff |
annotate
|
Mon, 07 May 2018 12:18:09 -0700 |
Martin von Zweigbergk |
directaccess: use resolvehexnodeidprefix() instead of _partialmatch()
|
file |
diff |
annotate
|
Sat, 05 May 2018 00:16:43 -0700 |
Martin von Zweigbergk |
shortest: don't keep checking for longer prefix if node doesn't exist (API)
|
file |
diff |
annotate
|
Mon, 16 Apr 2018 23:29:09 -0700 |
Martin von Zweigbergk |
revlog: make shortest() take a full binary nodeid (API)
|
file |
diff |
annotate
|
Sat, 14 Apr 2018 18:50:45 -0400 |
Matt Harbison |
scmutil: teach the file prefetch hook to handle multiple commits
|
file |
diff |
annotate
|
Sat, 14 Apr 2018 00:13:08 -0700 |
Martin von Zweigbergk |
scmutil: make shortesthexnodeidprefix() take a full binary nodeid
|
file |
diff |
annotate
|
Fri, 13 Apr 2018 10:36:03 -0700 |
Martin von Zweigbergk |
scmutil: make shortesthexnodeidprefix() use unfiltered repo
|
file |
diff |
annotate
|
Fri, 13 Apr 2018 22:55:01 -0700 |
Martin von Zweigbergk |
scmutil: introduce shortesthexnodeidprefix()
|
file |
diff |
annotate
|
Fri, 13 Apr 2018 11:00:30 -0700 |
Martin von Zweigbergk |
scmutil: use resolvehexnodeidprefix() from revsymbol()
|
file |
diff |
annotate
|
Fri, 13 Apr 2018 22:46:37 -0700 |
Martin von Zweigbergk |
scmutil: rename resolvepartialhexnodeid() to resolvehexnodeidprefix()
|
file |
diff |
annotate
|
Fri, 13 Apr 2018 09:48:22 -0700 |
Martin von Zweigbergk |
scmutil: document that isrevsymbol() raises on ambiguous node prefix
|
file |
diff |
annotate
|
Sun, 08 Apr 2018 09:28:08 -0700 |
Martin von Zweigbergk |
revsymbol: stop delegating to repo.__getitem__ for unhandled symbols (API)
|
file |
diff |
annotate
|
Sun, 08 Apr 2018 09:28:49 -0700 |
Martin von Zweigbergk |
context: handle partial nodeids in revsymbol()
|
file |
diff |
annotate
|
Fri, 06 Apr 2018 23:46:17 -0700 |
Martin von Zweigbergk |
context: handle namespaces in revsymbol()
|
file |
diff |
annotate
|
Fri, 06 Apr 2018 23:43:52 -0700 |
Martin von Zweigbergk |
scmutil: handle full hex nodeids in revsymbol()
|
file |
diff |
annotate
|
Fri, 06 Apr 2018 23:39:40 -0700 |
Martin von Zweigbergk |
context: handle stringified ints in revsymbol()
|
file |
diff |
annotate
|
Sun, 08 Apr 2018 08:06:34 -0700 |
Martin von Zweigbergk |
context: extract partial nodeid lookup method to scmutil
|
file |
diff |
annotate
|
Sat, 07 Apr 2018 21:23:42 +0900 |
Yuya Nishihara |
procutil: make explainexit() simply return a message (API)
|
file |
diff |
annotate
|
Thu, 05 Apr 2018 00:04:09 -0700 |
Martin von Zweigbergk |
context: move handling of filtering error to revsymbol() (API)
|
file |
diff |
annotate
|
Wed, 04 Apr 2018 22:36:21 -0700 |
Martin von Zweigbergk |
extdatasource: use revsymbol() for converting to node
|
file |
diff |
annotate
|
Sun, 01 Apr 2018 22:48:32 -0700 |
Martin von Zweigbergk |
revset: use revsymbol() for checking if a symbol is valid
|
file |
diff |
annotate
|