Tue, 01 Oct 2024 13:49:11 +0200 |
Raphaël Gomès |
update: add a Rust fast-path when updating from null (and clean)
|
Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Raphaël Gomès |
black: format the codebase with 23.3.0
|
Tue, 23 Jul 2024 10:02:46 +0200 |
Raphaël Gomès |
Backout accidental publication of a large range of revisions
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Raphaël Gomès |
black: format the codebase with 23.3.0
|
Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
Sun, 20 Aug 2023 16:43:41 -0400 |
Matt Harbison |
keyword: migrate `opts` to native kwargs
|
Fri, 03 Feb 2023 04:22:28 +0100 |
Pierre-Yves David |
wrapfunction: use sysstr instead of bytes as argument in "keyword"
|
Thu, 02 Mar 2023 14:44:26 +0100 |
Pierre-Yves David |
branch: pass current transaction when writing branch in keyword
|
Wed, 22 Feb 2023 03:34:48 +0100 |
Pierre-Yves David |
keyword: wrap dirstate mutation in `changing_files` context
|
Wed, 25 Jan 2023 12:46:46 +0100 |
Pierre-Yves David |
dirstate: use the `changing_files` context in the `keyword` demo
|
Sat, 04 Feb 2023 11:46:57 +0100 |
Pierre-Yves David |
locking: hold the wlock for the full duration of the "keyword demo"
|
Mon, 13 Feb 2023 22:53:54 +0100 |
Pierre-Yves David |
dirstate: explicitly write the dirstate after `keyword` "overwrite"
|
Wed, 25 Jan 2023 19:12:31 +0100 |
Pierre-Yves David |
dirstate: rename parentchange to changing_parents
|
Wed, 25 Jan 2023 18:46:20 +0100 |
Pierre-Yves David |
dirstate: pass the repo to the `changeparent` method
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Thu, 18 Nov 2021 22:49:05 +0100 |
Pierre-Yves David |
status: adapt the "keyword" extensions to gather stats at lookup time
|
Mon, 19 Jul 2021 02:05:29 +0200 |
Pierre-Yves David |
keyword: use `update_file_p1` instead of `normallookup`
|
Mon, 19 Jul 2021 02:05:24 +0200 |
Pierre-Yves David |
keyword: use `set_clean` instead of `normal`
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Sun, 06 Oct 2019 19:25:18 -0400 |
Gregory Szorc |
py3: define and use pycompat.iteritems() for hgext/
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
Sun, 06 Oct 2019 10:51:16 -0400 |
Augie Fackler |
cleanup: mark some ui.(status|note|warn|write) calls as not needing i18n
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Sat, 13 Jul 2019 23:45:32 -0400 |
Valentin Gatien-Baron |
convert: add a config option to help doing identity hg->hg conversion
|
Sat, 13 Oct 2018 04:24:19 +0300 |
Pulkit Goyal |
py3: use stringutil.pprint() if we are printing bool values
|
Tue, 11 Sep 2018 13:46:59 -0700 |
Gregory Szorc |
localrepo: move repo creation logic out of localrepository.__init__ (API)
|
Tue, 04 Sep 2018 17:58:39 +0300 |
Pulkit Goyal |
py3: bytestr a bytes val to make sure we get bytechr while iterating
|
Tue, 04 Sep 2018 17:53:54 +0300 |
Pulkit Goyal |
py3: make regexes in hgext/keyword.py bytes
|
Sun, 05 Aug 2018 16:44:16 +0900 |
Yuya Nishihara |
formatter: rename {abspath}/{file} to {path}, and drop relative {path} (BC)
|
Tue, 26 Jun 2018 10:36:23 -0400 |
Augie Fackler |
cleanup: migrate from re.escape to stringutil.reescape
|
Sat, 26 May 2018 12:20:36 +0900 |
Yuya Nishihara |
py3: wrap tempfile.mkdtemp() to use bytes path
|
Sun, 18 Mar 2018 17:02:39 +0900 |
Yuya Nishihara |
keyword: declare input type of date filters as date
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
Sat, 10 Mar 2018 20:51:46 -0800 |
Gregory Szorc |
hgweb: stop passing req and tmpl into @webcommand functions (API)
|
Sat, 10 Mar 2018 20:35:35 -0800 |
Gregory Szorc |
hgweb: always return iterable from @webcommand functions (API)
|
Sat, 10 Mar 2018 20:16:20 -0800 |
Gregory Szorc |
hgweb: port archive command to modern response API
|
Sat, 10 Mar 2018 17:02:57 -0800 |
Gregory Szorc |
hgweb: support using new response object for web commands
|
Thu, 15 Feb 2018 17:18:26 +0100 |
Boris Feld |
util: extract all date-related utils in utils/dateutil module
|
Sun, 21 Jan 2018 13:03:03 +0900 |
Yuya Nishihara |
cmdutil: drop aliases for logcmdutil functions (API)
|
Mon, 23 Oct 2017 00:04:30 +0530 |
Pulkit Goyal |
py3: handle keyword arguments in hgext/keyword.py
|
Fri, 30 Jun 2017 03:42:50 +0200 |
Boris Feld |
configitems: register the 'keywordset.svn' config
|
Fri, 01 Sep 2017 12:34:36 -0700 |
Saurabh Singh |
cmdutil: remove redundant commitfunc parameter in amend (API)
|
Mon, 26 Jun 2017 03:47:11 +0900 |
FUJIWARA Katsunori |
keyword: wrap functions only once at loading keyword extension
|
Mon, 26 Jun 2017 03:46:17 +0900 |
FUJIWARA Katsunori |
keyword: use _keywordkwt of repository instead of kwtools['templater']
|
Mon, 26 Jun 2017 03:44:50 +0900 |
FUJIWARA Katsunori |
keyword: obtain kwtemplater instance via repository at runtime
|
Mon, 26 Jun 2017 03:43:47 +0900 |
FUJIWARA Katsunori |
keyword: obtain kwtemplater instance via repository at runtime
|
Mon, 26 Jun 2017 03:42:17 +0900 |
FUJIWARA Katsunori |
keyword: make wrapped repository and kwtemplater refer to each other
|
Mon, 26 Jun 2017 03:40:12 +0900 |
FUJIWARA Katsunori |
keyword: make comparison webcommand suppress keyword expansion
|
Mon, 26 Jun 2017 03:40:06 +0900 |
FUJIWARA Katsunori |
keyword: restore kwtemplater.match at the end of wrapped webcommands
|
Mon, 26 Jun 2017 03:38:12 +0900 |
FUJIWARA Katsunori |
keyword: restore kwtemplater.restrict at the end of wrapped patch.diff
|
Tue, 20 Jun 2017 12:51:36 +0100 |
Christian Ebert |
keyword: use context manager for rollback locking
|
Sat, 22 Apr 2017 18:42:03 +0900 |
Yuya Nishihara |
cmdutil: factor out helper to create changeset_templater with literal template
|
Sun, 14 May 2017 16:19:47 +0900 |
Yuya Nishihara |
commands: move templates of common command options to cmdutil (API)
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
Wed, 08 Mar 2017 16:51:57 -0800 |
Pierre-Yves David |
keyword: directly use repo.vfs.join
|
Mon, 17 Oct 2016 17:42:46 +0200 |
Christian Ebert |
keyword: handle filectx _customcmp
|
Tue, 20 Sep 2016 23:45:15 +0000 |
timeless |
keyword: use single quotes in use warning
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|
Wed, 27 Jul 2016 13:57:51 +0100 |
Christian Ebert |
keyword: avoid traceback when kwdemo is run outside a repo
stable
|
Tue, 21 Jun 2016 00:50:39 +0900 |
FUJIWARA Katsunori |
check-code: detect "missing _() in ui message" more exactly
|
Sat, 14 May 2016 14:03:12 +0900 |
Yuya Nishihara |
py3: move up symbol imports to enforce import-checker rules
|
Tue, 19 Apr 2016 11:00:15 +0100 |
Christian Ebert |
keyword: replace use of _filerev with _filenode
|
Wed, 30 Mar 2016 02:10:44 +0900 |
FUJIWARA Katsunori |
keyword: use templatefilter to mark a function as template filter
|
Fri, 11 Mar 2016 08:27:11 +0000 |
Christian Ebert |
keyword: compact writing of temporary kwdemo hgrc
|
Tue, 01 Mar 2016 10:33:06 +0000 |
Christian Ebert |
keyword: use absolute_import
|
Fri, 15 Jan 2016 13:14:46 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in kw_dorecord
|
Fri, 15 Jan 2016 13:14:46 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in kw_copy
|
Fri, 15 Jan 2016 13:14:46 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in kw_amend
|
Fri, 15 Jan 2016 13:14:46 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in keyword demo
|
Fri, 15 Jan 2016 13:14:46 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in _kwfwrite
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Sun, 04 Oct 2015 21:33:29 +0900 |
FUJIWARA Katsunori |
keyword: make restrict mode False while updating files for rollback
|
Wed, 30 Sep 2015 15:43:49 -0500 |
Matt Mackall |
urls: bulk-change primary website URLs
|
Tue, 28 Apr 2015 16:44:37 -0400 |
Augie Fackler |
extensions: document that `testedwith = 'internal'` is special
|
Mon, 04 May 2015 10:01:03 +0900 |
Yuya Nishihara |
templater: remove noop calls of parsestring(s, quoted=False) (API)
|
Sat, 18 Apr 2015 15:39:26 +0200 |
Christian Ebert |
keyword: use wvfs.rmtree to remove kwdemo directory
|
Tue, 17 Mar 2015 15:33:34 -0700 |
Siddharth Agarwal |
keyword: monkeypatch patch.diff more generically
|
Tue, 17 Mar 2015 15:52:28 -0700 |
Siddharth Agarwal |
keyword: rename kw_diff to kwdiff in keeping with Mercurial style rules
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi Gutiérrez Hermoso |
style: kill ersatz if-else ternary operators
|
Tue, 10 Mar 2015 17:14:33 -0700 |
Laurent Charignon |
record: move dorecord from record to cmdutil
|
Sun, 11 Jan 2015 01:51:52 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.wopener
|
Sun, 11 Jan 2015 00:25:54 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.sopener
|
Thu, 15 Jan 2015 23:17:12 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.opener
|
Sat, 03 Jan 2015 11:12:44 +0000 |
Christian Ebert |
keyword: update copyright year
|
Sat, 03 Jan 2015 11:11:46 +0000 |
Christian Ebert |
keyword: use vfs.reljoin and util.unlinkpath to remove kwdemo
|
Sun, 21 Dec 2014 13:02:59 +0000 |
Christian Ebert |
keyword: handle resolve to either parent
|
Thu, 23 Oct 2014 13:17:37 -0700 |
Martin von Zweigbergk |
keyword: use parent of working copy as base for status
stable
|
Fri, 03 Oct 2014 10:05:54 -0700 |
Martin von Zweigbergk |
keyword: access status fields by name rather than index
|
Sat, 02 Aug 2014 09:44:45 +0100 |
Christian Ebert |
keyword: bump copyright year
|
Sat, 02 Aug 2014 09:44:11 +0100 |
Christian Ebert |
keyword: really clean up kwdemo temp tree
|
Sun, 04 May 2014 22:32:15 -0700 |
Gregory Szorc |
keyword: define inferrepo in command decorator
|
Sun, 04 May 2014 22:16:56 -0700 |
Gregory Szorc |
keyword: define optionalrepo in command decorator
|
Thu, 05 Jun 2014 16:47:14 +0900 |
FUJIWARA Katsunori |
keyword: suppress keyword expansion while 'hg fetch' for internal merge
stable
|
Thu, 05 Jun 2014 16:47:14 +0900 |
FUJIWARA Katsunori |
keyword: suppress keyword expansion while 'hg histedit' for internal merge
stable
|
Thu, 05 Jun 2014 16:47:14 +0900 |
FUJIWARA Katsunori |
keyword: suppress keyword expansion while 'hg backout' for internal merge
stable
|
Thu, 05 Jun 2014 16:47:14 +0900 |
FUJIWARA Katsunori |
keyword: suppress keyword expansion while 'hg graft' for internal merge
stable
|
Thu, 05 Jun 2014 16:47:13 +0900 |
FUJIWARA Katsunori |
keyword: suppress keyword expansion while 'hg rebase' for internal merge
stable
|
Thu, 05 Jun 2014 16:47:13 +0900 |
FUJIWARA Katsunori |
keyword: suppress keyword expansion while 'hg unshelve' for internal merge
stable
|
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
|
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
|
Tue, 07 Jan 2014 22:29:39 +0100 |
Simon Heimberg |
cleanup: Remove the only ever used skip-check-code pragma
|
Wed, 20 Nov 2013 12:55:08 +0000 |
Christian Ebert |
keyword: wlock while setting branch in kwdemo
|
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, 05 Nov 2013 08:59:55 +0100 |
Simon Heimberg |
documentation: add an extra newline after note directive
stable
|
Wed, 10 Oct 2012 21:55:49 +0200 |
Simon Heimberg |
repo: repo isolation, do not pass on repo.ui for creating new repos
|
Wed, 17 Oct 2012 17:32:01 +0200 |
Christian Ebert |
keyword: move commands.inferrepo for code maintenance
|
Tue, 16 Oct 2012 11:43:15 -0700 |
Siddharth Agarwal |
commands: don't infer repo for commands like update (issue2748)
|
Fri, 10 Aug 2012 20:37:20 +0100 |
Christian Ebert |
templatefilters: avoid traceback caused by bogus date input (issue3344)
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Thu, 28 Jun 2012 15:06:41 +0100 |
Christian Ebert |
keyword: use ui.formatter for kwfiles output
|
Sat, 26 May 2012 20:49:51 +0200 |
Christian Ebert |
keyword: update copyleft
|
Sat, 26 May 2012 20:49:44 +0200 |
Christian Ebert |
keyword: wlock cmdutil.copy wrapper
|
Sat, 26 May 2012 20:46:12 +0200 |
Christian Ebert |
keyword: support commit --amend (issue3471)
|
Fri, 25 May 2012 19:32:29 +0200 |
Christian Ebert |
keyword: rename kwt.record attribute to kwt.postcommit
|
Tue, 15 May 2012 14:37:49 -0500 |
Augie Fackler |
hgext: mark all first-party extensions as such
|
Sun, 13 May 2012 14:26:26 +0100 |
Christian Ebert |
keyword: intentionally ignore check-code warning about unwrapped ui message
|
Sat, 12 May 2012 16:00:57 +0200 |
Brodie Rao |
cleanup: "not x in y" -> "x not in y"
|
Sun, 15 Jan 2012 13:37:33 +0100 |
Christian Ebert |
keyword: update filectx.cmp monkeypatch to handle '\1\n' at start of file
stable
|
Sun, 30 Oct 2011 12:10:11 -0500 |
Matt Mackall |
keyword: backout realpath change (issue3071)
stable
|
Mon, 24 Oct 2011 13:54:59 +0200 |
Thomas Arendsen Hein |
keyword: use util.realpath instead of os.path.realpath
stable
|
Fri, 21 Oct 2011 12:07:27 +0100 |
Christian Ebert |
keyword: correct grammar in iskwfile docstring
stable
|
Fri, 30 Sep 2011 21:58:54 -0400 |
Greg Ward |
rollback: avoid unsafe rollback when not at tip (issue2998)
|
Sun, 11 Sep 2011 12:20:39 +0100 |
Christian Ebert |
keyword: use wopener(..., atomictemp=True) to overwrite
|
Thu, 08 Sep 2011 18:30:44 -0500 |
Matt Mackall |
merge with stable
|
Thu, 08 Sep 2011 19:30:25 +0100 |
Christian Ebert |
keyword: preserve file mode when overwriting
stable
|
Mon, 08 Aug 2011 11:34:52 +0100 |
Christian Ebert |
keyword: avoid x = a and b or c
|
Sun, 03 Jul 2011 12:58:03 +0200 |
Christian Ebert |
keyword: reuse already present working contexts for match
|
Sat, 18 Jun 2011 16:52:51 -0500 |
Matt Mackall |
scmutil: switch match users to supplying contexts
|
Sat, 11 Jun 2011 14:17:25 +0200 |
Patrick Mezard |
patch: generalize the use of patchmeta in applydiff()
|
Fri, 27 May 2011 21:50:10 +0200 |
Patrick Mezard |
patch: use temporary files to handle intermediate copies
|
Fri, 27 May 2011 21:50:09 +0200 |
Patrick Mezard |
patch: refactor file creation/removal detection
|
Wed, 18 May 2011 23:48:13 +0200 |
Patrick Mezard |
patch: set desired mode when patching, not in updatedir()
|
Tue, 17 May 2011 23:46:15 +0200 |
Patrick Mezard |
patch: extract fs access from patchfile into fsbackend
|
Fri, 13 May 2011 14:58:24 -0500 |
Matt Mackall |
scmutil: drop aliases in cmdutil for match functions
|
Thu, 12 May 2011 14:31:07 +0200 |
Martin Geisler |
keyword: use cmdutil.command decorator
|
Mon, 02 May 2011 10:11:18 +0200 |
Dan Villiom Podlaski Christiansen |
prevent transient leaks of file handle by using new helper functions
|
Wed, 20 Apr 2011 21:41:41 +0200 |
Adrian Buehlmann |
move canonpath from util to scmutil
|
Tue, 05 Apr 2011 11:07:25 +0200 |
Martin Geisler |
keyword: convert a verbatim block to a field list
|
Mon, 14 Mar 2011 12:26:50 +0100 |
Christian Ebert |
keyword: offer additional datefilters when the extension is enabled
|
Mon, 14 Mar 2011 12:19:59 +0100 |
Christian Ebert |
keyword: docstrings for additional date filters
|
Sat, 12 Mar 2011 12:46:31 +0100 |
Patrick Mezard |
templates: document missing keywords or filters
|
Sun, 23 Jan 2011 03:15:44 +0100 |
Christian Ebert |
keyword: move repo.__class__ assignment out of monkeypatch context
|
Sun, 23 Jan 2011 03:15:39 +0100 |
Christian Ebert |
keyword: inform user about current keywordset in kwdemo
|
Sun, 16 Jan 2011 15:45:26 +0100 |
Christian Ebert |
keyword: update documentation for kwshrink
|
Sat, 04 Dec 2010 14:44:05 +0100 |
Christian Ebert |
keyword: make kwfiles show deleted files configured for expansion
|
Sat, 04 Dec 2010 14:22:12 +0100 |
Christian Ebert |
keyword: colorize hg kwfiles output
|
Wed, 01 Dec 2010 18:47:40 -0600 |
Matt Mackall |
merge with stable
|
Wed, 01 Dec 2010 10:51:49 +0100 |
Christian Ebert |
keyword: copy: when copied source is a symlink, follow it
stable 1.7.2
|
Mon, 22 Nov 2010 17:39:46 +0100 |
Martin Geisler |
merge with stable
|
Mon, 22 Nov 2010 16:05:31 +0100 |
Christian Ebert |
keyword: s/config/configuration/ in help
stable
|
Thu, 04 Nov 2010 22:56:38 +0000 |
Christian Ebert |
keyword: turn regexes and escaped keywords into a propertycache
|
Wed, 03 Nov 2010 14:37:41 +0100 |
Christian Ebert |
keyword: function to look up changectx for expansion
|
Sun, 24 Oct 2010 15:11:41 +0100 |
Christian Ebert |
keyword: fix regressions introduced in d87f3ff904ba
stable
|
Thu, 14 Oct 2010 22:53:17 +0200 |
Christian Ebert |
keyword: only use expensive fctx.cmp when needed
|
Tue, 12 Oct 2010 12:49:23 +0100 |
Christian Ebert |
keyword: code cleanup
|
Tue, 27 Jul 2010 23:07:30 +0900 |
Nicolas Dumazet |
filectx: use ctx.size comparisons to speed up ctx.cmp
|
Sun, 10 Oct 2010 00:38:57 +0100 |
Christian Ebert |
keyword: enforce subn method via boolean switch
|
Sun, 10 Oct 2010 00:30:09 +0100 |
Christian Ebert |
keyword: fix weeding of expansion candidates when recording
|
Fri, 08 Oct 2010 18:39:46 +0100 |
Christian Ebert |
keyword: switch kwtemplater.record in kw_dorecord()
|
Fri, 08 Oct 2010 18:39:46 +0100 |
Christian Ebert |
keyword: specific regular expressions depending on read mode
|
Fri, 08 Oct 2010 18:39:46 +0100 |
Christian Ebert |
keyword: disable expansion in kwfilelog.read() if file renamed in node
|
Fri, 08 Oct 2010 18:39:46 +0100 |
Christian Ebert |
keyword: make iskwfile() a weeding method in lieu of a boolean
|
Fri, 08 Oct 2010 18:39:46 +0100 |
Christian Ebert |
keyword: support copy and rename
|
Fri, 08 Oct 2010 18:39:46 +0100 |
Christian Ebert |
keyword: refactor kwtemplater.overwrite()
|
Fri, 01 Oct 2010 02:13:31 +0200 |
Christian Ebert |
keyword: use workingctx to detect modified and added files after rollback
|
Fri, 01 Oct 2010 02:13:31 +0200 |
Christian Ebert |
keyword: rename variable "cfiles" to "changed" for clarity
|
Sun, 26 Sep 2010 19:18:41 +0200 |
Christian Ebert |
keyword: support rollback by restoring expansion to previous values
|
Sun, 26 Sep 2010 19:18:41 +0200 |
Christian Ebert |
keyword: do not expand at all during diff
|
Sun, 26 Sep 2010 19:18:41 +0200 |
Christian Ebert |
keyword: restore restricted read mode value after overwriting
|
Thu, 23 Sep 2010 16:31:38 +0200 |
Christian Ebert |
Use more note admonitions in help texts
|
Fri, 10 Sep 2010 20:19:16 +0200 |
Martin Geisler |
merge with stable
|
Fri, 10 Sep 2010 16:58:13 +0200 |
Christian Ebert |
keyword: explain file-wise expansion in help
stable
|
Fri, 03 Sep 2010 12:58:51 +0200 |
Martin Geisler |
diff: recurse into subrepositories with --subrepos/-S flag
|
Sun, 25 Jul 2010 21:20:05 -0500 |
Matt Mackall |
Merge with stable
|
Sun, 25 Jul 2010 20:01:33 -0500 |
Christian Ebert |
keyword: move collecting of [keyword] patterns to reposetup (issue2303)
stable
|
Thu, 15 Jul 2010 10:24:31 +0200 |
Christian Ebert |
keyword: add extra datefilters in a single update call
|
Tue, 15 Jun 2010 17:15:31 +0200 |
Christian Ebert |
keyword: postpone manifest calculation in kwtemplater.overwrite
|
Sun, 06 Jun 2010 17:25:00 +0900 |
FUJIWARA Katsunori |
help: show value requirement and multiple occurrence of options
|
Wed, 09 Jun 2010 12:45:48 +0100 |
Christian Ebert |
keyword: pass context to kwtemplater.overwrite
|
Mon, 07 Jun 2010 20:03:32 +0200 |
Dirkjan Ochtman |
move working dir/dirstate methods from localrepo to workingctx
|
Thu, 03 Jun 2010 10:37:31 +0100 |
Christian Ebert |
keyword: use context to detect uncommitted merge
|
Tue, 01 Jun 2010 03:45:10 +0200 |
Christian Ebert |
keyword: retrieve added and modified files from commitctx
|
Tue, 01 Jun 2010 01:05:45 +0200 |
Christian Ebert |
keyword: force dirstate normal when all changes in a file are recorded
|
Wed, 19 May 2010 00:45:50 +0200 |
Christian Ebert |
keyword: offer svn-like default keywordmaps
|
Tue, 18 May 2010 22:16:38 +0200 |
Christian Ebert |
keyword: add 2 svn-like date filters
|
Tue, 18 May 2010 16:31:10 +0200 |
Martin Geisler |
Use our custom hg reStructuredText role some more
|
Sun, 09 May 2010 11:14:43 +0200 |
Christian Ebert |
keyword: support extensions using dorecord, e.g. crecord
|
Wed, 05 May 2010 14:02:45 +0200 |
Christian Ebert |
keyword: omit setting extra variable for record context
|
Sat, 01 May 2010 23:59:39 +0200 |
Christian Ebert |
keyword: simplify record switch in kwtemplater.overwrite
|
Mon, 26 Apr 2010 04:01:07 +0200 |
Christian Ebert |
keyword: support (q)record
|
Mon, 26 Apr 2010 03:54:18 +0200 |
Christian Ebert |
keyword: remove mq commands from restricted list
|
Thu, 22 Apr 2010 10:24:49 +0200 |
Martin Geisler |
Use hg role in help strings
|
Sat, 17 Apr 2010 13:38:42 -0500 |
Augie Fackler |
keyword: monkeypatch patch so that optional args can be passed as kwargs
|
Mon, 12 Apr 2010 17:34:12 +0200 |
Christian Ebert |
keyword: make the templater a local variable
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
keywords: build a new templater to work around caching interaction
|
Tue, 16 Mar 2010 22:29:16 +0100 |
Christian Ebert |
keyword: do not bother about detecting extension path in demo
|
Tue, 16 Mar 2010 22:28:58 +0100 |
Christian Ebert |
keyword: make kwdemo less verbose
|
Tue, 16 Mar 2010 22:28:23 +0100 |
Christian Ebert |
keyword: 1 variable name for overwriting candidates
|
Tue, 16 Mar 2010 22:27:22 +0100 |
Christian Ebert |
keyword: do not customize ui.note() when overwriting
|
Thu, 11 Mar 2010 18:49:41 +0100 |
Christian Ebert |
keyword: update copyright
|
Thu, 11 Mar 2010 18:49:14 +0100 |
Christian Ebert |
keyword: remove deprecated options
|
Sun, 07 Mar 2010 13:03:03 +0100 |
Christian Ebert |
keyword: remove spurious locks, improve handling of wlock
|
Sun, 07 Mar 2010 13:03:03 +0100 |
Christian Ebert |
keyword: use status' names instead of index
|
Thu, 18 Feb 2010 05:55:05 +0100 |
Christian Ebert |
keyword: mark improved demo commit message for translation
stable
|
Wed, 17 Feb 2010 17:11:20 +0100 |
Christian Ebert |
keyword: do not postpone commit hooks
stable
|
Wed, 17 Feb 2010 15:43:21 +0100 |
Sune Foldager |
run commit and update hooks after command completion (issue1827)
stable
|
Thu, 04 Feb 2010 20:58:42 +0000 |
Christian Ebert |
keyword: fix utcdate filter
|
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
|
Wed, 23 Dec 2009 18:04:57 +0100 |
Martin Geisler |
Merge with stable
|
Wed, 23 Dec 2009 12:04:17 +0000 |
Christian Ebert |
keyword: go into restricted mode when transplanting
stable
|
Wed, 23 Dec 2009 12:04:04 +0000 |
Christian Ebert |
keyword: do not monkeypatch diff when in restricted mode
stable
|
Fri, 27 Nov 2009 18:26:25 +0000 |
timeless |
keyword: clarify object of backwards compatibility
|
Thu, 26 Nov 2009 10:51:17 +0100 |
Christian Ebert |
keyword: the CVS keyword is $RCSfile$, not $RCSFile$
stable
|
Thu, 26 Nov 2009 20:50:16 +0100 |
Martin Geisler |
keyword: sort demo output to ensure deterministic output
stable
|
Thu, 01 Oct 2009 00:00:18 +0200 |
Christian Ebert |
keyword: uppercase short option for kwfiles --all, like hg status -A
|
Wed, 30 Sep 2009 23:59:03 +0200 |
Christian Ebert |
keyword: make kwfiles -u show untracked files only (like status)
|
Wed, 30 Sep 2009 23:59:03 +0200 |
Christian Ebert |
keyword: make kwfiles --all show unknown files too
|
Wed, 30 Sep 2009 22:39:56 +0200 |
Christian Ebert |
keyword: kwfiles --unknown instead of --untracked
|
Sat, 19 Sep 2009 01:15:38 +0200 |
Martin Geisler |
do not attempt to translate ui.debug output
|
Wed, 05 Aug 2009 17:20:47 +0200 |
Christian Ebert |
keyword: use util.datestr for utcdate filter, expose through variable
|
Wed, 05 Aug 2009 17:20:47 +0200 |
Christian Ebert |
keyword: reference templating help, add utcdate filter example
|
Wed, 29 Jul 2009 09:28:45 +0200 |
Christian Ebert |
keyword: update copyright
|
Sun, 26 Jul 2009 10:45:35 +0100 |
Christian Ebert |
keyword: refactor kwdemo and make output translatable
|
Sun, 26 Jul 2009 01:53:06 +0200 |
Martin Geisler |
keyword: wrap docstrings at 70 characters
|
Thu, 23 Jul 2009 20:44:26 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Wed, 22 Jul 2009 08:28:30 +0100 |
Christian Ebert |
keyword: reformat kwfiles help for minirst parser
|
Wed, 22 Jul 2009 19:12:34 +0100 |
Christian Ebert |
keyword: argument to "kwdemo --rcfile" must be string (bugfix)
1.3.1
|
Thu, 16 Jul 2009 23:25:26 +0200 |
Martin Geisler |
commands: use minirst parser when displaying help
|
Thu, 09 Jul 2009 22:52:39 +0200 |
Martin Geisler |
keyword: use all caps for 'note:' in help string
|
Thu, 09 Jul 2009 19:49:02 -0500 |
Matt Mackall |
Merge with stable
|
Thu, 09 Jul 2009 11:59:12 +0200 |
Christian Ebert |
keyword: eliminate potential reference cycles from kwrepo
|
Tue, 07 Jul 2009 23:30:53 +0200 |
Christian Ebert |
keyword: collect kwmaps using a generator expression
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
keyword: wrapped docstrings at 78 characters
|