log

age author description
Sat, 02 Jan 2016 02:04:32 +0100 Matt Mackall Added signature for changeset ea389970c084 stable
Sat, 02 Jan 2016 02:04:26 +0100 Matt Mackall Added tag 3.6.3 for changeset ea389970c084 stable
Sat, 02 Jan 2016 01:49:18 +0100 Matt Mackall merge with i18n stable 3.6.3
Fri, 01 Jan 2016 12:21:11 +0900 FUJIWARA Katsunori i18n-ja: synchronized with ca8ada499529 stable
Mon, 28 Dec 2015 22:51:37 -0800 Siddharth Agarwal merge: while checking for unknown files don't follow symlinks (issue5027) stable
Thu, 31 Dec 2015 09:55:56 +0100 Matt Mackall merge with stable
Tue, 22 Dec 2015 11:05:56 +0000 timeless tests: add test-check-execute.t
Wed, 23 Dec 2015 19:07:34 +0000 timeless parents: correct help revset replacements
Mon, 28 Dec 2015 16:01:31 +0000 timeless run-tests: avoid double counting server fails
Mon, 14 Dec 2015 23:50:02 +0900 Yuya Nishihara commandserver: reset state of progress bar per command
Mon, 14 Dec 2015 23:13:42 +0900 Yuya Nishihara commandserver: do not set nontty flag if channel is replaced by a real file
Tue, 22 Dec 2015 08:00:03 +0000 timeless run-tests: report missing feature for skipped tests
Sat, 26 Dec 2015 16:06:12 +0900 Yuya Nishihara paths: do not process default-push as pushurl of default path (issue5000)
Sat, 26 Dec 2015 16:12:28 +0900 Yuya Nishihara push: specify default-push and default as fallback paths
Sat, 26 Dec 2015 16:10:39 +0900 Yuya Nishihara paths: make getpath() accept multiple defaults
Thu, 24 Dec 2015 19:32:14 +0000 timeless check-code: improve test-check-code error diffs
Thu, 24 Dec 2015 10:16:30 -0800 Gregory Szorc destutil: use scmutil.revrange for desthistedit (issue5001)
Fri, 18 Dec 2015 13:53:50 -0600 Matt Mackall pull: make a single call to obsstore.add (issue5006)
Sun, 27 Dec 2015 15:24:48 -0800 Danek Duvall tests: Solaris diff -U also emits "No differences encountered"
Tue, 29 Dec 2015 18:11:14 -0500 Augie Fackler test-glog: avoid check-code violation after next patch
Sat, 26 Dec 2015 15:18:16 +0900 Yuya Nishihara push: restore old behavior of default-push (issue5000) stable
Tue, 29 Dec 2015 00:48:03 +0900 Yoshinari Takaoka hgweb: fixed invalid atom-log feed url in file log page
Tue, 29 Dec 2015 10:21:39 -0800 Laurent Charignon repair: improves documentation of strip regarding locks
Tue, 29 Dec 2015 15:02:13 +0000 timeless help: remove stray double spaces from config help
Tue, 29 Dec 2015 15:00:04 +0000 timeless help: clarify that the config hook priority prefix includes a period
Tue, 29 Dec 2015 01:40:34 +0800 Anton Shestakov monoblue: correct feed links on /branches, /tags and /bookmarks
Tue, 29 Dec 2015 18:17:29 +0800 Anton Shestakov gitweb: describe feed type in links on /branches, /tags and /bookmarks
Tue, 29 Dec 2015 18:16:09 +0800 Anton Shestakov gitweb: link to the correct feeds from help pages
Wed, 23 Dec 2015 23:51:29 +0000 timeless histedit: handle exceptions from node.bin in fromrule
Wed, 23 Dec 2015 23:23:28 +0000 timeless histedit: limit cleanup of histedit-last-edit.txt to success
Sun, 27 Dec 2015 03:33:09 +0000 timeless histedit: use parse-error exception for parsing
Fri, 11 Dec 2015 07:08:36 +0000 timeless test-histedit-edit: test histedit with dirty repo
Fri, 11 Dec 2015 07:08:09 +0000 timeless histedit: limit mentioning histedit-last-edit.txt
Mon, 28 Dec 2015 22:53:22 +0000 timeless histedit: check fold of public change during verify
Mon, 28 Dec 2015 22:52:48 +0000 timeless histedit: pass previous action to verify
Thu, 17 Dec 2015 14:56:14 +0000 timeless annotate: mention that -n is suppressed in help
Wed, 23 Dec 2015 16:22:20 -0800 Bryan O'Sullivan test-bundle2-format: force gc so a GeneratorExit will be thrown
Wed, 23 Dec 2015 16:22:20 -0800 Bryan O'Sullivan test-bad-extension: account for PyPy/CPython error difference
Wed, 23 Dec 2015 16:22:20 -0800 Bryan O'Sullivan demandimport: update obsolete comment
Wed, 23 Dec 2015 16:22:20 -0800 Bryan O'Sullivan demandimport: add support for PyPy
Wed, 23 Dec 2015 16:22:20 -0800 Bryan O'Sullivan test-demandimport: ensure that relative imports are deferred
Wed, 23 Dec 2015 16:22:20 -0800 Bryan O'Sullivan histedit: don't bother with cPickle, demand-load pickle
Mon, 28 Dec 2015 10:11:48 -0600 Matt Mackall merge with stable
Wed, 16 Dec 2015 10:39:00 -0800 Sean Farley crecord: stop raising error.Abort if curses is not found (issue5008) stable
Tue, 15 Dec 2015 16:01:45 -0800 Sean Farley cmdutil: use crecordmod.checkcurses stable
Tue, 15 Dec 2015 16:00:06 -0800 Sean Farley crecord: ensure that curses is False if not imported stable
Tue, 15 Dec 2015 15:56:10 -0800 Sean Farley crecord: add helper function to determine if we should use curses stable
Wed, 16 Dec 2015 10:33:19 -0800 Sean Farley crecord: use try/except for import of curses stable
Sun, 27 Dec 2015 23:55:54 +0900 Bryan O'Sullivan histedit: only use pickle if not using the modern save format
Sun, 27 Dec 2015 23:55:54 +0900 Bryan O'Sullivan perf: close transaction in perffncachewrite
Sun, 27 Dec 2015 23:55:54 +0900 Bryan O'Sullivan hbisect: use tryreadlines to load state
Sun, 27 Dec 2015 23:55:54 +0900 Bryan O'Sullivan eol: make output stable
Wed, 23 Dec 2015 12:32:08 -0800 Gregory Szorc exchange: use absolute_import
Wed, 23 Dec 2015 12:30:14 -0800 Gregory Szorc localrepo: use absolute_import
Mon, 21 Dec 2015 21:52:58 -0800 Gregory Szorc httpconnection: use absolute_import
Wed, 23 Dec 2015 12:27:24 -0800 Gregory Szorc import-checker: force 'logging' to stdlib module
Wed, 23 Dec 2015 22:48:48 +0900 Yuya Nishihara test-install: embed wix namespace for Python 2.6 compatibility
Wed, 23 Dec 2015 17:54:13 +0000 timeless fileset: add hint for list error to use or
Wed, 23 Dec 2015 17:54:03 +0000 timeless revset: add hint for list error to use or
Wed, 23 Dec 2015 17:39:32 +0000 timeless error: make ParseError inherit from HintException
Wed, 23 Dec 2015 17:38:24 +0000 timeless error: refactor OutOfBandError to inherit from HintException
Tue, 22 Dec 2015 20:10:22 +0000 timeless phases: mention how to make secret commits in help
Wed, 23 Dec 2015 22:28:52 +0900 FUJIWARA Katsunori mq: use fallback patch name if no alpha-numeric in summary line (issue5025) stable
Tue, 22 Dec 2015 21:38:06 -0800 Bryan O'Sullivan osutil: c_ssize_t is only available in Python >= 2.7
Tue, 22 Dec 2015 21:38:06 -0800 Bryan O'Sullivan check-seclevel: pass a ui to the extension loader
Tue, 22 Dec 2015 21:38:05 -0800 Bryan O'Sullivan check-seclevel: add a --debug option
Mon, 23 Nov 2015 12:14:01 -0500 Matt Harbison test-run-tests: glob away a --debug run difference on Windows
Tue, 22 Dec 2015 21:47:40 -0500 Matt Harbison import-checker: force 'ctype.util' to stdlib module
Tue, 22 Dec 2015 16:28:28 -0800 Gregory Szorc keepalive: use absolute_import
Mon, 21 Dec 2015 21:51:31 -0800 Gregory Szorc context: use absolute_import
Mon, 21 Dec 2015 21:44:15 -0800 Gregory Szorc lsprofcalltree: use absolute_import
Mon, 21 Dec 2015 21:42:14 -0800 Gregory Szorc byterange: use absolute_import
Mon, 21 Dec 2015 21:38:53 -0800 Gregory Szorc dirstate: use absolute_import
Mon, 21 Dec 2015 21:35:46 -0800 Gregory Szorc manifest: use absolute_import
Mon, 21 Dec 2015 21:32:58 -0800 Gregory Szorc pvec: use absolute_import
Tue, 22 Dec 2015 15:25:40 -0800 Bryan O'Sullivan ui: remove unreachable code
Tue, 22 Dec 2015 10:58:47 +0000 timeless mercurial.spec: remove execute bit
Tue, 22 Dec 2015 11:05:05 +0000 timeless tests: add execute bit and fix shbang line
Tue, 22 Dec 2015 11:03:33 +0000 timeless i18n: add execute bit to check-translation.py
Tue, 22 Dec 2015 07:59:14 +0000 timeless doc: add execute bit and fix shbang line for gendoc.py
Tue, 22 Dec 2015 07:58:44 +0000 timeless contrib: add execute bit for fixpax.py
Tue, 22 Dec 2015 07:58:21 +0000 timeless contrib: add execute bit for check-py3-compat.py
Sun, 20 Dec 2015 19:56:23 -0800 Gregory Szorc perf: make start revision configurable for perfrevlog
Sun, 20 Dec 2015 19:45:55 -0800 Gregory Szorc perf: use standard arguments for perfrevlog
Fri, 18 Dec 2015 09:47:21 +0000 Jun Wu test-extension: do not depend on demandimport (issue5012)
Tue, 22 Dec 2015 06:03:00 +0000 timeless commands: split notes into note containers
Tue, 22 Dec 2015 06:02:01 +0000 timeless remove: quote --force in never deletes note
Tue, 22 Dec 2015 06:03:10 +0000 timeless import: reword no hunks partial note
Tue, 22 Dec 2015 05:46:23 +0000 timeless merge: reword help to use See help resolve
Mon, 21 Dec 2015 21:31:57 -0800 Gregory Szorc py3compat: use absolute_import
Mon, 21 Dec 2015 21:33:52 -0800 Gregory Szorc patch: use absolute_import
Mon, 21 Dec 2015 21:26:14 -0800 Gregory Szorc mdiff: use absolute_import
Mon, 21 Dec 2015 21:24:49 -0800 Gregory Szorc scmposix: use absolute_import
Mon, 21 Dec 2015 21:23:43 -0800 Gregory Szorc scmutil: use absolute_import
Mon, 21 Dec 2015 21:21:09 -0800 Gregory Szorc scmwindows: use absolute_import
Mon, 21 Dec 2015 21:19:57 -0800 Gregory Szorc store: use absolute_import
Mon, 21 Dec 2015 21:33:27 -0800 Gregory Szorc help: use absolute_import
Mon, 21 Dec 2015 20:29:32 -0500 Matt Harbison test-commit-interactive: updates for the no-execbit case
Mon, 21 Dec 2015 20:18:06 -0500 Matt Harbison test-fileset: conditionalize output with symlink
Tue, 22 Dec 2015 02:24:16 +0000 timeless commands: the first word of each note should be capital or `hg`
Sun, 20 Dec 2015 16:00:27 -0800 Gregory Szorc revlog: avoid string slice when decompressing u* chunks
Thu, 17 Dec 2015 23:53:09 +0900 Yuya Nishihara osutil: implement pure version of recvfds() for PyPy
Thu, 17 Dec 2015 23:41:46 +0900 Yuya Nishihara osutil: implement recvmsg() of SCM_RIGHTS for chg command server
Mon, 21 Dec 2015 14:52:18 -0600 Matt Mackall cleanup: back out performance hacks amended into previous commit
Fri, 18 Dec 2015 06:33:48 +0000 timeless commands: consistently indent notes 3 spaces
Sun, 20 Dec 2015 18:38:21 -0800 Gregory Szorc perf: add perfrevlogrevision
Sun, 20 Dec 2015 19:02:02 -0800 Gregory Szorc commands: use revlog._deltachain in debugdeltachain
Sun, 20 Dec 2015 18:56:05 -0800 Gregory Szorc revlog: refactor delta chain computation into own function
Sun, 20 Dec 2015 17:57:44 -0800 Gregory Szorc perf: call clearcaches() in perfmanifest
Sun, 20 Dec 2015 19:31:46 -0800 Gregory Szorc manifest: implement clearcaches()
Sun, 20 Dec 2015 17:48:20 -0800 Gregory Szorc revlog: make clearcaches() more effective
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: detect unintentional existing() invocation at runtime
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: use set instead of list to mark predicates for efficiency (API)
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: use decorator to mark a predicate as "existing caller"
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: use decorator to mark a predicate as "status caller"
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: use decorator to mark a function as fileset predicate
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: treat encoding and eol as the predicate calling _existing
Fri, 18 Dec 2015 18:32:15 +0000 timeless rebase: mention conflict in documentation instead of merge
Fri, 18 Dec 2015 18:31:45 +0000 timeless rebase: simplify documentation about heads
Fri, 18 Dec 2015 18:22:03 +0000 timeless rebase: simplify documentation about --keep