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
|
Mon, 04 Aug 2014 16:21:58 +0100 |
Alexander Sauta |
merge with i18n
stable
|
Mon, 04 Aug 2014 18:51:18 +0400 |
Alexander Sauta |
i18n-ru: sync with ad56fc55cbc3 (fuzzies)
stable
|
Fri, 01 Aug 2014 19:49:28 +0400 |
Alexander Sauta |
i18n-ru: sync with ad56fc55cbc3 (missing strings)
stable
|
Wed, 30 Jul 2014 17:24:08 +0400 |
Vladimir Zakharov |
i18n-ru: update 'revisions' translation
stable
|
Tue, 29 Jul 2014 19:08:41 +0400 |
Vladimir Zakharov |
i18n-ru: update 'revsets' translation
stable
|
Wed, 16 Oct 2013 08:22:06 +0100 |
Alexander Sauta |
i18n-ru: prompts fixed
stable
|
Thu, 07 Aug 2014 14:58:12 -0500 |
Matt Mackall |
whitespace: nuke triple blank lines in **.py
|
Thu, 07 Aug 2014 14:57:20 -0500 |
Matt Mackall |
check-commit: spot growing whitespace
|
Thu, 24 Jul 2014 15:06:08 -0400 |
Jordi GutiƩrrez Hermoso |
strip: remove -b/--backup codepaths
|
Thu, 07 Aug 2014 12:51:45 -0400 |
Jordi GutiƩrrez Hermoso |
simplemerge: remove dead code
|
Tue, 17 Jun 2014 20:26:51 -0700 |
Sean Farley |
basectx: add missing, merge, and branch args to dirty method
|
Fri, 25 Jul 2014 20:11:47 -0500 |
Sean Farley |
basefilectx: move isexec and islink from memfilectx
|
Wed, 06 Aug 2014 12:16:58 -0500 |
Matt Mackall |
tests: fix pyflakes test whitespace breakage
|