Sat, 13 Nov 2010 15:02:02 +0100 Colin Caughie eol: exclude .hgtags file from eol translation (issue2493) stable
Sat, 13 Nov 2010 11:58:51 +0900 Nicolas Dumazet merge with stable
Thu, 11 Nov 2010 02:10:37 +0900 Nicolas Dumazet log: fix log -rREV FILE when REV isnt the last filerev (issue2492) stable
Thu, 11 Nov 2010 02:05:02 +0900 Nicolas Dumazet cmdutil: move range check outside of filerevgen stable
Fri, 12 Nov 2010 01:22:46 -0600 Matt Mackall merge with stable
Fri, 12 Nov 2010 01:21:45 -0600 Matt Mackall pushkey: force HTTP POST on push and add tests (issue2489) stable
Thu, 11 Nov 2010 07:23:38 +0100 Martin Geisler merge with stable
Wed, 10 Nov 2010 17:28:24 +0100 Adrian Buehlmann tests: add test-hardlinks.t stable
Thu, 11 Nov 2010 01:12:51 +0900 Yuya Nishihara win32: remove try-catch block of GetModuleFileNameEx (issue2480) stable
Tue, 09 Nov 2010 20:25:56 +0000 Richard Hopkins gpg, commands: fixed util.abort to util.Abort typos stable
Thu, 11 Nov 2010 00:08:09 +0100 Martin Geisler check-code: using and/or/not as a function is bad style
Wed, 10 Nov 2010 15:44:19 +0100 Martin Geisler merge with stable
Sun, 07 Nov 2010 20:18:57 +0100 Klaus Koch bundlerepository: get rid of temporary bundle files (issue2478) stable
Wed, 10 Nov 2010 15:38:00 +0100 Martin Geisler bundlerepository: test self.tempfile field, not tempfile module stable
Wed, 10 Nov 2010 13:48:23 +0100 Dan Villiom Podlaski Christiansen test-mq-qnew: handle Mac OS X error strings. stable
Wed, 10 Nov 2010 04:53:11 -0600 timeless help: urls help should include see also for paths stable
Wed, 10 Nov 2010 14:46:13 +0100 Martin Geisler minirst: link to HelpStyleGuide in docstring
Tue, 09 Nov 2010 13:43:35 +0900 Nicolas Dumazet util: clarify purpose of MBTextWrapper class
Mon, 08 Nov 2010 17:29:23 -0600 Matt Mackall merge with stable
Mon, 08 Nov 2010 10:56:47 +0100 Erik Zielke run-test: fixed wrong parenthesis stable
Mon, 08 Nov 2010 17:16:29 -0600 Matt Mackall merge with crew
Mon, 08 Nov 2010 17:16:17 -0600 Matt Mackall merge with crew stable
Tue, 09 Nov 2010 01:33:48 +0900 Nicolas Dumazet merge with stable
Mon, 08 Nov 2010 22:45:56 +0900 Nicolas Dumazet graphmod: safer code when a changeset has two identical parents stable
Sun, 07 Nov 2010 18:23:48 +0900 Nicolas Dumazet revlog: fix descendants() if nullrev is in revs stable
Sun, 07 Nov 2010 18:16:07 +0900 Nicolas Dumazet revlog: if start is nullrev, end is always a descendant stable
Sun, 07 Nov 2010 22:03:28 +0900 Nicolas Dumazet mq: use sets instead of lists for speed
Sun, 07 Nov 2010 18:59:27 +0900 Nicolas Dumazet context: add __repr__ methods to workingfilectx and workingctx
Sun, 07 Nov 2010 19:42:42 -0600 Matt Mackall merge with crew
Mon, 08 Nov 2010 01:55:32 +0100 Mads Kiilerich test-import: workaround for missing newline is no longer needed
Mon, 08 Nov 2010 01:44:46 +0100 Mads Kiilerich merge with stable
Mon, 08 Nov 2010 01:41:42 +0100 Mads Kiilerich tests: use (esc) instead of other kinds of string escaping stable
Mon, 08 Nov 2010 01:41:41 +0100 Mads Kiilerich tests: use (esc) for all non-ASCII test output stable
Mon, 08 Nov 2010 01:35:41 +0100 Mads Kiilerich tests: use (esc) markup for string-escape stable
Mon, 08 Nov 2010 01:35:40 +0100 Mads Kiilerich tests: (no-eol) markup for command output without trailing LF stable
Sun, 07 Nov 2010 16:01:57 -0600 Matt Mackall merge with stable
Sun, 07 Nov 2010 18:21:29 +0100 Adrian Buehlmann opener: check hardlink count reporting (issue1866) stable
Thu, 04 Nov 2010 09:04:37 +0100 Adrian Buehlmann util: refactor opener stable
Sun, 07 Nov 2010 18:15:17 +0100 Patrick Mezard revset: remove unnecessary debug statement
Sun, 07 Nov 2010 18:14:42 +0100 Patrick Mezard revset: fix p1, p2 and parents in dirstate case (a5f7f1e9340e)
Sat, 06 Nov 2010 00:31:44 +0100 Mads Kiilerich tests: handle .t files without trailing LF stable
Fri, 05 Nov 2010 15:38:23 -0500 Matt Mackall merge with stable
Fri, 05 Nov 2010 15:54:32 -0400 Steve Losh alias: fall back to normal error handling for ambigious commands (fixes issue2475) stable
Fri, 05 Nov 2010 15:35:39 +0100 Martin Geisler merge with stable
Fri, 05 Nov 2010 15:13:22 +0100 Ronny Pfannschmidt subrepo: test & fix svn subrepo removal stable
Thu, 04 Nov 2010 17:09:00 -0500 Kevin Bullock revsets: let parents() return parents of working dir
Thu, 04 Nov 2010 16:59:03 -0500 Kevin Bullock revsets: let p1() and p2() return parents of working dir
Thu, 04 Nov 2010 09:04:37 +0100 Adrian Buehlmann util: refactor opener
Thu, 04 Nov 2010 22:56:38 +0000 Christian Ebert keyword: turn regexes and escaped keywords into a propertycache
Thu, 04 Nov 2010 16:21:28 -0500 Matt Mackall commands: add revset support to most commands
Thu, 04 Nov 2010 18:19:10 +0100 Martin Geisler convert: better ReST markup in docstring
Thu, 04 Nov 2010 18:11:10 +0100 Martin Geisler convert: split docstring lists for easier translation
Thu, 04 Nov 2010 14:14:47 +0100 Erik Zielke convert: use field list instead of option list in help
Thu, 04 Nov 2010 17:52:40 +0100 Martin Geisler doc/Makefile: docs now also depend on extensions
Wed, 03 Nov 2010 14:37:41 +0100 Christian Ebert keyword: function to look up changectx for expansion
Tue, 02 Nov 2010 11:25:52 +0100 Ronny Pfannschmidt localrepo: make heads use the keyword args of the sorted builtin
Thu, 04 Nov 2010 11:33:57 -0500 Steve Borho import: add another line feed to message join string
Wed, 03 Nov 2010 22:34:16 +0100 Patrick Mezard tests: unify test-no-symlinks
Wed, 03 Nov 2010 21:11:07 +0100 Patrick Mezard patch: remove unused applydiff() sourcefile argument
Wed, 03 Nov 2010 21:11:05 +0100 Patrick Mezard patch: remove unused gitworkdone variable from iterhunks()
Wed, 03 Nov 2010 21:10:59 +0100 Patrick Mezard test-import: use printf instead of echo
Thu, 21 Oct 2010 16:04:34 -0500 Steve Borho import: --no-commit should update .hg/last-message.txt
Tue, 02 Nov 2010 09:47:47 +0100 Thomas Arendsen Hein merge with stable after 1.7 release
Mon, 01 Nov 2010 17:40:17 -0500 Matt Mackall Added signature for changeset 333421b9e0f9 stable
Mon, 01 Nov 2010 17:40:14 -0500 Matt Mackall Added tag 1.7 for changeset 333421b9e0f9 stable
Mon, 01 Nov 2010 14:45:27 -0500 Matt Mackall merge with i18n stable 1.7
Mon, 01 Nov 2010 16:04:15 -0200 Wagner Bruna i18n-pt_BR: synchronized with b19b4c1df066 stable
Mon, 01 Nov 2010 14:18:42 -0500 Matt Mackall dirstate: skip optimization on case-folding FS (issue2440) stable
Mon, 01 Nov 2010 01:56:12 +0100 Mads Kiilerich url: fix https client authentication through proxy stable
Mon, 01 Nov 2010 12:45:45 -0500 Matt Mackall merge with i18n stable
Mon, 01 Nov 2010 13:42:40 +0100 Jens Bäckman i18n-sv: synchronize with 13fb555677fe stable
Sun, 31 Oct 2010 22:29:21 +0100 Chia-Huan Wu i18n-zh_TW: synchronize with 15ca4bfecfe3 stable
Mon, 01 Nov 2010 01:31:09 +0900 Yuya Nishihara i18n-ja: strip extra spaces next to punctuation mark at line ending stable
Sat, 30 Oct 2010 12:51:15 -0200 Wagner Bruna i18n-pt_BR: synchronized with 15ca4bfecfe3 stable
Sat, 30 Oct 2010 12:13:52 -0500 Matt Mackall commit: handle missing newline on last commit comment stable
Mon, 01 Nov 2010 17:26:08 +0100 Patrick Mezard localrepo: do not modify ctx.remove() list in-place stable
Mon, 01 Nov 2010 16:22:41 +0100 Martin Geisler test-rename: test with absolute paths stable
Mon, 01 Nov 2010 16:19:06 +0100 Martin Geisler test-rename: fix \" -> " in comments stable
Sat, 30 Oct 2010 16:58:15 -0500 Steve Borho rebase: improve resolve failure message stable
Mon, 01 Nov 2010 10:24:07 +0100 Martin Geisler run-tests: use regex when searching for $HGPORT in test output stable
Sat, 30 Oct 2010 11:32:04 -0500 Matt Mackall demandimport: back out 50a4e55aa278 (issue2467) stable
Sat, 30 Oct 2010 02:47:35 -0500 Matt Mackall debugindex: add --format flag to allow debugging parentdelta stable
Fri, 29 Oct 2010 00:57:34 -0500 Kevin Bullock pager: make example of setting pager less silly stable
Sat, 30 Oct 2010 02:47:34 -0500 Mike Sperber convert: Work around p4 instability (issue2465) stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: choose best delta for parentdelta (issue2466) stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: precalculate p1 and p2 revisions stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: extract delta building to a subfunction stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: simplify cachedelta handling stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: fix buildtext local scope stable
Sat, 30 Oct 2010 02:47:24 -0500 Matt Mackall merge with i18n stable
Fri, 29 Oct 2010 00:19:39 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 6f6f6a9c2a41 stable
Thu, 28 Oct 2010 09:52:05 -0200 Wagner Bruna i18n-pt_BR: synchronized with db2ff771204d stable
Thu, 28 Oct 2010 10:02:28 +0200 Martin Geisler i18n-da: translate help for bookmarks extension stable
Thu, 28 Oct 2010 09:48:01 +0200 Martin Geisler i18n, bookmarks: add comments for translators stable
Thu, 28 Oct 2010 09:43:56 +0200 Martin Geisler i18n-da: synchronize with e1855dee28c1 stable
Fri, 29 Oct 2010 14:06:06 +0200 Martin Geisler qnew: distinguish between existing file and directory (issue2464) stable
Fri, 29 Oct 2010 15:25:21 +0200 Martin Geisler qnew: give better feedback when doing 'hg qnew foo/' (issue2464) stable
Fri, 29 Oct 2010 12:50:08 +0200 Martin Geisler opener: do not create "foo" directory when writing to "foo/" stable
Fri, 29 Oct 2010 14:47:45 +0200 Martin Geisler pager: backout 05077896ffe2 (issue2441) stable
Thu, 28 Oct 2010 22:04:33 +0200 Patrick Mezard mq: qrename should not touch the dirstate if src is untracked (issue2460) stable
Thu, 28 Oct 2010 21:25:53 +0200 Patrick Mezard patch: fix copies when patching over uncommitted changed (issue2459) stable
Wed, 27 Oct 2010 16:54:46 -0500 Matt Mackall merge with i18n stable
Tue, 26 Oct 2010 21:31:35 -0200 Wagner Bruna i18n-pt_BR: synchronized with 830be2c57626 stable
Tue, 26 Oct 2010 19:12:45 -0200 Wagner Bruna i18n-pt_BR: msgmerge with 830be2c57626 stable
Tue, 26 Oct 2010 18:47:45 -0200 Wagner Bruna merge with i18n stable
Tue, 26 Oct 2010 10:54:32 +0200 Martin Geisler i18n-da: remove extra newline in translation stable
Tue, 26 Oct 2010 00:21:57 +0200 Martin Geisler i18n-da: synchronize with 6137c5bba4d0 stable
Wed, 27 Oct 2010 15:35:23 -0500 Matt Mackall minirst: use colwidth to match title lengths (issue2455) stable
Wed, 27 Oct 2010 15:35:21 -0500 Matt Mackall encoding: default ambiguous character to narrow stable
Tue, 26 Oct 2010 12:18:39 +0200 Dan Villiom Podlaski Christiansen *: kill all unnecessary shebangs. stable
Tue, 26 Oct 2010 12:18:37 +0200 Dan Villiom Podlaski Christiansen *: add executable bit to a few files that were missing it. stable
Wed, 20 Oct 2010 15:32:35 +0200 Gilles Moris log: do case insensitive search for --user option stable
Tue, 26 Oct 2010 14:41:58 +0300 timeless url: show realm/user when asking for username/password stable
Tue, 26 Oct 2010 14:41:58 +0300 timeless rebase: abort message should appear even with --quiet stable
Wed, 27 Oct 2010 12:13:49 -0200 Wagner Bruna help: correct tip about deleting a subrepository stable
Wed, 27 Oct 2010 12:12:51 -0200 Wagner Bruna revset: fix missing dot in docstring stable
Wed, 27 Oct 2010 12:03:08 -0200 Wagner Bruna help: fix typo in merge-tools topic stable
Wed, 27 Oct 2010 12:05:37 +0200 Martin Geisler README: add small introduction stable
Wed, 27 Oct 2010 12:04:58 +0200 Martin Geisler README: remove trailing blank line stable
Tue, 26 Oct 2010 23:51:01 -0200 Wagner Bruna i18n: translate revset predicate docstrings stable
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip