Mercurial
Mercurial
>
test
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-240
+240
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
(stable) merge with default
stable
2008-11-26, by Christian Ebert
Do not shadow builtin format (detected by pychecker)
2008-11-25, by Christian Ebert
(stable) merge with default
stable
2008-11-25, by Christian Ebert
keyword: move common code out of commit condition
2008-11-14, by Christian Ebert
Merge with stable
2008-11-14, by Christian Ebert
keyword: be more efficient about ctx usage
stable
2008-11-14, by Dirkjan Ochtman
cmdutil: use change contexts for cset-printer and cset-templater
stable
2008-11-14, by Dirkjan Ochtman
Merge with stable
2008-11-03, by Christian Ebert
patch: turn patch.diff() into a generator
stable
2008-11-03, by Dirkjan Ochtman
Merge with stable
2008-10-23, by Christian Ebert
extensions: use new wrapper functions
stable
2008-10-22, by Matt Mackall
Merge with stable
2008-10-18, by Christian Ebert
help: better documentation intro for a few extensions
stable
2008-10-18, by Dirkjan Ochtman
show enabled extensions in hg help
stable
2008-10-18, by Dirkjan Ochtman
untest
2008-10-15, by Peter Gervai
cross them fingahs
2008-10-15, by Peter Gervai
Merge with stable
2008-09-02, by Christian Ebert
fix test output broken by a04d8cadb6af
stable
2008-09-02, by Benoit Boissinot
Merge with stable
2008-08-24, by Christian Ebert
Have verbose and debug flag print the changeset rev and hash when committing.
stable
2008-08-22, by Gilles Moris
Backed out changeset d557749c627a
stable
2008-08-24, by Patrick Mezard
(0.9.2compat) remove new verbose commit message for backwards compatibility
0.9.2compat
2008-08-24, by Christian Ebert
(stable) merge with default
stable
2008-08-24, by Christian Ebert
Have verbose flag print the changeset hash when committing
stable
2008-08-22, by Gilles Moris
(0.9.2compat) add merge, resolve to restricted
0.9.2compat
2008-08-22, by Christian Ebert
Avoid additional conflicts during merge/resolve
2008-08-22, by Christian Ebert
(stable) merge with default
stable
2008-08-21, by Christian Ebert
(0.9.2compat) fix test compatibility
0.9.2compat
2008-08-21, by Christian Ebert
Thorough hgweb testing
2008-08-21, by Christian Ebert
(stable) merge with default
stable
2008-08-07, by Christian Ebert
(0.9.2compat) add verify to nokwcommands
0.9.2compat
2008-07-30, by Christian Ebert
Add verify to nokwcommands after refactor in e79a8f36c2a5
2008-07-30, by Christian Ebert
(0.9.2compat) context, status refactor keeping backwards compatible fallback
0.9.2compat
2008-06-30, by Christian Ebert
(0.9.2compat) ddb8a222249b is backwards compatible
0.9.2compat
2008-06-30, by Christian Ebert
Merge with stable
2008-06-28, by Christian Ebert
util: add sort helper
stable
2008-06-27, by Matt Mackall
status: clean up all users for unknown files
stable
2008-06-27, by Matt Mackall
repo.status: eliminate list_
stable
2008-06-26, by Matt Mackall
add __len__ and __iter__ methods to repo and revlog
stable
2008-06-26, by Matt Mackall
manifest: remove execf/linkf methods
stable
2008-06-26, by Matt Mackall
use repo[changeid] to get a changectx
stable
2008-06-26, by Matt Mackall
simplify flag handling
stable
2008-06-26, by Matt Mackall
use repo.changectx(None) to get a workingctx
stable
2008-06-26, by Matt Mackall
context: avoid using None for working parent
stable
2008-06-25, by Matt Mackall
use repo.changectx rather than context.changectx
stable
2008-06-25, by Matt Mackall
(stable) mimic cmdutil.bail_if_changed even more
stable
2008-06-12, by Christian Ebert
(0.9.2compat) secure keyword arguments in backwards compatible wrappers
0.9.2compat
2008-06-13, by Christian Ebert
keyword: disable expansion for annotate
stable
2008-06-12, by Christian Ebert
(0.9.2compat) disable expansion for annotate
0.9.2compat
2008-06-12, by Christian Ebert
keyword: disable expansion for annotate
2008-06-12, by Christian Ebert
Merge after backout
2008-06-12, by Christian Ebert
Backed out changeset 10ebb9f44b99
2008-06-12, by Christian Ebert
(0.9.2compat) get some changes from default branch
0.9.2compat
2008-06-06, by Christian Ebert
keyword: mimic cmdutil.bail_if_changed even more
2008-06-06, by Christian Ebert
keyword: use dirstate.parents to obtain current first parent
2008-06-01, by Christian Ebert
keyword: monkeypatch dispatch._runcommand instead of _parse
2008-06-01, by Christian Ebert
(stable) merge with default to fix import from crew
stable
2008-05-14, by Christian Ebert
Incorporate latest changes in backwards compatible way
0.9.2compat
2008-05-14, by Christian Ebert
Fix arguments for patch.diff monkey
2008-05-14, by Christian Ebert
Merge with stable
2008-05-13, by Christian Ebert
(stable) ignore .DS_Store
stable
2008-05-13, by Christian Ebert
match: remove files arg from repo.status and friends
stable
2008-05-12, by Matt Mackall
match: remove files argument from patch.diff
stable
2008-05-12, by Matt Mackall
walk: remove remaining users of cmdutils.matchpats
stable
2008-05-12, by Matt Mackall
Merge with stable
2008-04-10, by Christian Ebert
(stable) patches from default in 4b2c266bf059
stable
2008-04-10, by Christian Ebert
(0.9.2compat) backwards compatible changes from default
0.9.2compat
2008-04-09, by Christian Ebert
Reduce opt=arg syntax even more
2008-04-09, by Christian Ebert
Check for '\0' in entire data before acting
2008-04-09, by Christian Ebert
Make overwrite() arguments mandatory
2008-04-07, by Christian Ebert
Compact argument passing to wrapped methods
2008-04-07, by Christian Ebert
Privatize remaining monkeypatches by moving them into reposetup
2008-04-07, by Christian Ebert
Collect filename patterns, wrap dispatch._parse in uisetup
2008-04-07, by Christian Ebert
Merge with stable
2008-03-31, by Christian Ebert
Adapt to new webcommands with "clean" monkey patches
2008-03-31, by Christian Ebert
(0.9.2compat) fix and simplify webcommands monkey
0.9.2compat
2008-03-31, by Christian Ebert
(0.9.2compat) add test for web changeset
0.9.2compat
2008-03-30, by Christian Ebert
(0.9.2compat) fix webcommand monkey patches, and adapt to most recent changes
0.9.2compat
2008-03-30, by Christian Ebert
(0.9.2compat) no conditional for web file match disabling
0.9.2compat
2008-03-30, by Christian Ebert
hgweb: refactor hgweb code
stable
2008-03-28, by Dirkjan Ochtman
Merge with stable
2008-03-23, by Christian Ebert
tests: add tests for hgweb to test-keyword
stable
2008-03-22, by Dirkjan Ochtman
Merge with stable
2008-03-21, by Christian Ebert
clone: print "updating working directory" status message
stable
2008-03-21, by Adrian Buehlmann
tests: remove some unnecessary sleeps
stable
2008-03-20, by Matt Mackall
Ignore .DS_Store
2008-03-11, by Christian Ebert
(0.9.2compat) ignore .DS_Store
0.9.2compat
2008-03-11, by Christian Ebert
Merge with stable
2008-03-07, by Christian Ebert
(0.9.2compat) expand * import
0.9.2compat
2008-03-07, by Christian Ebert
Expand import * to allow Pyflakes to find problems
stable
2008-03-06, by Joel Rosdahl
(0.9.2compat) get fix from stable branch
0.9.2compat
2008-02-22, by Christian Ebert
keyword: remove "identify" and "remove" from nokwcommands
stable
2008-02-21, by Alexis S. L. Carvalho
Merge stable with default
stable
2008-02-15, by Christian Ebert
(0.9.2compat) incorporate changes from default branch
0.9.2compat
2008-02-15, by Christian Ebert
Rename kwx to kwtools
2008-02-15, by Christian Ebert
Fix getnode doc, add doc for patch.diff monkey
2008-02-15, by Christian Ebert
(0.9.2compat) FIX typo in hgweb monkeys
0.9.2compat
2008-02-14, by Christian Ebert
Remove whitespace at eol
2008-02-14, by Christian Ebert
(0.9.2compat) remove whitespace at eol
0.9.2compat
2008-02-14, by Christian Ebert
(0.9.2compat) get changes from default branch
0.9.2compat
2008-02-14, by Christian Ebert
Do not inspect node1 for diff if node2 is given
2008-02-14, by Christian Ebert
Add test for patch.diff monkey
2008-02-14, by Christian Ebert
Make main class and hg command accessible
2008-02-14, by Christian Ebert
Move expand/shrink decisions into kwtemplater
2008-02-14, by Christian Ebert
Remove obsolete variable declaration
2008-02-14, by Christian Ebert
Merge with stable
2008-02-14, by Christian Ebert
Monkeypatch patch.diff for non-interactive diffs
stable
2008-02-13, by Christian Ebert
(stable) merge with default branch
stable
2008-02-12, by Christian Ebert
(0.9.2compat) add glog to nokwcommands
0.9.2compat
2008-02-12, by Christian Ebert
Add glog to nokwcommands
2008-02-12, by Christian Ebert
(0.9.2compat) use different names for web methods
0.9.2compat
2008-02-10, by Christian Ebert
(0.9.2compat) web as in default where possible
0.9.2compat
2008-02-10, by Christian Ebert
Switch off expansion for web diffs
2008-02-10, by Christian Ebert
(0.9.2compat) incorporate changes from default branch
0.9.2compat
2008-02-10, by Christian Ebert
Make restrict entirely a kwtemplater attribute
2008-02-10, by Christian Ebert
keyword: declare globals in a more compact way
2008-02-10, by Christian Ebert
keyword: avoid os import by using util.splitpath
2008-02-10, by Christian Ebert
Merge with stable
2008-02-09, by Christian Ebert
test-keyword: make it run under Windows
stable
2008-02-09, by Patrick Mezard
keyword: fix symlink detection under Windows
stable
2008-02-09, by Patrick Mezard
keyword: fix mq repository detection under Windows
stable
2008-02-09, by Patrick Mezard
(stable) merge with default branch
stable
2008-02-09, by Christian Ebert
(0.9.2compat) make patchfile monkey work with 0.9.5
0.9.2compat
2008-02-09, by Christian Ebert
(0.9.2compat) incorporate changes from default branch
0.9.2compat
2008-02-08, by Christian Ebert
Ignore everything starting with .hg
2008-02-07, by Christian Ebert
Monkeypatch dispatch._parse to avoid running it twice
2008-02-07, by Christian Ebert
Do not set up kwrepo when pulling from bundlerepo
2008-02-07, by Christian Ebert
Fix pychecker warning about shadowed variable
2008-02-06, by Christian Ebert
Safeguard anything under .hg, and the .hg_archival.txt file
2008-02-06, by Christian Ebert
Prevent expansion in queue repo and for email
2008-02-06, by Christian Ebert
(0.9.2compat) discard wread/wwrite approach
0.9.2compat
2008-02-06, by Christian Ebert
(0.9.2compat) get changes from stable branch
0.9.2compat
2008-02-06, by Christian Ebert
Discard wread/wwrite approach, merge with stable
2008-02-06, by Christian Ebert
Fix filewise expansion for hgweb
2008-02-06, by Christian Ebert
Test unbundle null revision containing empty symlink
2008-02-06, by Christian Ebert
keyword: fix my string pasting thinko
stable
2008-02-05, by Matt Mackall
Make nokwcommands, restricted string variables at top level
stable
2008-02-05, by Christian Ebert
Split line continuation in 2 steps (style)
stable
2008-02-05, by Christian Ebert
Add empty_ok argument to kwrepo.commit
stable
2008-02-05, by Christian Ebert
Allow keyword expansion on clone
stable
2008-02-05, by Christian Ebert
(0.9.2compat) expand keywords in raw web output, and other changes from default branch
0.9.2compat
2008-02-05, by Christian Ebert
Remove obsolete test message
2008-02-05, by Christian Ebert
Fix web output: expand to requested rev; kwcat: wrap cat, avoid filelog subclass
2008-02-05, by Christian Ebert
Expand keywords in hgweb rawfile output
2008-02-05, by Christian Ebert
(0.9.2compat) use templatefilters module if available; bail out in mq dir
0.9.2compat
2008-01-31, by Christian Ebert
Disable expansion in mq directory; add test for qcommit
2008-02-05, by Christian Ebert
Adapt to templatefilters module splitoff
2008-02-01, by Christian Ebert
templates: move filters to their own module
stable
2008-01-31, by Matt Mackall
Ensure that absolutized paths from hgrc do not contain ../ segments.
stable
2008-01-08, by Jesse Glick
stable branch: reflects latest Mercurial upstream state
stable
2008-02-01, by Christian Ebert
(0.9.2compat) clean import handling when patchfile class available
0.9.2compat
2008-01-31, by Christian Ebert
(0.9.2compat) restructure based on wwread/wwrite methods as in default branch
0.9.2compat
2008-01-30, by Christian Ebert
Handle LookupError eg. for hg convert
2008-01-30, by Christian Ebert
Add empty_ok argument to commit
2008-01-29, by Christian Ebert
Update test using kwcat
2008-01-29, by Christian Ebert
Implement kwcat command
2008-01-29, by Christian Ebert
Make kwtemplater kwrepo attribute instead of global variable
2008-01-29, by Christian Ebert
Refactor overriding wread, wwrite, wwritedata repo methods
2008-01-29, by Christian Ebert
(0.9.2compat) fix external hook as in default branch
0.9.2compat
2008-01-25, by Christian Ebert
Return silently when external command triggers error
2008-01-25, by Christian Ebert
(0.9.2compat) implement external call handle and hook
0.9.2compat
2008-01-23, by Christian Ebert
Implement handle and hook for external callers
2008-01-23, by Christian Ebert
Get changes from default branch; update test output
0.9.2compat
2008-01-23, by Christian Ebert
Detect restricted commands thru variable
2008-01-23, by Christian Ebert
Improve use of dictionaries
2008-01-23, by Christian Ebert
bugfix: avoid expansion with qfold
2008-01-23, by Christian Ebert
Prefer item in dict over dict.has_key(item)
2008-01-20, by Christian Ebert
(0.9.2compat) get mq support, improved diff output from default branch
0.9.2compat
2008-01-19, by Christian Ebert
Add a very simple mq test
2008-01-16, by Christian Ebert
Avoid extra diffs when not comparing against working dir
2008-01-16, by Christian Ebert
Implement support for mq; handle (q)record more gracefully
2008-01-15, by Christian Ebert
(0.9.2compat) get changes from default branch
0.9.2compat
2008-01-14, by Christian Ebert
Merge Solaris test compatibility
2008-01-14, by Christian Ebert
Solaris compatibility fixes for test-keyword:
2008-01-14, by Thomas Arendsen Hein
Test that expansion is done filewise
2008-01-11, by Christian Ebert
Fix some doc strings; update copyright
2008-01-11, by Christian Ebert
(0.9.2compat) test: avoid "sed -i" in commented rejecttest
0.9.2compat
2008-01-09, by Christian Ebert
Don't use the -i option with sed
2008-01-09, by Will Maier
(0.9.2compat) Get bugfix from default branch
0.9.2compat
2008-01-09, by Christian Ebert
Suppress keyword expansion for log commands
2008-01-09, by Christian Ebert
fix: only set general changenode for kwtemplater when committing
2008-01-09, by Christian Ebert
(0.9.2compat) obtain simplifications from default branch
0.9.2compat
2008-01-07, by Christian Ebert
Just add unknown kwfiles candidates when untracked option is given
2008-01-07, by Christian Ebert
Simplify temporary ui.quiet setting in kwdemo
2008-01-07, by Christian Ebert
(0.9.2compat) test: redirect "cd -" output to /dev/null
0.9.2compat
2008-01-05, by Christian Ebert
test: redirect all "cd -" output to /dev/null
2008-01-05, by Christian Ebert
(0.9.2compat) add rejecttest as comment, as it is not working in this branch
0.9.2compat
2008-01-04, by Christian Ebert
test: rename (misleading) conflicttest to rejecttest
2008-01-04, by Christian Ebert
(0.9.2compat) get backwards compatible changes from default branch
0.9.2compat
2008-01-04, by Christian Ebert
README: fix help instruction
2008-01-04, by Christian Ebert
Compress kwfstats intitialization
2008-01-02, by Christian Ebert
Always opts.get to be on safe side
2008-01-02, by Christian Ebert
Make command line check even more private
2008-01-01, by Christian Ebert
Turn patch.patchfile.__init__ monkeypatch into a wrapper
2007-12-29, by Christian Ebert
Test potential import conflict
2007-12-21, by Christian Ebert
Avoid import and merge conflicts caused by expanded keywords
2007-12-21, by Christian Ebert
Do not pass global _kwtemplater around in arguments
2007-12-20, by Christian Ebert
Remove spurious echo from test
2007-12-20, by Christian Ebert
(0.9.2compat) use updated fancyopts from 88803a69b24a
0.9.2compat
2007-12-17, by Christian Ebert
(0.9.2compat) implement context based changes from default branch
0.9.2compat
2007-12-04, by Christian Ebert
Reintroduce _iskwfile with link method as argument
2007-12-02, by Christian Ebert
Make path format output switches more compact
2007-12-02, by Christian Ebert
Set kwtemplater.path at kwfilelog initialization
2007-12-02, by Christian Ebert
Refactor to initialize kwtemplater only once during reposetup
2007-12-01, by Christian Ebert
Rename kwtemplater.t to kwtemplater.ct
2007-12-01, by Christian Ebert
Test that commit hooks are not run on interrupted commit
2007-12-01, by Christian Ebert
Do not run commit hooks if there is no node
2007-12-01, by Christian Ebert
(0.9.2compat) do not bother about debug templates
0.9.2compat
2007-11-26, by Christian Ebert
Do not test debug templates
2007-11-26, by Christian Ebert
Make match object function private to kwtemplater.substitute
2007-11-26, by Christian Ebert
Do not bother about debug templates
2007-11-26, by Christian Ebert
(0.9.2compat) kwfiles print code similar to commands.status
0.9.2compat
2007-11-14, by Christian Ebert
kwfiles print code similar to commands.status
2007-11-14, by Christian Ebert
Rearrange commit hook hack
2007-11-13, by Christian Ebert
Commit hook handling entirely into if-condition
2007-11-11, by Christian Ebert
(0.9.2compat) update doc strings
0.9.2compat
2007-11-10, by Christian Ebert
Add commit hook test
2007-11-10, by Christian Ebert
Postpone commit hooks until keywords are expanded
2007-11-10, by Christian Ebert
Avoid dispatch import, revert to simple argument parser
2007-11-08, by Christian Ebert
(0.9.2compat) avoid dispatch import, revert to simple argument parser
0.9.2compat
2007-11-08, by Christian Ebert
Make keyword against current Mercurial available as standalone extension
2007-11-07, by Christian Ebert
Branch off backwards compatible version
0.9.2compat
2007-11-07, by Christian Ebert
Avoid name conflict with dispatch package(s)
2007-11-06, by Christian Ebert
Add convert to nokwcommands (fix issue802)
2007-10-29, by Christian Ebert
Check if there candidates before _overwrite
2007-10-24, by Christian Ebert
Arrange commands and cmdtable in alphabetical order
2007-10-24, by Christian Ebert
Tell user that kwexpand/kwshrink do not run if given files contain changes
2007-10-23, by Christian Ebert
Respect Mercurial conventions in kwdemo help
2007-10-23, by Christian Ebert
Obtaining cwd redundant in pathto wrapper
2007-10-19, by Christian Ebert
Detailed test of kwexpand/kwshrink w/ file arguments
2007-10-19, by Christian Ebert
Revert to using status for kw-commands
2007-10-19, by Christian Ebert
Test if warning about non-existing files is triggered
2007-10-19, by Christian Ebert
cwd optional argument of _pathto to simplify _kwfwrite
2007-10-18, by Christian Ebert
Use pathto to display nonexisting files
2007-10-17, by Christian Ebert
kwexpand/kwshrink: warn about nonexisting files
2007-10-17, by Christian Ebert
_overwrite method for kwrepo.commit, kwexpand, kwshrink
2007-10-17, by Christian Ebert
Sort files before overwriting
2007-10-17, by Christian Ebert
_iskwfile checking method for kwrepo.commit, kwexpand/kwshrink
2007-10-17, by Christian Ebert
Walk manifest in kwexpand/kwshrink
2007-10-17, by Christian Ebert
For overwriting commands use node and manifest to speed up walk
2007-10-15, by Christian Ebert
less
more
|
(0)
-240
+240
tip