Show More
@@ -923,6 +923,17 b' the following entries.' | |||
|
923 | 923 | Optional. Directory or URL to use when pushing if no destination |
|
924 | 924 | is specified. |
|
925 | 925 | |
|
926 | Custom paths can be defined by assigning the path to a name that later can be | |
|
927 | used from the command line. Example:: | |
|
928 | ||
|
929 | [paths] | |
|
930 | my_path = http://example.com/path | |
|
931 | ||
|
932 | To push to the path defined in ``my_path`` run the command:: | |
|
933 | ||
|
934 | hg push my_path | |
|
935 | ||
|
936 | ||
|
926 | 937 | ``phases`` |
|
927 | 938 | ---------- |
|
928 | 939 |
General Comments 0
You need to be logged in to leave comments.
Login now