Sat, 30 Oct 2010 12:13:52 -0500 |
Matt Mackall |
commit: handle missing newline on last commit comment
stable
|
Thu, 28 Oct 2010 21:25:53 +0200 |
Patrick Mezard |
patch: fix copies when patching over uncommitted changed (issue2459)
stable
|
Wed, 20 Oct 2010 12:29:41 -0200 |
Wagner Bruna |
cmdutil: mark string for i18n
|
Sun, 10 Oct 2010 10:06:36 -0500 |
Augie Fackler |
termwidth: move to ui.ui from util
|
Fri, 08 Oct 2010 14:02:23 -0500 |
Brodie Rao |
cat: fix cat without -r, broken by 0ae35296fbf4
|
Thu, 07 Oct 2010 18:24:29 -0500 |
Matt Mackall |
revsets: introduce revsingle helper
|
Thu, 07 Oct 2010 18:05:04 -0500 |
Matt Mackall |
revsets: make revpair revsets-aware
|
Mon, 20 Sep 2010 22:41:10 +0200 |
Patrick Mezard |
Restore lexists() changes lost in e0ee3e822a9a merge
|
Mon, 20 Sep 2010 22:29:13 +0200 |
Patrick Mezard |
Merge with stable
|
Mon, 20 Sep 2010 21:46:39 +0200 |
Patrick Mezard |
rename: do not overwrite existing broken symlinks
stable
|
Mon, 13 Sep 2010 13:09:20 +0200 |
Martin Geisler |
add: recurse into subrepositories with --subrepos/-S flag
|
Mon, 13 Sep 2010 13:09:11 +0200 |
Martin Geisler |
add: move main part to cmdutil to make it easier to reuse
|
Mon, 13 Sep 2010 13:08:09 +0200 |
Martin Geisler |
patch: break import cycle with cmdutil
|
Fri, 10 Sep 2010 22:52:00 +0200 |
Patrick Mezard |
subrepos: handle diff nodeids in subrepos, not before
|
Tue, 07 Sep 2010 16:34:07 +0200 |
Martin Geisler |
subrepos: add function for iterating over ctx subrepos
|
Tue, 07 Sep 2010 16:23:55 +0200 |
Martin Geisler |
subrepos: handle modified but uncommitted .hgsub
|
Fri, 03 Sep 2010 12:58:51 +0200 |
Martin Geisler |
diff: recurse into subrepositories with --subrepos/-S flag
|
Fri, 03 Sep 2010 12:58:51 +0200 |
Martin Geisler |
cmdutil: use repo.auditor when constructing match object
|
Mon, 30 Aug 2010 14:38:24 +0200 |
Martin Geisler |
Consistently import foo as foomod when foo to avoid shadowing
|
Wed, 25 Aug 2010 16:23:32 +0200 |
Martin Geisler |
util: remove lexists, Python 2.4 introduced os.path.lexists
|
Tue, 17 Aug 2010 17:44:19 -0500 |
Matt Mackall |
merge with stable
|
Fri, 13 Aug 2010 14:29:30 +0800 |
Alecs King |
log: fix the bug 'hg log --stat -p == hg log --stat'
stable
|
Sun, 15 Aug 2010 23:38:00 +0900 |
Nicolas Dumazet |
cmdutil: code simplification
|
Sun, 15 Aug 2010 23:17:53 +0900 |
Nicolas Dumazet |
log: do not --follow file that is deleted and recreated later (issue732)
|
Thu, 12 Aug 2010 18:00:41 +0200 |
Martin Geisler |
cmdutil: remove unnecessary parenthesis
|
Tue, 20 Jul 2010 14:42:05 +0900 |
Nicolas Dumazet |
log: do not redefine cachefunc in walkchangerevs
|
Wed, 21 Jul 2010 09:43:45 +0200 |
Martin Geisler |
cmdutils: fix code style
|
Tue, 20 Jul 2010 14:32:33 +0900 |
Nicolas Dumazet |
log: document the different phases in walkchangerevs
|
Tue, 20 Jul 2010 14:13:33 +0900 |
Nicolas Dumazet |
log: slowpath: only walk specified revision range during preparation
|
Mon, 19 Jul 2010 00:41:41 +0200 |
Martin Geisler |
cmdutil: fix accidental name clash with revrange function
|