Graph
-
Fix a typo in a docstring.2011-01-22, by Steve Losh
-
Add the topindex keyword from Justin Lebar.2011-01-13, by Steve Losh
-
Alphabetize functions.2010-07-06, by Steve Losh
-
Add the {queue} keyword.2010-07-06, by Steve Losh
-
Add the {closed} keyword.2010-07-05, by Steve Losh
-
prompt: fix a typo in the help2010-06-22, by Steve Losh
-
docs: fix a typo2010-06-22, by Steve Losh
-
Strip whitespace.2010-06-22, by Steve Losh
-
Mention the count filter in the docs.2010-06-22, by Steve Losh
-
Add the count filter to count revsets.2010-06-22, by Steve Losh
-
Change a variable name to match the rest.2010-04-23, by Steve Losh
-
Changed how 'unapplied' patch collection is calculated to handle guarded patches2010-04-22, by Iain Lowe
-
Update the bookmark fix to be backwards compatible.2010-01-21, by Steve Losh
-
fix hg-prompt to work with Mercurial 1.42010-01-20, by Benjamin Pollack
-
Fix the installation docs.2010-01-10, by Steve Losh
-
Adjust the screenshot URL.2010-01-10, by Steve Losh
-
Fix line-wrapping in the docs.2010-01-09, by Steve Losh
-
Make the monospaced font in the docs Monaco by default.2010-01-09, by Steve Losh
-
Document the --angle-brackets option.2010-01-09, by Steve Losh
-
Add the --angle-brackets option to keep zsh users sane.2010-01-09, by Steve Losh
-
Update the docs to work with the new version of Markdoc.2009-12-16, by Steve Losh
-
Add a few sample prompts to the documentation.2009-12-02, by Steve Losh
-
Prevent {update} from crashing in empty repos.2009-12-01, by Steve Losh
-
Add tests for {update}.2009-12-01, by Steve Losh
-
Add tests for {tip}.2009-12-01, by Steve Losh
-
Add tests for {rev}.2009-11-27, by Steve Losh
-
Add more unit tests and refactor some existing ones.2009-11-27, by Steve Losh
-
Start adding some unit tests.2009-11-27, by Steve Losh
-
Clean up the output group handling.2009-11-27, by Steve Losh
-
Replace the any* and nondefault filters with a quiet filter.2009-11-27, by Steve Losh
-
- Add |anyapplied, |anyunapplied, |anycount, and |nondefault filters.2009-11-27, by Jason Harris
-
Added tag 0.2 for changeset a6ec48f039852009-11-25, by Steve Losh
-
Split the keyword help into its own topic.2009-11-25, by Steve Losh
-
Revamp the README to point to the docs.2009-11-25, by Steve Losh
-
Update the docs to include the {patches} keyword.2009-11-25, by Steve Losh
-
Add the post and pre filters for patches.2009-11-25, by Steve Losh
-
Add more patches filters, and reformat the regexes.2009-11-25, by Steve Losh
-
Add the |reverse filter for patches.2009-11-25, by Steve Losh
-
Mention {patches} in the README and help.2009-11-25, by Steve Losh
-
Add a very simple {patches} keyword.2009-11-25, by Steve Losh
-
Add some utility methods for parsing filters.2009-11-25, by Steve Losh
-
Add some styles for the docs.2009-11-20, by Steve Losh
-
Create the documentation (using markdoc).2009-11-20, by Steve Losh
-
Convert help text to reST format.2009-11-08, by Martin Geisler
-
Add documentation for the {tip} keyword.2009-11-08, by Steve Losh
-
Fix a possible edge-case bug with {tip}.2009-11-08, by Steve Losh
-
Add a {tip} keyword.2009-11-08, by Steve Losh
-
sync readme with added keywords2009-10-04, by Kevin Bullock
-
add mq support2009-10-04, by Kevin Bullock
-
Make {rev} behave correctly for some corner cases.2009-09-30, by Steve Losh
-
Fix grammatical stuff in the help text.2009-09-27, by Steve Losh
-
Fix grammatical stuff in the README.2009-09-27, by Steve Losh
-
Add documentation for the new filters.2009-09-27, by Steve Losh
-
Add modified and ignored filters to the status keyword.2009-09-27, by Steve Losh
-
Add a bit of Markdown to the latest documentation change.2009-09-10, by Steve Losh
-
Add documentation for the {tags} keyword.2009-09-10, by Steve Losh
-
Add a {tags} keyword.2009-09-10, by Steve Losh
-
Wrap push and pull to delete the prompt caches.2009-08-08, by Steve Losh
-
Fixed the markdown for the borked links in the README (thanks pjv).2009-07-25, by Steve Losh
-
Add documentation for {node}.2009-07-23, by Steve Losh
-
Add the {node} keyword.2009-07-23, by Steve Losh
-
Change the keywords section description.2009-07-23, by Steve Losh
-
Clarify the Python requirement.2009-07-23, by Steve Losh
-
Add documentation for {rev} and {rev|merge}.2009-07-23, by Steve Losh
-
Add the {rev} and {rev|merge} keywords.2009-07-23, by Steve Losh
-
Fix the Markdown error in the last commit.2009-07-23, by Steve Losh
-
Add the documentation for the {update} keyword.2009-07-23, by Steve Losh
-
Add the {update} keyword.2009-07-23, by Steve Losh
-
Reorder the patterns (almost) alphabetically.2009-07-23, by Steve Losh
-
Update the documentation to mention pjv's tasks keyword.2009-07-23, by Steve Losh
-
Import the with statement all the time. There are no ill effects on 2.6+.2009-07-23, by Steve Losh
-
added task keyword2009-07-23, by pjv
-
Add a requirements section.2009-07-16, by Steve Losh
-
Add another example to the README.2009-07-15, by Steve Losh
-
Update the documentation to include the cache information.2009-07-15, by Steve Losh
-
Redirect the subprocess' output to /dev/null in a filthy, filthy way.2009-07-15, by Steve Losh
-
Touch the cache if it does not exist to prevent multiple forks.2009-07-15, by Steve Losh
-
Implement the {outgoing} caching. Still needs new documentation.2009-07-15, by Steve Losh
-
Refactor the _incoming functionality into something that outgoing can share.2009-07-15, by Steve Losh
-
Create the cache directory if necessary.2009-07-15, by Steve Losh
-
Add timestamp checking so caching doesn't hammer remote repos.2009-07-15, by Steve Losh
-
Refactor {incoming} to use a cache.2009-07-15, by Steve Losh
-
Minor formatting issues.2009-07-15, by Steve Losh
-
Add {incoming} and {outgoing} keywords. These will be *slow*.2009-07-15, by Steve Losh
-
Fix the bald-faced lie in the documentation.2009-07-14, by Steve Losh
-
Edit the documentation slightly.2009-07-14, by Steve Losh
-
Add the documentation for the root and root|basename keywords.2009-07-14, by Steve Losh
-
Add the root and root|basename keywords.2009-07-14, by Steve Losh
-
Fix the typo in the help text.2009-07-14, by Steve Losh
-
Fix another issue in the README.2009-07-06, by Steve Losh
-
Fix a few issues in the README.2009-07-04, by Steve Losh
-
Check the dirstate to get the branch (fixes issue 2).2009-06-25, by Steve Losh
-
Change wording.2009-06-20, by Steve Losh
-
Add formatting to the list of keywords.2009-06-20, by Steve Losh
-
Fix a typo.2009-06-20, by Steve Losh
-
Clean up README formatting.2009-06-20, by Steve Losh
-
Added tag 0.1 for changeset d390b5e271912009-06-20, by Steve Losh
-
Add more to the README.2009-06-20, by Steve Losh
-
Try syntax highlighting on BitBucket.2009-06-20, by Steve Losh
-
Added more to the README.2009-06-20, by Steve Losh
-
Fix the README preamble.2009-06-20, by Steve Losh
-
Flesh out the README much more.2009-06-20, by Steve Losh
-
Add a bare README.2009-06-20, by Steve Losh
-
Rename the with_groups function to something more private.2009-06-20, by Steve Losh
-
Add some documentation.2009-06-20, by Steve Losh
-
Add the stripping-if-empty functionality.2009-06-20, by Steve Losh
-
Add enough to make it usable.2009-06-19, by Steve Losh
-
Add two tags.2009-06-19, by Steve Losh
-
Add some very bare functionality.2009-06-19, by Steve Losh
-
Add a bare base file.2009-06-19, by Steve Losh
-
Empty commit.2009-06-19, by Steve Losh