Wed, 17 Nov 2010 09:37:57 +0100 Martin Geisler check-code: catch 'ls filename --option' case as per 6bdae8ea0b48
Tue, 02 Nov 2010 17:44:19 +0100 Erik Zielke minirst: improved support for option lists.
Tue, 16 Nov 2010 13:29:35 +0100 Dan Villiom Podlaski Christiansen test-subrepo-git.t: portability fix.
Tue, 16 Nov 2010 13:29:08 +0100 Erik Zielke minirst: modified minirst to also recognize empty comments.
Wed, 17 Nov 2010 09:17:55 +0100 Martin Geisler merge with stable
Tue, 16 Nov 2010 21:35:58 +0100 Dan Villiom Podlaski Christiansen posix: remove is-comparison between integers stable
Tue, 16 Nov 2010 21:35:58 +0100 Dan Villiom Podlaski Christiansen httprepo: remove is-comparison with string literal stable
Wed, 17 Nov 2010 09:06:38 +0100 Martin Geisler mq: fix comment to reflect change in efbee27415ab
Tue, 16 Nov 2010 13:06:04 -0600 Kevin Bullock mq: clean up unused variable in qrefresh
Tue, 16 Nov 2010 11:10:50 +0100 Martin Geisler minirst: better interaction between comments and margins
Tue, 16 Nov 2010 10:33:19 +0900 Nicolas Dumazet run-tests: fix --debug for .t tests
Mon, 15 Nov 2010 17:05:54 -0600 Matt Mackall merge with stable
Mon, 15 Nov 2010 17:04:55 -0600 Matt Mackall commit: search both parents for missing copy revision (issue2484) stable
Mon, 15 Nov 2010 17:00:43 -0600 Matt Mackall context: walk both parents for workingctx.ancestors() stable
Thu, 11 Nov 2010 15:51:20 +0100 Adrian Buehlmann discovery: list new remote heads in prepush() on --debug
Thu, 11 Nov 2010 15:42:27 +0100 Adrian Buehlmann discovery: remove erroneous comment in prepush()
Sun, 14 Nov 2010 18:31:40 -0500 Eric Eisner subrepo: removing (and restoring) git subrepo state
Sun, 14 Nov 2010 18:31:29 -0500 Eric Eisner subrepo: update and merge works with any git branch
Sun, 14 Nov 2010 18:22:33 -0500 Eric Eisner subrepo: allow git subrepos to push and merge
Sun, 14 Nov 2010 18:20:13 -0500 Eric Eisner subrepo: cloning and updating of git subrepos
Sun, 14 Nov 2010 18:15:26 -0500 Eric Eisner subrepo: support for adding a git subrepo
Mon, 15 Nov 2010 10:57:49 -0600 Matt Mackall merge with stable
Mon, 15 Nov 2010 10:57:40 -0600 Matt Mackall merge with i18n
Mon, 15 Nov 2010 10:55:54 -0600 Matt Mackall Added signature for changeset 4438875ec01b stable
Mon, 15 Nov 2010 10:55:48 -0600 Matt Mackall Added tag 1.7.1 for changeset 4438875ec01b stable
Mon, 15 Nov 2010 10:55:36 -0600 Matt Mackall merge with stable stable 1.7.1
Sun, 14 Nov 2010 23:32:04 -0200 Wagner Bruna merge with i18n stable
Sun, 14 Nov 2010 23:28:44 -0200 Wagner Bruna i18n-pt_BR: synchronized with 27e4146d9241 stable
Sun, 14 Nov 2010 23:31:50 -0200 Wagner Bruna merge with i18n
Fri, 05 Nov 2010 16:10:38 +0100 Martin Geisler i18n-da: translate small error messages
Mon, 01 Nov 2010 11:05:14 +0100 Martin Geisler i18n-da: synchronize with 15ca4bfecfe3
Sat, 13 Nov 2010 15:57:40 +0100 Martin Geisler merge with stable
Sat, 13 Nov 2010 15:57:12 +0100 Martin Geisler eol: mention the hook in the module docstring stable
Sat, 13 Nov 2010 15:46:51 +0100 Martin Geisler eol: fix win32text encode/decode filter names
Sat, 13 Nov 2010 15:20:37 +0100 Martin Geisler test-win32text: use $TESTTMP in output
Sat, 13 Nov 2010 15:16:50 +0100 Martin Geisler test-win32text: use (esc) lines instead of Python script
Sat, 13 Nov 2010 15:12:09 +0100 Martin Geisler merge with stable
Wed, 10 Nov 2010 20:26:56 +0000 Colin Caughie eol: added filter aliases for backwards compatibility with win32text
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
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip