Mercurial > hg
graph
-
largefiles: notice dirty large files in a subrepo stableSun, 22 Apr 2012 13:19:22 -0400, by Matt Harbison
-
largefiles: fix status -S reporting of subrepos (issue3231) stableSun, 22 Apr 2012 03:47:34 -0400, by Matt Harbison
-
i18n: use locale insensitive format for datetimes as intermediate representation (issue3398) stableThu, 26 Apr 2012 02:41:20 +0900, by FUJIWARA Katsunori
-
alias: fix shell alias documentation (issue3374) stableTue, 24 Apr 2012 14:34:54 +0200, by Patrick Mezard
-
test-convert-svn-sink: add helper to smooth svn xml output stableTue, 24 Apr 2012 13:05:38 +0200, by Patrick Mezard
-
convert/svn: make svn sink work with svn 1.7 stableTue, 24 Apr 2012 12:50:41 +0200, by Patrick Mezard
-
docs: don't use :hg: at the beginning of lines in notes (issue3397) stableWed, 25 Apr 2012 23:28:54 +0200, by Mads Kiilerich
-
rebase: skip resolved but emptied revisions stableSun, 22 Apr 2012 20:06:36 +0200, by Patrick Mezard
-
test-rebase: exhibit revisions which should have been skipped stableSun, 22 Apr 2012 18:27:50 +0200, by Patrick Mezard
-
transplant: do not rollback on patching error (issue3379) stableSun, 22 Apr 2012 16:40:38 +0200, by Patrick Mezard
-
patch: fix patch hunk/metdata synchronization (issue3384) stableSat, 21 Apr 2012 21:40:25 +0200, by Patrick Mezard
-
commit: use ui.configbool when checking 'commitsubrepos' setting on --amend stableSat, 21 Apr 2012 10:23:47 +0200, by Adrian Buehlmann
-
doc: add note about pattern rooted/unrooted cases to "hgignore" and "patterns" stableMon, 23 Apr 2012 00:38:22 +0900, by FUJIWARA Katsunori
-
doc: add description about location of management files for subrepo stableMon, 23 Apr 2012 00:33:09 +0900, by FUJIWARA Katsunori
-
doc: add description about re-opening closed heads to 'Head, closed branch' in glossary stableMon, 23 Apr 2012 00:33:09 +0900, by FUJIWARA Katsunori
-
doc: fix careless document miss for term 'Close changeset' in glossary stableMon, 23 Apr 2012 00:33:09 +0900, by FUJIWARA Katsunori
-
doc: fix careless document miss in help of hgext/notify stableMon, 23 Apr 2012 00:30:45 +0900, by FUJIWARA Katsunori
-
doc: fix explanation comment in acl extension stableMon, 23 Apr 2012 00:29:04 +0900, by FUJIWARA Katsunori
-
tests: test test-filelog is python - rename to test-filelog.py stableMon, 23 Apr 2012 01:57:17 +0200, by Mads Kiilerich
-
tests: avoid tab indent on all kinds of lines of sh commands stableMon, 23 Apr 2012 01:56:48 +0200, by Mads Kiilerich
-
tests: use 'do sleep 0' instead of 'do true', also on first line of command stableMon, 23 Apr 2012 01:56:48 +0200, by Mads Kiilerich
-
check-code: put grouping around regexps generated from testpats stableMon, 23 Apr 2012 01:56:48 +0200, by Mads Kiilerich
-
tests: don't use /dev/urandom for largefiles testing stableMon, 23 Apr 2012 01:56:48 +0200, by Mads Kiilerich
-
encoding: protect against non-ascii default encoding stableSun, 22 Apr 2012 21:27:52 -0400, by Cesar Mena
-
update: fix case-collision with a clean wd and no --clean stableMon, 23 Apr 2012 14:32:59 +0200, by Patrick Mezard
-
update: make --check abort with dirty subrepos stableMon, 23 Apr 2012 12:12:04 +0200, by Patrick Mezard
-
plan9: add missing source entries to proto stableSat, 21 Apr 2012 08:24:10 -0700, by Steven Stallion
-
tests: fix incorrect markup of continued lines of sh commands stableMon, 23 Apr 2012 01:39:26 +0200, by Mads Kiilerich
-
check-code: 'printf \0' is apparently fine - accept it in check-code stableMon, 23 Apr 2012 01:39:26 +0200, by Mads Kiilerich
-
tests: solaris sh can not negate exit status with '!' stableMon, 23 Apr 2012 01:39:26 +0200, by Mads Kiilerich
-
tests: hide diff -u saying 'No differences encountered' on solaris stableMon, 23 Apr 2012 01:39:26 +0200, by Mads Kiilerich
-
tests: ^ must be quoted when used on solaris sh stableMon, 23 Apr 2012 01:39:26 +0200, by Mads Kiilerich
-
tests: remove test-pull-pull-corruption2.t stableMon, 23 Apr 2012 01:39:26 +0200, by Mads Kiilerich
-
tests: remove race in test-pull-pull-corruption.t stableMon, 23 Apr 2012 01:39:26 +0200, by Mads Kiilerich
-
tests: fix bashism in test-convert-splicemap.t stableMon, 23 Apr 2012 01:39:26 +0200, by Mads Kiilerich
-
opener: coding style, use triple quotes for doc string stableWed, 18 Apr 2012 15:16:15 +0200, by Thomas Arendsen Hein
-
icasefs: make case-folding collision detection as rename aware (issue3370) stableMon, 16 Apr 2012 01:11:29 +0900, by FUJIWARA Katsunori
-
bdiff.bdiff: release the GIL before doing expensive diff operations stableFri, 20 Apr 2012 11:08:14 -0500, by Augie Fackler
-
fetch: remove confusing reference to "authoritative" changes stableFri, 20 Apr 2012 11:57:14 -0500, by Kevin Bullock
-
patch: be more tolerant with "Parent" header (issue3356) stableFri, 20 Apr 2012 19:11:54 +0200, by Patrick Mezard
-
pure/osutil: use Python's msvcrt module (issue3380) stableThu, 19 Apr 2012 17:08:12 +0200, by Adrian Buehlmann
-
i18n: show localized messages for commands/extensions in hgweb help top (issue3383) stableThu, 19 Apr 2012 20:54:56 +0900, by FUJIWARA Katsunori
-
revert: show warning when reverting subrepos that do not support revert stableThu, 19 Apr 2012 23:36:42 +0200, by Angel Ezquerra
-
revset: fix O(n**2) behaviour of bisect() (issue3381) stableWed, 18 Apr 2012 21:27:35 -0700, by Bryan O'Sullivan
-
convert/svn: do not try converting empty head revisions (issue3347) stableWed, 18 Apr 2012 14:04:58 +0200, by Patrick Mezard
-
convert/svn: refactor svn_source.latest() with a nested function stableWed, 18 Apr 2012 14:04:58 +0200, by Patrick Mezard
-
convert/svn: clarify svn_source.latest() stop arg default value stableWed, 18 Apr 2012 14:04:57 +0200, by Patrick Mezard
-
factotum: rename mount and path configuration entries stableTue, 17 Apr 2012 21:12:37 -0700, by Steven Stallion
-
Makefile: be more careful when cleaning up pure/ components stable 2.2-rcWed, 18 Apr 2012 11:45:50 -0500, by Matt Mackall
-
merge default into stable for 2.2 code freeze stableTue, 17 Apr 2012 17:56:36 -0500, by Matt Mackall
-
commit: add option to amend the working dir parentWed, 18 Apr 2012 01:20:16 +0300, by Idan Kamara
-
transplant: remove extraneous whitespaceMon, 16 Apr 2012 22:41:03 -0700, by Steven Stallion
-
journal: use tryread helper to backup files (issue3375)Tue, 17 Apr 2012 11:13:38 -0500, by Matt Mackall