log

age author description
Tue, 17 Mar 2015 21:48:34 -0400 Matt Harbison check-code: enforce the usage of 'seq.py' instead of 'seq'
Tue, 17 Mar 2015 21:47:47 -0400 Matt Harbison tests: replace uses of 'seq' with portable 'seq.py'
Tue, 17 Mar 2015 20:59:23 -0400 Matt Harbison tests: introduce 'seq.py' as a portable replacement for 'seq'
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
Tue, 17 Mar 2015 18:20:24 +0900 FUJIWARA Katsunori bookmarks: reuse @number bookmark, if it refers changeset referred remotely
Tue, 17 Mar 2015 18:20:24 +0900 FUJIWARA Katsunori bookmarks: check @pathalias suffix before available @number for efficiency
Tue, 17 Mar 2015 18:20:24 +0900 FUJIWARA Katsunori bookmarks: prevent divergent bookmark from being updated unexpectedly
Wed, 18 Mar 2015 11:41:36 -0700 Drew Gottlieb manifest: include Python.h before standard headers
Wed, 18 Mar 2015 13:38:06 -0500 Matt Mackall crecord: use colwidth instead of ucolwidth
Wed, 18 Mar 2015 13:37:18 -0500 Matt Mackall manifest: speed up matches for large sets of files
Wed, 18 Mar 2015 12:03:44 -0500 Matt Mackall perf: add methods for timing changeset file list reading
Sun, 15 Mar 2015 21:52:35 -0400 Mike Edgar censor: add exchange tests, via local push/pull and bundle/unbundle
Sun, 15 Mar 2015 21:52:17 -0400 Mike Edgar censor: add censor command to hgext with basic client-side tests
Fri, 13 Mar 2015 14:08:30 -0700 Laurent Charignon record: add comparison methods for recordhunk class
Thu, 12 Mar 2015 17:50:23 -0700 Laurent Charignon record: minor refactoring of dorecord
Thu, 12 Mar 2015 14:42:55 -0700 Laurent Charignon record: add tests for the curses recording interface
Thu, 12 Mar 2015 14:24:48 -0700 Laurent Charignon record: enable curses recording logic with experimental flag
Fri, 13 Mar 2015 10:51:25 -0700 Laurent Charignon record: change arguments of curses recording function
Thu, 12 Mar 2015 17:51:37 -0700 Laurent Charignon record: change interface of the filtering function
Thu, 12 Mar 2015 23:15:06 -0400 Matt Harbison hgweb: replace 'ctx._repo' with 'ctx.repo()'
Thu, 12 Mar 2015 23:18:20 -0400 Matt Harbison pvec: replace 'ctx._repo' with 'ctx.repo()'
Thu, 12 Mar 2015 23:16:26 -0400 Matt Harbison scmutil: replace 'ctx._repo' with 'ctx.repo()'
Thu, 12 Mar 2015 23:11:15 -0400 Matt Harbison templater: replace 'ctx._repo' with 'ctx.repo()'
Thu, 12 Mar 2015 23:08:16 -0400 Matt Harbison largefiles: replace 'ctx._repo' with 'ctx.repo()'
Thu, 12 Mar 2015 23:05:25 -0400 Matt Harbison obsolete: replace 'ctx._repo' with 'ctx.repo()'
Thu, 12 Mar 2015 23:02:19 -0400 Matt Harbison fileset: replace 'ctx._repo' with 'ctx.repo()'
Fri, 13 Mar 2015 20:34:52 -0400 Matt Harbison filectx: add a repo accessor
Fri, 13 Mar 2015 13:03:55 -0400 Augie Fackler run-tests: ignore ENOENT failures when removing old .err results
Fri, 13 Mar 2015 12:50:53 -0400 Augie Fackler run-tests: stop storing start/stop times in a dict by test name
Fri, 13 Mar 2015 12:47:16 -0400 Augie Fackler run-tests: avoid running the same test instance concurrently
Fri, 13 Mar 2015 11:21:53 -0400 Augie Fackler run-tests: add --runs-per-test flag
Thu, 12 Mar 2015 21:41:50 -0400 Augie Fackler convert: adjust progress bar for octopus merges (issue4169)
Thu, 12 Mar 2015 21:31:52 -0400 Augie Fackler test-convert-git: show insane progress bar with octopus merge (issue4169)
Fri, 13 Mar 2015 15:36:11 -0700 Drew Gottlieb manifest: have context use self.hasdir()
Fri, 13 Mar 2015 15:32:45 -0700 Drew Gottlieb manifest: add hasdir() to context
Fri, 13 Mar 2015 15:25:01 -0700 Drew Gottlieb manifest: add manifestdict.hasdir() method
Fri, 13 Mar 2015 15:23:02 -0700 Drew Gottlieb manifest: have context's dirs() call its manifest's dirs()
Fri, 13 Mar 2015 15:19:54 -0700 Drew Gottlieb manifest: add dirs() to manifestdict
Wed, 17 Sep 2014 22:34:34 +0900 Yuya Nishihara formatter: convert None to json null
Sun, 17 Aug 2014 11:35:31 +0900 Yuya Nishihara localrepo: extend "changeid in repo" to return True for workingctx revision
Mon, 16 Mar 2015 13:41:45 -0500 Matt Mackall merge with stable
Mon, 16 Mar 2015 13:32:28 -0500 Matt Mackall crecord: fix another underbar
Mon, 16 Mar 2015 13:25:19 -0500 Matt Mackall crecord: fiddle with vertical whitespace
Mon, 16 Mar 2015 13:23:42 -0500 Matt Mackall crecord: fix underbar style for orig_stdout
Mon, 16 Mar 2015 13:22:37 -0500 Matt Mackall crecord: use encoding.ucolwidth
Mon, 16 Mar 2015 12:58:06 -0500 Matt Mackall crecord: more import style
Mon, 16 Mar 2015 12:55:21 -0500 Matt Mackall crecord: fix some import style
Fri, 13 Mar 2015 22:50:40 -0400 Matt Harbison manifest.c: ensure realloc_if_full() returns 1 or 0
Thu, 12 Mar 2015 14:20:32 -0700 Laurent Charignon record: change recording function to work with crecord
Thu, 12 Mar 2015 14:19:11 -0700 Laurent Charignon record: add crecord's ui logic to core
Wed, 11 Mar 2015 16:39:38 -0700 Laurent Charignon record: change interface of dorecord to accept new filters
Wed, 11 Mar 2015 16:18:47 -0700 Laurent Charignon record: remove duplicated tests
Wed, 11 Mar 2015 15:54:11 -0700 Laurent Charignon record: make record use commit -i
Fri, 13 Mar 2015 17:00:06 -0400 Jordi Gutiérrez Hermoso style: kill ersatz if-else ternary operators
Fri, 13 Mar 2015 14:20:13 -0400 Augie Fackler cvsps: use a different tiebreaker to avoid flaky test
Sat, 14 Mar 2015 22:34:27 +0900 Yuya Nishihara templates: fix "log -q" output of default style stable
Fri, 13 Mar 2015 17:55:04 -0500 Matt Mackall merge with stable
Thu, 12 Mar 2015 22:59:52 -0400 Matt Harbison subrepo: replace 'ctx._repo' with 'ctx.repo()'
Thu, 12 Mar 2015 22:55:35 -0400 Matt Harbison files: replace 'ctx._repo' with 'ctx.repo()'
Thu, 12 Mar 2015 22:54:53 -0400 Matt Harbison context: add a repo accessor
Thu, 12 Mar 2015 21:49:20 -0400 Augie Fackler test-histedit-edit.t: demonstrate qnew fails during a histedit (issue4366)
Thu, 12 Mar 2015 18:18:29 -0700 Martin von Zweigbergk lazymanifest: make __iter__ generate filenames, not 3-tuples
Thu, 12 Mar 2015 18:53:44 -0700 Martin von Zweigbergk lazymanifest: fix pure hg iterkeys()
Fri, 13 Mar 2015 21:18:59 +0900 Yuya Nishihara hgweb: prevent loading style map from directories other than specified paths stable
Wed, 11 Mar 2015 13:46:15 -0700 Martin von Zweigbergk lazymanifest: add iterkeys() method
Wed, 11 Mar 2015 13:15:26 -0700 Martin von Zweigbergk lazymanifest: extract function for iterating to next line
Wed, 11 Mar 2015 13:35:34 -0700 Martin von Zweigbergk lazymanifest: fail if path or hash strings cannot be created
Wed, 11 Mar 2015 08:28:56 -0700 Martin von Zweigbergk manifest: rewrite find(node, f) in terms of read(node)
Thu, 26 Feb 2015 22:54:13 +0900 Yuya Nishihara ssl: load CA certificates from system's store by default on Python 2.7.9
Wed, 04 Mar 2015 23:27:04 +0900 Yuya Nishihara ssl: set explicit symbol "!" to web.cacerts to disable SSL verification (BC)
Wed, 04 Mar 2015 22:41:48 +0900 Yuya Nishihara test-https: enable dummycert test only if Apple python is used (issue4500)
Wed, 04 Mar 2015 22:27:01 +0900 Yuya Nishihara ssl: extract function that returns dummycert path on Apple python
Wed, 11 Mar 2015 21:36:48 -0700 Martin von Zweigbergk largefiles: don't create chain of __contains__ calls
Thu, 12 Mar 2015 09:06:45 -0700 Martin von Zweigbergk lazymanifest: don't depend on printf's 'hh' format to work
Wed, 11 Mar 2015 17:53:50 -0700 Pierre-Yves David bundle2: test hooking using the new transaction-level hook
Mon, 09 Mar 2015 22:50:49 -0700 Pierre-Yves David hook: add a generic hook right before we commit a transaction
Mon, 09 Mar 2015 22:43:36 -0700 Pierre-Yves David transaction: add a validation stage
Mon, 09 Mar 2015 22:36:56 -0700 Pierre-Yves David hook: add a generic hook after transaction has been closed
Wed, 10 Dec 2014 18:19:49 -0800 Pierre-Yves David hook: have a generic hook for transaction opening
Tue, 24 Feb 2015 00:04:55 +0900 Yuya Nishihara templater: allow piping generator-type function output to filters
Wed, 11 Mar 2015 15:22:34 -0700 Laurent Charignon record: add new tests for commit interactive (same tests as record)
Wed, 11 Mar 2015 15:22:04 -0700 Laurent Charignon record: add interactive option to the commit command
Tue, 10 Mar 2015 16:26:13 -0700 Martin von Zweigbergk manifest: don't let find() look inside manifestdict
Mon, 09 Mar 2015 17:13:22 -0700 Martin von Zweigbergk largefiles: replace manifestdict.__contains__, don't extend class
Sun, 08 Mar 2015 16:50:57 -0400 Matt Harbison files: split reusable implementation into cmdutil for subrepo support
Sun, 08 Mar 2015 16:45:29 -0400 Matt Harbison files: use ctx object to access dirstate
Tue, 10 Mar 2015 13:56:05 -0700 Durham Goode copies: added manifests to computenonoverlap
Tue, 10 Mar 2015 17:14:33 -0700 Laurent Charignon record: move dorecord from record to cmdutil
Tue, 10 Mar 2015 17:09:07 -0700 Laurent Charignon record: remove dependency on hg module in record
Tue, 10 Mar 2015 17:03:40 -0700 Laurent Charignon record: remove dependency on extensions module in dorecord
Tue, 10 Mar 2015 14:42:07 -0700 Laurent Charignon record: move filterpatch from record to patch
Tue, 10 Mar 2015 17:34:42 -0700 Siddharth Agarwal patch.internalpatch: add a default value for prefix
Wed, 11 Mar 2015 07:19:55 -0700 Durham Goode histedit: remove extra histedit constructor call
Wed, 11 Mar 2015 09:34:22 -0400 Jordi Gutiérrez Hermoso color: consolidate cut-and-paste code
Mon, 09 Mar 2015 13:16:25 -0700 Laurent Charignon record: move parsepatch from record to patch
Mon, 09 Mar 2015 13:14:31 -0700 Laurent Charignon record: move scanpatch from record to patch
Mon, 09 Mar 2015 13:09:15 -0700 Laurent Charignon record: move hunk class from record to patch
Mon, 09 Mar 2015 13:08:19 -0700 Laurent Charignon record: move countChanges in the hunk class
Mon, 09 Mar 2015 13:04:50 -0700 Laurent Charignon record: move header class from record to patch
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
Fri, 06 Mar 2015 22:56:19 -0800 Siddharth Agarwal commands.import: accept a prefix option
Tue, 10 Mar 2015 11:01:10 -0700 Pierre-Yves David test: make version based test-extensions failure more explanatory
Mon, 09 Mar 2015 22:14:09 +0100 Mathias De Maré subrepo: add status support for ignored and clean files in git subrepos
Wed, 14 Jan 2015 15:16:08 -0500 Mike Edgar revlog: addgroup checks if incoming deltas add censored revs, sets flag bit
Fri, 06 Mar 2015 22:43:47 -0800 Siddharth Agarwal patch.internalpatch: accept a prefix parameter
Fri, 06 Mar 2015 22:27:41 -0800 Siddharth Agarwal patch.patchbackend: accept a prefix parameter
Tue, 10 Mar 2015 16:25:10 -0400 Mike Edgar repair: define explicit local variable, don't reuse a comprehension variable
Sat, 07 Feb 2015 12:49:30 -0800 Gregory Szorc commands.paths: use ui.paths to show paths
Sat, 07 Feb 2015 12:42:10 -0800 Gregory Szorc ui: represent paths as classes
Tue, 10 Mar 2015 13:40:14 -0400 Jordi Gutiérrez Hermoso color: omit terminfo/win32 warning if non-interactive (issue4543)
Thu, 26 Feb 2015 20:54:05 +0900 Yuya Nishihara incoming: hide help about use of --bundle option by default
Fri, 06 Mar 2015 22:24:49 -0800 Siddharth Agarwal patch.applydiff: accept a prefix parameter
Fri, 06 Mar 2015 22:22:14 -0800 Siddharth Agarwal patch._applydiff: accept a prefix parameter
Fri, 06 Mar 2015 22:19:26 -0800 Siddharth Agarwal patch.makepatchmeta: accept a prefix parameter
Fri, 06 Mar 2015 22:17:24 -0800 Siddharth Agarwal patch.pathtransform: add a prefix parameter
Fri, 06 Mar 2015 21:48:40 -0800 Siddharth Agarwal patch.pathtransform: add doctests