- Jan 31, 2008
-
-
Armin Ronacher authored
-
Matt Mackall authored
This eliminates just about all Mercurial dependencies in templater.py
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jan 22, 2008
-
-
Michele Cella authored
-
Michele Cella authored
-
Michele Cella authored
-
- Jan 31, 2008
-
-
Matt Mackall authored
-
- Jan 30, 2008
-
-
Steve Borho authored
-
- Dec 22, 2007
-
-
Jesse Glick authored
While some can function with just some text and an optional command name, others may want a repository object, a ui object, and a file path. Use the enhanced information to good effect in win32text.dumbdecode's warning.
-
- Jan 28, 2008
-
-
Patrick Mezard authored
- Changing data filters implementation is easier, adddatafilter() can rewrap filter after inspecting their prototype - Custom data filters really belongs to localrepo, mixing them with generic wrapper like "pipefilter" or "tempfilter" looks wrong. - util.filtertable should not be accessed from extensions
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
- Jan 26, 2008
-
-
Christian Ebert authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Patrick Mezard authored
Using changed files is enough if whole history is converted. Checkouts are required to restrict the conversion to user-supplied subtree.
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Jesse Glick authored
The prose section of the help text for the command already said that -u and -m are accepted, but -u was not listed in the table of options, and did not work. Useful when accepting patches from other people made by hg diff rather than hg export. For completeness, also accepting -d DATE. [CHANGES: rebased against d8878742a924, --no-commit option.]
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
Thomas Arendsen Hein authored
-
- Jan 25, 2008
-
-
Jesse Glick authored
-
- Jan 26, 2008
-
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
- Jan 22, 2008
-
-
Christian Ebert authored
- actually use iteritems() when we iter over items of a dictionary - store commit hooks in dictionary (safe, as hook.hook() sorts before execution)
-
- Jan 23, 2008
-
-
Christian Ebert authored
-
- Jan 25, 2008
-
-
Bryan O'Sullivan authored
-
- Jan 09, 2008
-
-
Jesse Glick authored
-
- Jan 25, 2008
-
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
AKA: Remind Thomas to run tests even after trivial changes.
-
Thomas Arendsen Hein authored
-
Steve Borho authored
-
Steve Borho authored
Graph a filelog's DAG, e.g.: hg glog mercurial/util.py
-