log

age author description
Fri, 01 Aug 2014 18:57:53 -0700 Pierre-Yves David revert: triage "deleted" files into more appropriate categories
Fri, 15 Aug 2014 10:54:15 -0500 Matt Mackall unshelve: silence internal revert
Fri, 15 Aug 2014 10:47:03 -0500 Matt Mackall tests: fixup issue markers to make check-commit happy
Fri, 15 Aug 2014 03:24:40 +0200 Mads Kiilerich incoming: don't request heads that already are common stable
Fri, 15 Aug 2014 03:24:40 +0200 Mads Kiilerich tests: improve test coverage for discovery and actual parameters for pulling stable
Fri, 15 Aug 2014 02:46:44 +0200 Mads Kiilerich changectx: ancestor should only prefer merge.preferancestor if it is a revision stable
Fri, 15 Aug 2014 02:39:01 +0200 Mads Kiilerich merge: show the scary multiple ancestor hint for merges only, not for updates stable
Thu, 14 Aug 2014 16:26:41 -0700 Pierre-Yves David discovery: prevent crash on unknown remote heads with old repo (issue4337) stable
Thu, 14 Aug 2014 14:59:42 -0700 Pierre-Yves David obsstore.create: add a simple safeguard against cyclic markers stable
Thu, 14 Aug 2014 14:57:03 -0700 Pierre-Yves David debugobsolete: catch ValueError that may be raised by obsstore.create stable
Thu, 14 Aug 2014 16:39:27 -0500 Matt Mackall check-code: extend try/except/finally check for multiple except clauses
Thu, 14 Aug 2014 16:39:02 -0500 Matt Mackall repoview: fix try/except/finally for py2.4
Thu, 14 Aug 2014 16:25:47 -0500 Matt Mackall merge with stable
Thu, 14 Aug 2014 16:18:45 -0500 Matt Mackall test-run-tests: fix up slash/backslash on diff chunks for Windows stable
Wed, 13 Aug 2014 15:55:45 -0700 Siddharth Agarwal test-largefiles: add test for hg log --follow --patch with path stable
Wed, 13 Aug 2014 15:51:33 -0700 Siddharth Agarwal largefiles: don't override matchandpats for always matchers (issue4334) stable
Wed, 13 Aug 2014 15:18:41 -0700 Siddharth Agarwal largefiles: in overridelog, use non-lf matcher for patch generation (issue4334) stable
Wed, 13 Aug 2014 15:13:50 -0700 Siddharth Agarwal largefiles: drop setting lfstatus in overridelog (issue4334) 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, 14 Aug 2014 15:21:48 -0500 Matt Mackall merge with stable
Wed, 13 Aug 2014 22:22:24 +0900 Yuya Nishihara alias: exit from bad definition by Abort
Wed, 13 Aug 2014 22:18:28 +0900 Yuya Nishihara alias: show one-line hint for command provided by disabled extension
Wed, 13 Aug 2014 19:38:47 +0900 Yuya Nishihara help: provide help of bad alias without executing aliascmd()
Wed, 13 Aug 2014 19:28:42 +0900 Yuya Nishihara alias: provide "unknowncmd" flag to tell help to look for disabled command
Sat, 17 May 2014 21:13:31 +0900 Yuya Nishihara alias: keep error message in "badalias" so that help can see it
Sat, 17 May 2014 20:47:31 +0900 Yuya Nishihara alias: add test for alias command provided by disabled extension
Wed, 13 Aug 2014 23:21:52 -0700 Siddharth Agarwal alias: expand "$@" as list of parameters quoted individually (BC) (issue4200)
Wed, 13 Aug 2014 22:37:09 -0700 Siddharth Agarwal test-alias: add some tests to ensure we aren't double-substituting
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
Wed, 06 Aug 2014 16:51:41 -0400 Mike Edgar histedit: add "roll" command to fold commit data and drop message (issue4256)
Tue, 12 Aug 2014 09:39:14 -0700 David Soria Parra repoview: cache hidden changesets
Tue, 12 Aug 2014 16:48:54 -0700 David Soria Parra repoview: add caching bits
Wed, 06 Aug 2014 13:26:04 -0700 David Soria Parra repoview: split _gethiddenblockers
Tue, 12 Aug 2014 16:42:24 -0700 David Soria Parra repoview: use set for blockers
Wed, 13 Aug 2014 11:50:13 -0700 Martin von Zweigbergk histedit: preserve initial author on fold (issue4296) stable
Wed, 13 Aug 2014 18:50:35 -0500 Matt Mackall run-tests: fix some io ordering stable
Wed, 13 Aug 2014 15:06:58 -0500 Matt Mackall merge with stable
Wed, 25 Jun 2014 17:40:41 +0100 Pierre-Yves David test-revert: add case where file is tracked but deleted in working directory
Fri, 27 Jun 2014 18:25:19 +0200 Pierre-Yves David test-revert: add case with untracked files with unique content
Fri, 27 Jun 2014 18:23:45 +0200 Pierre-Yves David test-revert: add case with untracked files with reverted content
Fri, 27 Jun 2014 18:10:45 +0200 Pierre-Yves David test-revert: add case where file exists but is untracked in working directory
Fri, 27 Jun 2014 18:09:46 +0200 Pierre-Yves David test-revert: add case where the file is marked as removed in the wc
Fri, 27 Jun 2014 18:08:16 +0200 Pierre-Yves David test-revert: add case where wc content is different from "base" and "parent"
Fri, 27 Jun 2014 18:07:33 +0200 Pierre-Yves David test-revert: add case where wc content is already reverted to base content
Fri, 27 Jun 2014 18:02:09 +0200 Pierre-Yves David test-revert: add case where file exists neither in "base" nor in "parent"
Fri, 27 Jun 2014 18:01:16 +0200 Pierre-Yves David test-revert: add case where the file is removed between "base" and "parent"
Fri, 27 Jun 2014 18:00:49 +0200 Pierre-Yves David test-revert: add case where file is unchanged between "base" and "parent"
Wed, 13 Aug 2014 14:05:08 -0500 Matt Mackall test-run-tests: fix stdout/stderr io ordering stable
Wed, 25 Jun 2014 17:37:13 +0100 Pierre-Yves David test-revert: add case where file is added between "base" and "parent"
Tue, 12 Aug 2014 17:22:57 -0500 Matt Mackall merge with stable
Wed, 25 Jun 2014 17:31:53 +0100 Pierre-Yves David test-revert: add methodical revert to "base" with explicit file path
Wed, 25 Jun 2014 17:22:47 +0100 Pierre-Yves David test-revert: add methodical revert with explicit file path
Wed, 25 Jun 2014 17:16:05 +0100 Pierre-Yves David test-revert: add methodical revert to "base"
Wed, 25 Jun 2014 17:03:55 +0100 Pierre-Yves David test-revert: add methodical revert to parent for working directory
Wed, 25 Jun 2014 17:24:18 +0100 Pierre-Yves David test-revert: display the list of all generated cases
Fri, 27 Jun 2014 16:08:09 +0200 Pierre-Yves David test-revert: also create a text version of the snapshot
Tue, 12 Aug 2014 12:53:23 -0500 Matt Mackall hg-test-mode: make exit code highlight work again
Wed, 25 Jun 2014 16:37:06 +0100 Pierre-Yves David test-revert: prepare methodical testing of revert cases
Wed, 25 Jun 2014 15:59:21 +0100 Pierre-Yves David test-revert: drop useless comments
Tue, 12 Aug 2014 11:17:29 -0500 Matt Mackall run-tests: don't double lines on build failure output stable
Tue, 12 Aug 2014 11:10:57 -0500 Matt Mackall test-run-tests: filter pwd alias for Windows stable
Tue, 12 Aug 2014 11:02:30 -0500 Matt Mackall run-tests: self-test on Windows needs binary streams stable
Tue, 12 Aug 2014 04:50:58 -0500 Matt Mackall merge with stable
Tue, 12 Aug 2014 04:11:32 -0500 Matt Mackall help: normalize helplist hints
Tue, 12 Aug 2014 04:00:42 -0500 Matt Mackall help: fold repeatable option message into option table header
Tue, 12 Aug 2014 03:53:33 -0500 Matt Mackall help: roll option list header into option formatter
Tue, 12 Aug 2014 03:42:09 -0500 Matt Mackall help: refactor helplist optlist mess
Tue, 12 Aug 2014 03:25:51 -0500 Matt Mackall help: normalize topic and extension verbose hints
Tue, 12 Aug 2014 03:18:50 -0500 Matt Mackall help: normalize hint about enabling extensions
Tue, 12 Aug 2014 03:12:24 -0500 Matt Mackall help: normalize extension shadow hint
Tue, 12 Aug 2014 03:09:26 -0500 Matt Mackall help: improve command summary hint
Tue, 12 Aug 2014 03:01:37 -0500 Matt Mackall help: tweak --verbose command help hint
Tue, 12 Aug 2014 00:42:05 -0500 Matt Mackall hg-test-mode: don't highlight variables in output
Tue, 12 Aug 2014 00:40:24 -0500 Matt Mackall test-run-tests: test --view
Tue, 12 Aug 2014 00:33:48 -0500 Matt Mackall run-tests: don't show 'i' for tests that don't match a keyword
Tue, 12 Aug 2014 02:40:42 -0500 Matt Mackall repoview: filter tags to non-existent nodes from blockers (issue4328) stable
Mon, 11 Aug 2014 23:45:08 -0400 Michael O'Connor revset: bookmark revset interprets 'literal:' prefix correctly (issue4329) stable
Mon, 11 Aug 2014 17:45:50 -0500 Matt Mackall run-tests: attempt to fix iolock handling
Mon, 11 Aug 2014 13:10:00 -0500 Matt Mackall unbundle: fix pyflakes warning about wc stable
Mon, 11 Aug 2014 11:24:05 -0500 Matt Mackall merge with stable
Sat, 02 Aug 2014 17:04:53 -0700 Pierre-Yves David check-code: allow an escape pattern to be specified for testpattern
Sat, 02 Aug 2014 17:01:55 -0700 Pierre-Yves David check-code: capture "wc" as a word
Wed, 25 Jun 2014 15:58:05 +0100 Pierre-Yves David test-revert: improve comment
Mon, 11 Aug 2014 22:29:43 +0900 FUJIWARA Katsunori largefiles: synchronize lfdirstate with dirstate after automated committing
Mon, 11 Aug 2014 22:29:43 +0900 FUJIWARA Katsunori largefiles: drop orphan entries from lfdristat at "hg rollback"
Mon, 11 Aug 2014 22:29:43 +0900 FUJIWARA Katsunori largefiles: restore R status of removed largefiles correctly at "hg rollback"
Mon, 11 Aug 2014 22:29:43 +0900 FUJIWARA Katsunori largefiles: factor out synchronization of lfdirstate for future use
Mon, 11 Aug 2014 22:29:43 +0900 FUJIWARA Katsunori largefiles: put whole rollback-ing process into the same "wlock" scope
Mon, 11 Aug 2014 09:35:24 -0500 Matt Mackall tests: use a decorator for hghave checks
Sun, 10 Aug 2014 23:13:12 -0500 Matt Mackall hg-test-mode: colorize HGFOO and TESTFOO environment variables
Sun, 10 Aug 2014 23:09:23 -0500 Matt Mackall unbundle: don't advance bookmarks (issue4322) (BC) stable
Sun, 10 Aug 2014 15:26:33 -0500 Matt Mackall merge with stable
Sun, 10 Aug 2014 15:26:12 -0500 Matt Mackall tests: more bundle2 non-binary file test fixes stable
Sun, 10 Aug 2014 14:30:30 -0500 Matt Mackall merge with stable
Sun, 10 Aug 2014 13:53:36 -0500 Matt Mackall hgweb: avoid config object race with hgwebdir (issue4326) stable
Sat, 09 Aug 2014 16:15:52 -0500 Matt Mackall test-commandserver.py: filter path separator stable
Sat, 09 Aug 2014 16:06:01 -0500 Matt Mackall merge with stable
Sat, 09 Aug 2014 16:05:03 -0500 Matt Mackall merge with i18n stable
Sat, 09 Aug 2014 16:04:36 -0500 Matt Mackall i18n-ru: fix RST breakage spotted by test-gendoc stable
Sat, 09 Aug 2014 15:46:54 -0500 Matt Mackall i18n-ru: undo fix buildbot breakage stable
Fri, 08 Aug 2014 17:45:36 -0500 Matt Mackall contrib: add emacs mode for *.t files
Thu, 07 Aug 2014 14:11:36 -0700 Pierre-Yves David phase: attach phase to the transaction instead of the lock
Thu, 07 Aug 2014 14:41:00 -0700 Pierre-Yves David phase: extract the phaseroots serialization in a dedicated method
Thu, 07 Aug 2014 14:40:02 -0700 Pierre-Yves David transaction: add a file generation mechanism
Thu, 07 Aug 2014 10:54:17 -0700 Pierre-Yves David transaction: backup file in a dedicated "namespace"
Thu, 07 Aug 2014 11:56:32 -0700 Pierre-Yves David transaction: use `self.journal` to create backup file
Tue, 17 Jun 2014 20:55:06 -0700 Sean Farley memctx: add note about p2
Fri, 25 Jul 2014 20:20:26 -0500 Sean Farley memfilectx: add remove and write methods
Wed, 02 Jul 2014 14:01:01 -0500 Sean Farley workingfilectx: add remove and write methods
Fri, 25 Jul 2014 19:36:01 -0500 Sean Farley memctx: create a filectxfn if it is not callable
Thu, 07 Aug 2014 11:39:19 -0400 Augie Fackler test-patchbomb.t: work around Python change d579866d6419 (issue4188)
Tue, 05 Aug 2014 23:52:21 -0700 Pierre-Yves David phase: add a transaction argument to retractboundary
Wed, 06 Aug 2014 01:54:19 -0700 Pierre-Yves David phase: add a transaction argument to advanceboundary
Wed, 06 Aug 2014 00:54:37 -0700 Pierre-Yves David pull: pre-filter remote phases before moving local ones
Wed, 06 Aug 2014 01:40:51 -0700 Pierre-Yves David test-check-commit-hg.t: automatically test all 'draft() and ::.' changesets
Mon, 04 Aug 2014 16:08:42 +0100 Alexander Sauta i18n-ru: syncronized with 45a01832cad1 stable