log

age author description
Thu, 06 Feb 2014 17:42:08 -0800 Lucas Moscovicz revset: added basic operators to orderedlazyset
Thu, 06 Feb 2014 09:28:41 -0800 Lucas Moscovicz revset: changed revset code to use filter method
Thu, 06 Feb 2014 17:18:11 -0800 Lucas Moscovicz revset: added filter method to revset classes
Wed, 05 Feb 2014 15:24:08 -0800 Lucas Moscovicz revset: added orderedlazyset class
Thu, 27 Feb 2014 23:17:37 -0600 Matt Mackall config: make repo optional again
Fri, 28 Feb 2014 02:28:12 +0100 Olle Lundberg merge: fix spelling of length
Mon, 10 Feb 2014 07:13:10 +0400 Alexander Drozdov ui: edit(): transplant: set HGREVISION environment variable for an editor
Thu, 06 Feb 2014 12:21:20 +0400 Alexander Drozdov ui: edit(): rebase, graft: set HGREVISION environment variable for an editor
Thu, 06 Feb 2014 10:15:20 +0400 Alexander Drozdov cmdutil: make commitforceeditor() to pass revision extras to ui.edit()
Thu, 06 Feb 2014 11:38:28 +0400 Alexander Drozdov ui: allow edit() to work with revision extras
Fri, 14 Feb 2014 00:36:44 +0100 Simon Heimberg tests: glob match has a glob character for not getting a warning on windows
Sun, 16 Feb 2014 23:41:24 +0100 Simon Heimberg run-tests: fixed warn detection on failures with too many output
Sun, 16 Feb 2014 23:36:02 +0100 Simon Heimberg run-tests: fixed warn detection on detecting warn only for lines
Thu, 27 Feb 2014 20:01:28 -0800 Pierre-Yves David obsolete: extract encoding of marker for pushkey from the list key function
Wed, 19 Feb 2014 13:46:49 -0800 Danek Duvall solaris: diff -u emits "No differences encountered"
Fri, 14 Feb 2014 00:34:20 +0100 Simon Heimberg rebase: do not raise an UnboundLocalError when called wrong (issue4106)
Thu, 27 Feb 2014 19:56:36 -0800 Siddharth Agarwal exchange: fix docs for pulloperation
Thu, 27 Feb 2014 18:57:03 -0600 Matt Mackall merge with stable
Tue, 25 Feb 2014 18:45:01 -0800 Pierre-Yves David resolve: use "other" changeset from merge state (issue4163) stable
Tue, 25 Feb 2014 18:54:47 -0800 Pierre-Yves David merge: add "other" file node in the merge state file stable
Thu, 27 Feb 2014 14:14:57 -0800 Pierre-Yves David merge: infer the "other" changeset when falling back to v1 format stable
Tue, 25 Feb 2014 18:42:11 -0800 Pierre-Yves David merge: record the "other" node in merge state stable
Tue, 25 Feb 2014 18:37:06 -0800 Pierre-Yves David merge: introduce new format for the state file stable
Thu, 27 Feb 2014 12:59:41 -0800 Pierre-Yves David merge: change the merge state serialisation to use a record based logic stable
Tue, 25 Feb 2014 17:14:49 -0800 Pierre-Yves David merge: move merge state file path into a constant stable
Thu, 13 Feb 2014 09:18:16 -0800 Lucas Moscovicz revset: changed spanset __add__ implementation to work lazily
Thu, 13 Feb 2014 09:00:25 -0800 Lucas Moscovicz revset: changed lazyset __add__ implementation to work lazily
Tue, 25 Feb 2014 10:32:54 -0800 Pierre-Yves David obsstore: add a __len__ method
Tue, 25 Feb 2014 10:21:54 -0800 Pierre-Yves David obsstore: `create` method return True if a marker is actually added
Thu, 27 Feb 2014 15:31:44 -0600 Matt Mackall merge with crew