Sat, 16 Nov 2013 20:44:44 -0500 Add initial test.
Augie Fackler <raf@durin42.com> [Sat, 16 Nov 2013 20:44:44 -0500] rev 797
Add initial test.
Sat, 16 Nov 2013 20:44:37 -0500 Deduplicate markers. Depends on __hash__ and __eq__ on obsolete.marker
Augie Fackler <raf@durin42.com> [Sat, 16 Nov 2013 20:44:37 -0500] rev 796
Deduplicate markers. Depends on __hash__ and __eq__ on obsolete.marker
Sat, 16 Nov 2013 20:43:44 -0500 copy precursor revset from evolve so we don't depend on involve
Augie Fackler <raf@durin42.com> [Sat, 16 Nov 2013 20:43:44 -0500] rev 795
copy precursor revset from evolve so we don't depend on involve
Tue, 03 Sep 2013 21:46:50 +0200 fastobs: details strategies in the main help
Pierre-Yves David <pierre-yves.david@ens-lyon.org> [Tue, 03 Sep 2013 21:46:50 +0200] rev 794
fastobs: details strategies in the main help
Fri, 26 Jul 2013 21:35:56 -0400 fastobs: fix a bunch of stupid errors that prevented it from working at all
Augie Fackler <raf@durin42.com> [Fri, 26 Jul 2013 21:35:56 -0400] rev 793
fastobs: fix a bunch of stupid errors that prevented it from working at all
Fri, 26 Jul 2013 16:08:56 -0400 fastobs: clean up logging a little
Augie Fackler <raf@durin42.com> [Fri, 26 Jul 2013 16:08:56 -0400] rev 792
fastobs: clean up logging a little
Fri, 26 Jul 2013 16:04:40 -0400 fastobs: first commit of an extension to test obsolete marker exchange methods
Augie Fackler <raf@durin42.com> [Fri, 26 Jul 2013 16:04:40 -0400] rev 791
fastobs: first commit of an extension to test obsolete marker exchange methods This currently implements the "fill in the box" approach discussed at the 2.6 sprint, which seems to handle common cases correctly with significantly less data transferred.
Wed, 12 Feb 2014 17:18:50 -0800 drophack: add a new drop hack extension for Matt Mackall usage
Pierre-Yves David <pierre-yves.david@logilab.fr> [Wed, 12 Feb 2014 17:18:50 -0800] rev 790
drophack: add a new drop hack extension for Matt Mackall usage This extension is hacky and not intended for real world usage. See documentation for details.
Tue, 11 Feb 2014 00:02:18 -0600 prune: add biject option
Sean Farley <sean.michael.farley@gmail.com> [Tue, 11 Feb 2014 00:02:18 -0600] rev 789
prune: add biject option This option allows two ranges to be given for successors and precursors such that there is a one-to-one match between each range. Test coverage has been added.
Fri, 07 Feb 2014 09:36:42 +0100 evolve: register a summary hook instead of wrapping the summary command
Simon Heimberg <simohe@besonet.ch> [Fri, 07 Feb 2014 09:36:42 +0100] rev 788
evolve: register a summary hook instead of wrapping the summary command
Wed, 22 Jan 2014 14:30:45 -0800 merge stable into default.
Pierre-Yves David <pierre-yves.david@fb.com> [Wed, 22 Jan 2014 14:30:45 -0800] rev 787
merge stable into default.
Wed, 22 Jan 2014 14:20:50 -0800 doc: improve reference to log --hidden stable
Pierre-Yves David <pierre-yves.david@fb.com> [Wed, 22 Jan 2014 14:20:50 -0800] rev 786
doc: improve reference to log --hidden - glog is not mucha thing anymore - also add a usage exemple
Wed, 22 Jan 2014 14:19:55 -0800 doc: fix trailing white space stable
Pierre-Yves David <pierre-yves.david@fb.com> [Wed, 22 Jan 2014 14:19:55 -0800] rev 785
doc: fix trailing white space
Wed, 22 Jan 2014 14:19:40 -0800 doc: DIE MQ DIE stable
Pierre-Yves David <pierre-yves.david@fb.com> [Wed, 22 Jan 2014 14:19:40 -0800] rev 784
doc: DIE MQ DIE
Wed, 22 Jan 2014 14:19:25 -0800 doc: use --succ in prune help stable
Pierre-Yves David <pierre-yves.david@fb.com> [Wed, 22 Jan 2014 14:19:25 -0800] rev 783
doc: use --succ in prune help --succ is the new only way.
Wed, 22 Jan 2014 14:18:43 -0800 doc: remove referenc to proleferation of hidden commit stable
Pierre-Yves David <pierre-yves.david@fb.com> [Wed, 22 Jan 2014 14:18:43 -0800] rev 782
doc: remove referenc to proleferation of hidden commit This is not much something we try to avoid anymore This changeset is eathenly adding reference to other toubles too.
Wed, 22 Jan 2014 14:14:06 -0800 doc: try to clarify rebase warning stable
Pierre-Yves David <pierre-yves.david@fb.com> [Wed, 22 Jan 2014 14:14:06 -0800] rev 781
doc: try to clarify rebase warning
Wed, 22 Jan 2014 14:13:22 -0800 doc: enhance your fold help stable
Pierre-Yves David <pierre-yves.david@fb.com> [Wed, 22 Jan 2014 14:13:22 -0800] rev 780
doc: enhance your fold help Refer to the two different for of using fold.
Wed, 22 Jan 2014 14:12:44 -0800 doc: refer to previous and next in the gup, gdown help stable
Pierre-Yves David <pierre-yves.david@fb.com> [Wed, 22 Jan 2014 14:12:44 -0800] rev 779
doc: refer to previous and next in the gup, gdown help
Wed, 22 Jan 2014 14:12:07 -0800 doc: replace graft -O with grab stable
Pierre-Yves David <pierre-yves.david@fb.com> [Wed, 22 Jan 2014 14:12:07 -0800] rev 778
doc: replace graft -O with grab
Wed, 22 Jan 2014 14:10:24 -0800 doc: rework how to entry about amend stable
Pierre-Yves David <pierre-yves.david@fb.com> [Wed, 22 Jan 2014 14:10:24 -0800] rev 777
doc: rework how to entry about amend We can recommand the core `hg commit --amend` now. We also drop reference to MQ.
Mon, 20 Jan 2014 10:57:10 +0100 raise util.Abort instead of assertion when trying to evolve a merge changeset.
Arne Babenhauserheide <arne.babenhauserheide@kit.edu> [Mon, 20 Jan 2014 10:57:10 +0100] rev 776
raise util.Abort instead of assertion when trying to evolve a merge changeset. This prevent exposing a nasty traceback to the user.
Thu, 09 Jan 2014 21:46:23 -0800 merge with stable
Pierre-Yves David <pierre-yves.david@fb.com> [Thu, 09 Jan 2014 21:46:23 -0800] rev 775
merge with stable
Thu, 09 Jan 2014 21:37:52 -0800 tutorial: fix note stable
Pierre-Yves David <pierre-yves.david@fb.com> [Thu, 09 Jan 2014 21:37:52 -0800] rev 774
tutorial: fix note We need a double semin colon, otherwise this is a comment.
Thu, 09 Jan 2014 21:21:29 -0800 tutorial: warn about rollback beeing obsolete stable
Pierre-Yves David <pierre-yves.david@fb.com> [Thu, 09 Jan 2014 21:21:29 -0800] rev 773
tutorial: warn about rollback beeing obsolete
Thu, 09 Jan 2014 21:16:09 -0800 tutorial: use grab instead of rebase. stable
Pierre-Yves David <pierre-yves.david@fb.com> [Thu, 09 Jan 2014 21:16:09 -0800] rev 772
tutorial: use grab instead of rebase. grab as now the advantage to move the working directory.
Thu, 09 Jan 2014 21:14:41 -0800 tutorial Clarify "." explanation stable
Pierre-Yves David <pierre-yves.david@fb.com> [Thu, 09 Jan 2014 21:14:41 -0800] rev 771
tutorial Clarify "." explanation
Thu, 09 Jan 2014 21:18:41 -0800 tutorial: update divergent changeset section stable
Pierre-Yves David <pierre-yves.david@fb.com> [Thu, 09 Jan 2014 21:18:41 -0800] rev 770
tutorial: update divergent changeset section Still not there but less fuzy.
Thu, 09 Jan 2014 21:10:42 -0800 tutorial: use long form of argument for the sake of clarity stable
Pierre-Yves David <pierre-yves.david@fb.com> [Thu, 09 Jan 2014 21:10:42 -0800] rev 769
tutorial: use long form of argument for the sake of clarity
Thu, 09 Jan 2014 21:22:41 -0800 tutorial: fix some various typo stable
Pierre-Yves David <pierre-yves.david@fb.com> [Thu, 09 Jan 2014 21:22:41 -0800] rev 768
tutorial: fix some various typo
(0) -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip